[PATCH 00/27] Clean up of_platform drivers
struct of_platform_driver unnecessarily duplicates the .owner and ..name fields from the encapsulated struct device_driver. This patch series goes through all of_platform drivers and makes it use the device_driver instance so that the duplicate field can be removed. Since every of_platform_driver is getting touc... 11 Mar 2010 14:34
OF: move device node pointer into struct device.
On Thu, Mar 11, 2010 at 11:23 AM, David Miller <davem(a)davemloft.net> wrote: From: David Miller <davem(a)davemloft.net> Date: Thu, 11 Mar 2010 10:20:43 -0800 (PST) Three or four of the patches don't apply because only your tree has those "/* temporary */" comments, f.e. in arch/sparc/kernel/pci.c ... 11 Mar 2010 14:34
[PATCH 03/27] drivers/watchdog/of: don't use deprecated .name and .owner 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/watchdog/cpwd.c | 7 +++++-- drivers/watchdog/gef_wdt.c | 8 +++++--- driver... 11 Mar 2010 14:34
[PATCH 2/3] move hardcoded PID to a macro in usb/serial/option
Signed-off-by: Nathaniel McCallum <nathaniel(a)natemccallum.com> --- drivers/usb/serial/option.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 08f8a7d..d949432 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/s... 11 Mar 2010 14:34
[PATCH 06/27] drivers/block/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/ata/pata_of_platform.c | 7 +++++-- drivers/ata/sata_fsl.c | 7 +++++-- drivers... 11 Mar 2010 14:34
[PATCH 1/3] fix incorrect manufacturer name in usb/serial/option: MAXON->CMOTECH
Signed-off-by: Nathaniel McCallum <nathaniel(a)natemccallum.com> --- drivers/usb/serial/option.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 847b805..08f8a7d 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/... 11 Mar 2010 13:26
[PATCH 26/37] drivers/mtd: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/mtd/maps/physmap_of.c | 6 +++--- drivers/mtd/maps/sun_uflash.c | 2 +- drivers/mtd/nand/fsl_elbc_nand.c | 6 +++--- drivers/mtd/nand/pasemi_nand.c | 2 +- 4 files changed, 8 insertions(+), 8 dele... 11 Mar 2010 13:26
[PATCH 22/37] drivers/leds: use .dev.of_node instead of .node in struct of_device
..node is being removed 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/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index e5225d2..7ff758a 100644 --- a/drivers/leds/leds-gpio.c +++ b/driv... 11 Mar 2010 13:26
[PATCH 3/3] add support for a new CMOTECH device to usb/serial/option
Signed-off-by: Nathaniel McCallum <nathaniel(a)natemccallum.com> --- drivers/usb/serial/option.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d949432..f26c3c5 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/se... 11 Mar 2010 13:26
[PATCH 21/37] drivers/ata: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/ata/pata_macio.c | 2 +- drivers/ata/pata_of_platform.c | 2 +- drivers/ide/pmac.c | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/ata/pata_macio.c b... 11 Mar 2010 13:26