RE: [PATCH RESEND v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc

2016-02-08 Thread Lijun Pan
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Sunday, February 07, 2016 9:34 PM > To: Lijun Pan <lijun@freescale.com> > Cc: a...@arndb.de; de...@driverdev.osuosl.org; linux- > ker...@vger.kernel.org; bhamc...@freescale.com;

[PATCH v3 8/8] staging: fsl-mc: Management Complex restool driver

2016-02-08 Thread Lijun Pan
to associate with this root dprc. Signed-off-by: Lijun Pan <lijun@freescale.com> --- v3: rebased on top of greg's staging-testing v2: remove verbose printk improve error handling synchronize misc_list access reserve ioctl range in Documentation/ioctl/ioctl-number.txt remove

[PATCH v3 0/8] Management Complex restool driver

2016-02-08 Thread Lijun Pan
This series of patches are rebased on https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/?h=staging-next=c75955d1ee43b214c497cc297956866ca05ef22b patch v1 1/5 "staging: fsl-mc: section mismatch bug fix" is already accepted. Lijun Pan (8): staging: fsl-mc: sta

[PATCH v3 2/8] staging: fsl-mc: add sysfs rescan attribute in TODO

2016-02-08 Thread Lijun Pan
Demonstrate why sysfs rescan attribute is helpful for moving fsl-mc bus out of staging. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/TODO |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/staging/fsl-mc/TODO b/drivers/staging/fsl-mc/TODO

[PATCH v3 7/8] staging: fsl-mc: update TODO and README for restool driver

2016-02-08 Thread Lijun Pan
Add more introduction of restool driver and state why restool driver is needed in helping moving fsl-mc bus out of staging tree. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/README.txt | 11 ++- drivers/staging/fsl-mc/TODO

[PATCH v3 1/8] staging: fsl-mc: static inline function to differentiate root dprc

2016-02-08 Thread Lijun Pan
Define a static inline function is_root_dprc(dev) to tell whether a device is root dprc or not via platform_bus_type. Remove fsl_mc_is_root_dprc() because is_root_dprc() is simpler and easier to understand. Signed-off-by: Lijun Pan <lijun@freescale.com> --- v3: rebased on top of

[PATCH v3 4/8] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC

2016-02-08 Thread Lijun Pan
Introduce the rescan attribute as a device attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the root dprc only, e.g. echo 1 > /sys/bus/fsl-mc/devices/dprc.1/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- v3: rebased on top of greg's stagin

[PATCH v3 6/8] staging: fsl-mc: bus rescan attribute to sync kernel with MC

2016-02-08 Thread Lijun Pan
Introduce the rescan attribute as a bus attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the fsl-mc bus, e.g., echo 1 > /sys/bus/fsl-mc/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- v3: rebased on top of greg's staging-testing drivers/st

[PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation

2016-02-08 Thread Lijun Pan
Add the sysfs documentation for the rescan attribute of dprc devices. Signed-off-by: Lijun Pan <lijun@freescale.com> --- Documentation/ABI/testing/sysfs-devices-dprc | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices-dprc

[PATCH v3 5/8] staging: fsl-mc: fsl-mc bus's sysfs rescan documentation

2016-02-08 Thread Lijun Pan
Add the sysfs documentation for the rescan attribute of fsl-mc bus. Signed-off-by: Lijun Pan <lijun@freescale.com> --- Documentation/ABI/testing/sysfs-bus-fsl-mc | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-fsl-mc diff

[PATCH RESEND v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation

2015-12-11 Thread Lijun Pan
Add the sysfs documentation for the rescan attribute of dprc devices. Signed-off-by: Lijun Pan <lijun@freescale.com> --- Documentation/ABI/testing/sysfs-devices-dprc | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices-dprc

[PATCH RESEND v2 7/8] staging: fsl-mc: update TODO and README for restool driver

2015-12-11 Thread Lijun Pan
Add more introduction of restool driver and state why restool driver is needed in helping moving fsl-mc bus out of staging tree. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/README.txt | 11 ++- drivers/staging/fsl-mc/TODO | 18 +++

[PATCH RESEND v2 4/8] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC

2015-12-11 Thread Lijun Pan
Introduce the rescan attribute as a device attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the root dprc only, e.g. echo 1 > /sys/bus/fsl-mc/devices/dprc.1/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/mc-b

[PATCH RESEND v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc

2015-12-11 Thread Lijun Pan
Define a static inline function is_root_dprc(dev) to tell whether a device is root dprc or not via platform_bus_type. Remove fsl_mc_is_root_dprc() because is_root_dprc() is simpler and easier to understand. Signed-off-by: Lijun Pan <lijun@freescale.com> --- v2: use static inline fu

[PATCH RESEND v2 5/8] staging: fsl-mc: fsl-mc bus's sysfs rescan documentation

2015-12-11 Thread Lijun Pan
Add the sysfs documentation for the rescan attribute of fsl-mc bus. Signed-off-by: Lijun Pan <lijun@freescale.com> --- Documentation/ABI/testing/sysfs-bus-fsl-mc | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-fsl-mc diff

[PATCH RESEND v2 8/8] staging: fsl-mc: Management Complex restool driver

2015-12-11 Thread Lijun Pan
to associate with this root dprc. Signed-off-by: Lijun Pan <lijun@freescale.com> --- v2: remove verbose printk improve error handling synchronize misc_list access reserve ioctl range in Documentation/ioctl/ioctl-number.txt remove ioctl sync command flip if(!...) to mak

[PATCH RESEND v2 0/8] Management Complex restool driver

2015-12-11 Thread Lijun Pan
ool driver is the first driver to start using fsl-mc bus. This restool driver is small and helps fsl-mc bus move out of staging. Lijun Pan (8): staging: fsl-mc: static inline function to differentiate root dprc staging: fsl-mc: add sysfs rescan attribute in TODO staging: fsl-mc: dprc device's sy

[PATCH RESEND v2 2/8] staging: fsl-mc: add sysfs rescan attribute in TODO

2015-12-11 Thread Lijun Pan
Demonstrate why sysfs rescan attribute is helpful for moving fsl-mc bus out of staging. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/TODO | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/staging/fsl-mc/TODO b/drivers/staging/fsl-mc/TODO

[PATCH RESEND v2 6/8] staging: fsl-mc: bus rescan attribute to sync kernel with MC

2015-12-11 Thread Lijun Pan
Introduce the rescan attribute as a bus attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the fsl-mc bus, e.g., echo 1 > /sys/bus/fsl-mc/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/mc-b

RE: [PATCH 5/5] staging: fsl-mc: Management Complex restool driver

2015-10-30 Thread Lijun Pan
le...@freescale.com>; ag...@suse.de; Hamciuc Bogdan-BHAMCIU1 > > <bhamc...@freescale.com>; Marginean Alexandru-R89243 > > <r89...@freescale.com>; Sharma Bhupesh-B45370 > > <bhupesh.sha...@freescale.com>; Erez Nir-RM30794 > > <nir.e...@freescale.com>; S

[PATCH v2 7/8] staging: fsl-mc: update TODO and README for restool driver

2015-10-30 Thread Lijun Pan
Add more introduction of restool driver and state why restool driver is needed in helping moving fsl-mc bus out of staging tree. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/README.txt | 11 ++- drivers/staging/fsl-mc/TODO | 18 +++

[PATCH v2 0/8] Management Complex restool driver

2015-10-30 Thread Lijun Pan
r is small and helps fsl-mc bus move out of staging. Lijun Pan (8): staging: fsl-mc: static inline function to differentiate root dprc staging: fsl-mc: add sysfs rescan attribute in TODO staging: fsl-mc: dprc device's sysfs rescan documentation staging: fsl-mc: root dprc rescan attribute to s

[PATCH v2 6/8] staging: fsl-mc: bus rescan attribute to sync kernel with MC

2015-10-30 Thread Lijun Pan
Introduce the rescan attribute as a bus attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the fsl-mc bus, e.g., echo 1 > /sys/bus/fsl-mc/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/mc-b

[PATCH v2 4/8] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC

2015-10-30 Thread Lijun Pan
Introduce the rescan attribute as a device attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the root dprc only, e.g. echo 1 > /sys/bus/fsl-mc/devices/dprc.1/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/mc-b

[PATCH v2 2/8] staging: fsl-mc: add sysfs rescan attribute in TODO

2015-10-30 Thread Lijun Pan
Demonstrate why sysfs rescan attribute is helpful for moving fsl-mc bus out of staging. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/TODO | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/staging/fsl-mc/TODO b/drivers/staging/fsl-mc/TODO

[PATCH v2 8/8] staging: fsl-mc: Management Complex restool driver

2015-10-30 Thread Lijun Pan
to associate with this root dprc. Signed-off-by: Lijun Pan <lijun@freescale.com> --- v2: remove verbose printk improve error handling synchronize misc_list access reserve ioctl range in Documentation/ioctl/ioctl-number.txt remove ioctl sync command flip if(!...) to mak

[PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation

2015-10-30 Thread Lijun Pan
Add the sysfs documentation for the rescan attribute of dprc devices. Signed-off-by: Lijun Pan <lijun@freescale.com> --- Documentation/ABI/testing/sysfs-devices-dprc | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices-dprc

[PATCH v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc

2015-10-30 Thread Lijun Pan
Define a static inline function is_root_dprc(dev) to tell whether a device is root dprc or not via platform_bus_type. Remove fsl_mc_is_root_dprc() because is_root_dprc() is simpler and easier to understand. Signed-off-by: Lijun Pan <lijun@freescale.com> --- v2: use static inline fu

RE: [PATCH 4/5] staging: fsl-mc: bus rescan attribute to sync kernel with MC

2015-10-29 Thread Lijun Pan
...@freescale.com> > Subject: Re: [PATCH 4/5] staging: fsl-mc: bus rescan attribute to sync kernel > with MC > > On Sun, Oct 25, 2015 at 05:41:22PM -0500, Lijun Pan wrote: > > Introduce the rescan attribute as a bus attribute to synchronize the > > fsl-mc bus objects a

RE: [PATCH 5/5] staging: fsl-mc: Management Complex restool driver

2015-10-29 Thread Lijun Pan
n Alexandru-R89243 > <r89...@freescale.com>; Sharma Bhupesh-B45370 > <bhupesh.sha...@freescale.com>; Erez Nir-RM30794 > <nir.e...@freescale.com>; Schmitt Richard-B43082 > <richard.schm...@freescale.com>; dan.carpen...@oracle.com > Subject: Re: [PATCH 5/5] s

RE: [PATCH 5/5] staging: fsl-mc: Management Complex restool driver

2015-10-26 Thread Lijun Pan
scale.com> > Subject: Re: [PATCH 5/5] staging: fsl-mc: Management Complex restool driver > > A few style issues and error handling bugs. See below. > > On Sun, Oct 25, 2015 at 05:41:23PM -0500, Lijun Pan wrote: > > +static int fsl_mc_restool_dev_open(struct in

[PATCH 4/5] staging: fsl-mc: bus rescan attribute to sync kernel with MC

2015-10-25 Thread Lijun Pan
Introduce the rescan attribute as a bus attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the fsl-mc bus, e.g., echo 1 > /sys/bus/fsl-mc/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/mc-b

[PATCH 0/5] Management Complex restool driver

2015-10-25 Thread Lijun Pan
move out of staging. Lijun Pan (5): staging: fsl-mc: section mismatch bug fix staging: fsl-mc: define a macro to differentiate root dprc staging: fsl-mc: root dprc rescan attribute to sync kernel with MC staging: fsl-mc: bus rescan attribute to sync kernel with MC staging: fsl-mc

[PATCH 1/5] staging: fsl-mc: section mismatch bug fix

2015-10-25 Thread Lijun Pan
handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of dprc_driver_exit() so it may be used outside an exit section. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/dprc-driver.c| 2 +- d

[PATCH 5/5] staging: fsl-mc: Management Complex restool driver

2015-10-25 Thread Lijun Pan
to associate with this root dprc. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/Kconfig | 7 +- drivers/staging/fsl-mc/bus/Makefile | 3 + drivers/staging/fsl-mc/bus/mc-ioctl.h | 24 ++ drivers/staging/fsl-mc/bus/mc-restool.c

[PATCH 3/5] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC

2015-10-25 Thread Lijun Pan
Introduce the rescan attribute as a device attribute to synchronize the fsl-mc bus objects and the MC firmware. To rescan the root dprc only, e.g. echo 1 > /sys/bus/fsl-mc/devices/dprc.1/rescan Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/bus/mc-b

[PATCH 2/5] staging: fsl-mc: define a macro to differentiate root dprc

2015-10-25 Thread Lijun Pan
Define is_root_dprc(dev) to tell whether a device is root dprc or not via platform_bus_type. Signed-off-by: Lijun Pan <lijun@freescale.com> --- drivers/staging/fsl-mc/include/mc.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/staging/fsl-mc/include/mc.h b/d