[patch 14/14] Convert from class_device to device for ISDN capi

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=isdn-capi.patch Convert from class_device to device for drivers/isdn/capi. This is part of the work to eliminate struct class_device. --- drivers/isdn/capi/capi.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/drivers/isdn/capi/ca

[patch 12/14] Convert from class_device to device for TI flash media

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=misc.patch Convert from class_device to device for drivers/misc/tifm. This is part of the work to eliminate struct class_device. --- drivers/misc/tifm_7xx1.c |4 ++-- drivers/misc/tifm_core.c | 24 include/linux/tifm.h

[patch 13/14] Convert from class_device to device for UCB1x00

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=mfd.patch Convert from class_device to device for drivers/mfd/ucb1x00. This is part of the work to eliminate struct class_device. --- drivers/mfd/ucb1x00-assabet.c | 17 + drivers/mfd/ucb1x00-core.c| 14 +++--- drivers/mf

[patch 10/14] Convert from class_device to device for USB core

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=usb-core.patch Convert from class_device to device for drivers/ide/usb/core. Greg, not sure if you're looking for a patch for this. Kay mentioned maybe it was to be superceded by a diff mechanism. Free free to drop if so. --- drivers/usb/core/hcd.c |

[patch 11/14] Convert from class_device to device for USB host

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=usb-host.patch Convert from class_device to device for drivers/ide/usb/host. Greg, not sure if you're looking for a patch for this. Kay mentioned maybe it was to be superceded by a diff mechanism. Free free to drop if so. Thanks! --- drivers/usb/host/

[patch 07/14] Convert from class_device to device for IDE/ide-tape

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=ide.patch Convert from class_device to device for drivers/drivers/ide/ide-tape. This is part of the work to eliminate struct class_device. --- drivers/ide/ide-tape.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) --- a/drivers/

[patch 08/14] Convert from class_device to device for DMA engine

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=dma.patch Convert from class_device to device for drivers/dma/dmaengine. This is part of the work to eliminate struct class_device. --- drivers/dma/dmaengine.c | 43 ++- include/linux/dmaengine.h |3 ++- 2

[patch 09/14] Convert from class_device to device for SPI

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=spi.patch Convert from class_device to device for drivers/spi. This is part of the work to eliminate struct class_device. --- drivers/spi/spi.c | 36 ++-- drivers/spi/spi_bitbang.c |2 +- drivers/spi/spi_lm

[patch 05/14] Convert from class_device to device for cosa sync driver

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=wan.patch Convert from class_device to device for drivers/net/wan/cosa. This is part of the work to eliminate struct class_device. --- drivers/net/wan/cosa.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/drivers/net/wan/cosa.c ++

[patch 06/14] Convert from class_device to device for MTD/mtdchar

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=mtd.patch Convert from class_device to device for drivers/mtd/mtdchar. This is part of the work to eliminate struct class_device. --- drivers/mtd/mtdchar.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) --- a/drivers/mtd/mtdchar.

[patch 03/14] Convert from class_device to device for block/aoechr

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=aoechr.patch Convert from class_device to device for block/aoechr. This is part of the work to eliminate struct class_device. --- drivers/block/aoe/aoechr.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- a/drivers/block/aoe/aoechr.

[patch 04/14] Convert from class_device to device for drivers/macintosh

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=macintosh.patch Convert from class_device to device for macintosh. This is part of the work to eliminate struct class_device. --- drivers/macintosh/adb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/macintosh/adb.c +++ b/drive

[patch 01/14] Convert from class_device to device for block/paride

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=paride.patch Convert from class_device to device for block/paride. This is part of the work to eliminate struct class_device. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> --- drivers/block/paride/pg.c |6 +++--- drivers/block/paride/pt.c | 12 ++

[patch 02/14] Convert from class_device to device for block/pktcdvd

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=block.patch Convert from class_device to device for block/pktcdvd. --- drivers/block/pktcdvd.c | 16 +++- include/linux/pktcdvd.h |2 +- 2 files changed, 8 insertions(+), 10 deletions(-) --- a/drivers/block/pktcdvd.c +++ b/drivers/bl

[patch 00/14] More patches to convert from struct class_device to struct device

2007-08-20 Thread tonyj
-- [patch 01/14] block/paride [patch 02/14] block/pktcdvd [patch 03/14] block/aoechr [patch 04/14] drivers/macintosh [patch 05/14] cosa sync driver [patch 06/14] MTD/mtdchar [patch 07/14] IDE/ide-tape [patch 08/14] DMA engine [patch 09/14] SPI [patch 10/14] USB core [patch 11/14] USB host [patch

[patch 6/6] Misc cleanup

2007-08-07 Thread tonyj
Misc cleanup post removal of class_device. adm1025_group_opt is unused. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> --- drivers/hwmon/adm1025.c | 13 - 1 file changed, 13 deletions(-) --- a/drivers/hwmon/adm1025.c +++ b/drivers/hw

[patch 5/6] Convert from class_device to device for drivers/video

2007-08-07 Thread tonyj
Convert from class_device to device for drivers/video. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> --- drivers/acpi/video.c |4 ++-- drivers/video/output.c | 29 - include/linux/video_output.h |4

[patch 3/6] Convert from class_device to device for hwmon

2007-08-07 Thread tonyj
Convert from class_device to device for hwmon_device_register/unregister Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> --- drivers/hwmon/hwmon.c | 27 +-- include/linux/hwmon.h |4 ++-- 2 files changed, 15 insertions(+)

[patch 2/6] Convert from class_device to device in drivers/char

2007-08-07 Thread tonyj
Convert from class_device to device in drivers/char. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> --- drivers/char/dsp56k.c|4 ++-- drivers/char/ip2/ip2main.c | 12 ++-- drivers/char/ipmi/ipmi_devintf.c |6 +++---

[patch 0/6] Convert from class_device to device [char, hwmon, video]

2007-08-07 Thread tonyj
Convert drivers/char, drivers/hwmon and drivers/video from struct class_device to struct device. Toward end-goal of removing class_device. -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

[patch 1/6] Convert from class_device to device in drivers/char/drm

2007-08-07 Thread tonyj
Convert from class_device to device in drivers/char/drm. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> --- drivers/char/drm/drmP.h |8 ++--- drivers/char/drm/drm_stub.c |9 +++--- drivers/char/drm/drm_sysfs.c | 58 +++