Re: [PATCH 1/3] powerpc: Split __SYSFS_SPRSETUP macro

2014-06-02 Thread Madhavan Srinivasan
On Wednesday 21 May 2014 12:02 PM, Sam Bobroff wrote: > Split the __SYSFS_SPRSETUP macro into two parts so that registers requiring > custom read and write functions can use common code for their show and store > functions. > > Signed-off-by: Sam Bobroff > --- > arch/powerpc/kernel/sysfs.c | 1

[PATCH 1/3] powerpc: Split __SYSFS_SPRSETUP macro

2014-05-20 Thread Sam Bobroff
Split the __SYSFS_SPRSETUP macro into two parts so that registers requiring custom read and write functions can use common code for their show and store functions. Signed-off-by: Sam Bobroff --- arch/powerpc/kernel/sysfs.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions