summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-09-03sparc: Kill sbus mostek RTC driver.David S. Miller3-286/+0
2008-09-03rtc-m48t59: allow externally mapped ioaddrKrzysztof Helt1-4/+10
2008-09-03rtc-m48t59: add support for M48T02 and M48T59 chipsKrzysztof Helt2-10/+44
2008-09-03rtc-m48t59: reduce structure m48t59_privateKrzysztof Helt1-3/+1
2008-09-01sparc64: Apply const or __initdata to vio_device_id[]David S. Miller2-4/+4
2008-08-31sparc: remove CONFIG_SUN4Adrian Bunk2-43/+0
2008-08-31leds: Add driver for Sunfire UltraSPARC server LEDs.David S. Miller3-0/+282
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller34-35/+35
2008-08-30sparc32: Convert PC RTC probing to pure OF driver.David S. Miller1-13/+17
2008-08-29bbc_envctrl: Fix build errors from bbc_i2c OF conversion.David S. Miller1-3/+3
2008-08-29bbc_i2c: Convert to pure OF driver.David S. Miller3-249/+214
2008-08-29envctrl: Convert to pure OF driver.David S. Miller1-68/+79
2008-08-29display7seg: Convert to pure OF device driver.David S. Miller1-105/+146
2008-08-29sun_uflash: Convert to pure OF driver.David S. Miller1-38/+35
2008-08-29cpwatchdog: Move to drivers/watchdog/cpwd.cDavid S. Miller3-2/+2
2008-08-29cpwatchdog: Cleanup and convert to pure OF driver.David S. Miller1-599/+436
2008-08-29riowd: Distinguish between driver name and OF device node name.David S. Miller1-5/+5
2008-08-29riowatchdog: Move under drivers/watchdogDavid S. Miller3-2/+3
2008-08-29riowatchdog: Convert to pure OF driver.David S. Miller1-135/+99
2008-08-29rtc: Add Starfire platform RTC driver.David S. Miller3-0/+128
2008-08-29rtc: Add Sun4V hypervisor RTC driver.David S. Miller3-0/+161
2008-08-29rtc: Add TI BQ4802 RTC driver.David S. Miller3-0/+239
2008-08-29rtc: Allow RTC_DRV_CMOS to be used on SPARC.David S. Miller2-3/+4
2008-08-29sparc: Remove generic SBUS probing layer.David S. Miller2-174/+0
2008-08-29sparc: Kill sbus_arch_preinit().David S. Miller1-3/+0
2008-08-29sparc: Kill OBP property members of sbus_dev and sbus_busDavid S. Miller1-17/+1
2008-08-29sparc: Remove dinky old-style SBUS probing facilities.David S. Miller1-14/+0
2008-08-29sparc: Remove SBUS layer resource and irq handling.David S. Miller1-123/+1
2008-08-29sparc: Kill SBUS layer IRQ hooks.David S. Miller1-4/+0
2008-08-29sparc: Convert uctrl driver to OF driver.David S. Miller2-97/+121
2008-08-29sparc: Convert flash driver to OF device probing.David S. Miller1-80/+50
2008-08-29fore200e: Convert over to pure OF driver.David S. Miller2-232/+189
2008-08-29qlogicpti: Convert to pure OF driver.David S. Miller2-54/+56
2008-08-29sun_esp: Convert to pure OF driver.David S. Miller1-72/+64
2008-08-29parport_sunbpp: Convert to pure OF driver.David S. Miller1-27/+20
2008-08-29sunqe: Convert to pure OF driver.David S. Miller2-80/+71
2008-08-29sunlance: Convert to pure OF driver.David S. Miller1-47/+40
2008-08-29sunhme: Convert to pure OF driver.David S. Miller2-154/+97
2008-08-29sunbmac: Convert to pure OF driver.David S. Miller2-88/+70
2008-08-29myri_sbus: Convert to pure OF driver.David S. Miller2-89/+69
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller6-14/+18
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller8-190/+181
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller9-75/+112
2008-08-29sparc: Propagate SBUS iommu archdata into real of_device objects.David S. Miller1-4/+20
2008-08-29sparc: Kill SBUS DVMA layer.David S. Miller6-217/+99
2008-08-29sparc: Kill videopix SBUS driver.David S. Miller6-1297/+0
2008-08-29sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppDavid S. Miller4-1065/+0
2008-08-24hwmon: Add Ultra45 workstation hwmon driver.David S. Miller3-0/+328
2008-08-23Fix oops in acer_wmi driver (acer_wmi_init)Arjan van de Ven1-0/+5
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk49-53/+0