[PATCH v4 3/6] rockchip: power-domain: add support for sub-power domains
This patch adds support for making one power domain a sub-domain of other domain. This is useful for modeling power dependences, which needs to have m
View Article[PATCH v4 4/6] dt/bindings: power: add RK3399 SoCs header for power-domain
According to a description from TRM, add all the power domains Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> --- include/dt-bindings/power/
View Article[PATCH v4 5/6] dt/bindings: rockchip: modify document of Rockchip power domains
Add binding documentation for the power domains found on Rockchip RK3399 SoCs Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> --- .../binding
View Article[PATCH v4 6/6] rockchip: power-domain: Modify power domain driver for rk3399
This driver is modified to support RK3399 SoC. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> --- drivers/soc/rockchip/pm_domains.c | 55 +++
View Articlekernel panic on next-20160225
Hi, The following panic is triggered when run ocfs2 xattr test on linux-next-20160225. Did anybody ever see this? [ 254.604228] BUG: unable to hand
View Articlelinux-next: Tree for Feb 26
Hi all, Changes since 20160225: The sunxi tree gained conflicts against Linus' and the arm-soc trees. The net-next tree gained a conflict against t
View Article[PATCH 00/25] Lustre cleanups continued
From: Oleg Drokin <green@linuxhacker.ru> These are the cleanup patches that were not applied from the previous patch set due to a missing NFS/fhandle
View Article[PATCH 01/25] staging/lustre/llite: Fix style vs open parenthesis alignment
From: Oleg Drokin <green@linuxhacker.ru> This mostly fixes checkpatch complaints about "Alignment should match open parenthesis" Signed-off-by: Oleg
View Article[PATCH 02/25] staging/lustre/include: Fix style of function declarations
From: Oleg Drokin <green@linuxhacker.ru> This mostly fixes checkpatch complaints about "Alignment should match open parenthesis" and "space prohibite
View Article[PATCH 03/25] staging/lustre/fld: Fix style vs open parenthesis alignment
From: Oleg Drokin <green@linuxhacker.ru> This mostly fixes checkpatch complaints about "Alignment should match open parenthesis" Signed-off-by: Oleg
View Article[PATCH 04/25] staging/lustre: Remove unused liblustre_check_services prototype
From: Oleg Drokin <green@linuxhacker.ru> liblustre_check_services is no longer present in the tree. Signed-off-by: Oleg Drokin <green@linuxhacker.ru
View Article[PATCH 05/25] staging/lustre: Remove unused lustre_build_lock_params()
From: Oleg Drokin <green@linuxhacker.ru> And also struct lustre_rw_params that is only referenced by it. Signed-off-by: Oleg Drokin <green@linuxhack
View Article[PATCH 06/25] staging/lustre: Convert ptlrpc_at_check_timed to void
From: Oleg Drokin <green@linuxhacker.ru> The only caller was not looking at the return value, and liblustre, that cared about it is not part of the k
View Article[PATCH 07/25] staging/lustre: Remove misleading liblustre comments.
From: Oleg Drokin <green@linuxhacker.ru> These two comments certainly refer to some ifdefed code that is no longer present, so remove them too. Sign
View Article[PATCH 08/25] staging/lustre: Remove liblustre references from explanations
From: Oleg Drokin <green@linuxhacker.ru> Since liblustre is no longer with us, referencing to it in the explanations only makes things less clear Si
View Article[PATCH 09/25] staging/lustre/lmv: Remove commented out MDS selection policies
From: Oleg Drokin <green@linuxhacker.ru> The new DNE code does not use them either so they are not longer needed. Signed-off-by: Oleg Drokin <green@
View Article[PATCH 10/25] staging/lustre: F_SETLKW64 F_SETLK64 F_GETLK64 are always defined
From: Oleg Drokin <green@linuxhacker.ru> Remove the ifdefs for the around usage. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> --- drivers/stag
View Article[PATCH 11/25] staging/lustre: MS_POSIXACL is always defined, don't check...
From: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> --- drivers/staging/lustre/lustre/llite/llite_lib.c | 4 -
View Article[PATCH 12/25] staging/lustre: Remove RELEASEPAGE_ARG_TYPE compat macro
From: Oleg Drokin <green@linuxhacker.ru> Not used in the kernel proper. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> --- drivers/staging/lustr
View Article[PATCH 13/25] staging/lustre: NEED_QUOTA_DEFS is never defined, drop it.
From: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> --- .../staging/lustre/lustre/include/lustre/lustre_user.
View Article