Clean up of_platform drivers
Grant you've just posted two enormous patch sets at the SAME EXACT TIME to the SAME AREAS of the kernel. One has 37 patches and this one has 27. Not only are these sets enormous, you haven't specified what in the world they are against. The 37 patch set didn't apply cleanly to Linus tree and once I worked ... 11 Mar 2010 14:34
[PATCH 02/27] drivers/gpio/of: don't use deprecated fields in of_platform_driver
..name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/leds/leds-gpio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/d... 11 Mar 2010 14:34
[PATCH 17/27] drivers/sbus/of: don't use deprecated field in of_platform_driver
..name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/sbus/char/bbc_i2c.c | 7 +++++-- drivers/sbus/char/display7seg.c | 7 +++++-- drive... 11 Mar 2010 14:34
[PATCH 07/27] drivers/char/of: don't use deprecated field in of_platform_driver
..name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/char/hw_random/n2-drv.c | 7 +++++-- drivers/char/hw_random/pasemi-rng.c ... 11 Mar 2010 14:34
[PATCH 11/27] drivers/macintosh/of: don't use deprecated field in of_platform_driver
..name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/macintosh/smu.c | 7 +++++-- drivers/macintosh/therm_pm72.c | 7 +++++... 11 Mar 2010 14:34
[PATCH 24/27] sound/of: don't use deprecated fields in of_platform_driver
..name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- sound/soc/fsl/mpc5200_psc_ac97.c | 2 +- sound/soc/fsl/mpc5200_psc_i2s.c | 2 +- sound/soc/fsl... 11 Mar 2010 14:34
[PATCH] v9fs: Skip check for mandatory locks when unlocking
While investigating a bug, I came across a possible bug in v9fs. The problem is similar to the one reported for NFS by ASANO Masahiro in http://lkml.org/lkml/2005/12/21/334. v9fs_file_lock() will skip locks on file which has mode set to 02666. This is a problem in cases where the mode of the file is changed after a... 11 Mar 2010 14:34
[PATCH 01/27] drivercore: Add of_match_table to the common device drivers
OF-style matching can be available to any device, on any type of bus. This patch allows any driver to provide an OF match table when CONFIG_OF is enabled so that drivers can be bound against devices described in the device tree. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> Acked-by: Greg Kroah-Hartman... 11 Mar 2010 14:34
[PATCH 27/27] of: remove obsolete members from of_platform_driver
..name, .match_table and .owner already exist in struct device_driver. Remove the duplication from struct of_platform_driver. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/of/platform.c | 7 ------- include/linux/of_platform.h | 4 ---- 2 files changed, 0 insertions(+), 11 d... 11 Mar 2010 14:34
[PATCH 19/27] drivers/pcmcia/of: don't use deprecated field in of_platform_driver
..name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/pcmcia/electra_cf.c | 7 +++++-- drivers/pcmcia/m8xx_pcmcia.c | 7 +++++-- 2 files cha... 11 Mar 2010 14:34