summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-27i2c: Constify i2c_algorithm declarations, part 1Jean Delvare4-4/+4
2006-09-27i2c-isa: Restore driver ownerJean Delvare11-0/+11
2006-09-27i2c-viapro: Add support for the VT8237A and VT8251Rudolf Marek2-9/+17
2006-09-27i2c: Warn on i2c client creation failureJean Delvare1-2/+7
2006-09-27i2c-core: Drop useless bitmaskingsJean Delvare1-5/+5
2006-09-27i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk1-1/+0
2006-09-27i2c-algo-bit: CleanupsJean Delvare1-9/+8
2006-09-27i2c-isa: Fail adding driver on attach_adapter errorDavid Hubbard1-3/+8
2006-09-27i2c: __must_check fixes (chip drivers)Jean Delvare5-27/+97
2006-09-27i2c-dev: attach/detach_adapter cleanupsJean Delvare1-5/+5
2006-09-27i2c-stub: Chip address as a module parameterJean Delvare1-1/+18
2006-09-27i2c: New bus driver for TI OMAP boardsKomal Shah3-0/+687
2006-09-27i2c-algo-bit: Discard the mdelay data struct memberJean Delvare21-31/+6
2006-09-27i2c-matroxfb: Struct init conversionJean Delvare1-6/+7
2006-09-27i2c: Fix copy-n-paste in subsystem KconfigArthur Othieno1-1/+1
2006-09-27i2c-au1550: Add I2C support for Au1200Domen Puncer2-5/+4
2006-09-27i2c-au1550: Add SMBus functionality flagDomen Puncer1-1/+1
2006-09-27i2c-au1550: Fix timeout problemDomen Puncer1-4/+10
2006-09-27i2c-sibyte: Kip Walker is goneJean Delvare1-1/+1
2006-09-27i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare4-196/+155
2006-09-27i2c-algo-sibyte: CleanupsJean Delvare1-30/+1
2006-09-27i2c: __must_check fixes, i2c-devJean Delvare1-3/+11
2006-09-27i2c: __must_check fixes (core drivers)Jean Delvare2-13/+69
2006-09-27i2c-dev: Drop the client templateJean Delvare1-9/+4
2006-09-27i2c-dev: Use a list for data storageJean Delvare1-20/+25
2006-09-27i2c-dev: CleanupsJean Delvare1-25/+8
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds27-224/+720
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki1-0/+14
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle2-3/+3
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-2/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter1-0/+4
2006-09-26Driver core: Remove unneeded routines from driver coreAlan Stern2-32/+2
2006-09-26Driver core: Fix potential deadlock in driver coreAlan Stern2-2/+8
2006-09-26PCI: enable driver multi-threaded probeGreg Kroah-Hartman2-0/+36
2006-09-26Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman1-27/+81
2006-09-26drivers/base: check errorsAndrew Morton3-46/+100
2006-09-26drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh1-4/+4
2006-09-26Driver core: fixed add_bind_files() definitionYoichi Yuasa1-1/+1
2006-09-26Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov1-4/+4
2006-09-26sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-3/+1
2006-09-26Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman1-0/+26
2006-09-26Class: add support for class interfaces for devicesGreg Kroah-Hartman2-1/+23
2006-09-26Driver core: create devices/virtual/ treeGreg Kroah-Hartman2-0/+24
2006-09-26Driver core: add device_rename functionGreg Kroah-Hartman1-0/+55
2006-09-26Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman1-0/+53
2006-09-26Driver core: allow devices in classes to have no parentGreg Kroah-Hartman1-10/+11
2006-09-26Driver core: add groups support to struct deviceGreg Kroah-Hartman1-0/+34
2006-09-26PM: platform_bus and late_suspend/early_resumeDavid Brownell1-2/+28
2006-09-26PM: device_suspend/resume may sleepPavel Machek2-0/+2
2006-09-26PM: no suspend_prepare() phaseDavid Brownell2-41/+0