summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-11regulator: Remove default DEBUG define from TPS6586xMark Brown1-1/+0
2010-08-11regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probeAxel Lin1-0/+1
2010-08-11regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()Axel Lin1-1/+4
2010-08-11mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handlerAxel Lin1-3/+1
2010-08-11regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()Axel Lin1-7/+1
2010-08-11regulator: max8660 - fix a memory leak in max8660_remove()Axel Lin1-5/+5
2010-08-11regulator: max1586 - fix a memory leak in max1586_pmic_remove()Axel Lin1-5/+5
2010-08-11regulator: Default GPIO controlled WM8994 regulators to disabledJoonyoung Shim1-3/+2
2010-08-11regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()Axel Lin1-1/+1
2010-08-11max8998: fix off-by-one value range checkingAxel Lin1-2/+2
2010-08-11regulator: tps6586x: fix millivolt return values and SM2 tableGary King1-3/+10
2010-08-11regulator: tps6586x: add dependancy on MFD_TPS6585xMike Rapoport1-1/+1
2010-08-11regulator: add TPS6586X regulator driverMike Rapoport3-0/+394
2010-08-11regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltageMyungJoo Ham1-2/+27
2010-08-11regulator: add support for regulators on the ab8500 MFDSundar R IYER3-0/+436
2010-08-11ab8500-mfd: add regulator support to ab8500 mfd deviceSundar R Iyer1-1/+3
2010-08-11tps65023: Allow registering similar TPS65021Marek Vasut1-0/+2
2010-08-11drivers: regulators: depend on MFD_MAX8998Marek Szyprowski1-2/+1
2010-08-11drivers: regulator: add Maxim 8998 driverKyungmin Park6-0/+791
2010-08-11ISL6271A voltage regulator support.Marek Vasut3-0/+243
2010-08-11regulator: make sure the regulator is available prior to the consumers.Sonic Zhang1-1/+1
2010-08-11regulator: new drivers for AD5398 and AD5821Sonic Zhang3-0/+295
2010-08-11Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds21-2012/+644
2010-08-11power: Remove owner field from attribute initialization code in OLPC driverGuenter Roeck1-1/+0
2010-08-11docbook: fix fatal error from libataRandy Dunlap1-1/+1
2010-08-11Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds88-2249/+3178
2010-08-11Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds95-5026/+11971
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds8-26/+1189
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-7/+11
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds23-225/+303
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds117-1836/+4571
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds66-609/+5243
2010-08-11USB: serial: fix stalled writesJohan Hovold1-5/+10
2010-08-11USB: remove fake "address-of" expressionsAlan Stern4-23/+15
2010-08-11USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-08-11USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei1-1/+4
2010-08-11USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei1-1/+5
2010-08-11USB: xhci: Set DMA mask for host.Sarah Sharp1-0/+9
2010-08-11USB: xhci: Don't flush doorbell writes.Sarah Sharp1-5/+0
2010-08-11USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp1-8/+10
2010-08-11USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp3-23/+23
2010-08-11USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp1-13/+37
2010-08-11USB: xhci: Make xhci_handle_event() static.Sarah Sharp2-2/+1
2010-08-11USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp1-15/+12
2010-08-11USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp1-43/+30
2010-08-11USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp3-103/+104
2010-08-11USB: xhci: Performance - move functions that find ep ring.Sarah Sharp4-48/+85
2010-08-11USB: add USB serial ssu100 driverBill Pemberton3-0/+708
2010-08-11USB: usb-storage: implement autosuspendAlan Stern1-0/+4
2010-08-11USB: ehci: fix remove of ehci debugfs dirMing Lei2-41/+21