summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Iyer3-1/+34
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 Park8-0/+981
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-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds25-501/+740
2010-08-10x86: fix up system call numbering nitLinus Torvalds2-2/+2
2010-08-10power: Remove owner field from attribute initialization code in OLPC driverGuenter Roeck1-1/+0
2010-08-10i2c.h: fix kernel-doc warningsRandy Dunlap1-0/+2
2010-08-10kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap1-0/+1
2010-08-10docbook: fixup media support files for htmldocs alsoRandy Dunlap1-1/+1
2010-08-10docbook: fix fatal error from libataRandy Dunlap1-1/+1
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds154-3211/+4286
2010-08-10Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds109-5048/+13451
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds9-26/+1192
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-7/+11
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds25-247/+336
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds140-2126/+5019
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds112-647/+5498
2010-08-10USB: serial: fix stalled writesJohan Hovold1-5/+10
2010-08-10USB: remove fake "address-of" expressionsAlan Stern4-23/+15
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei1-1/+4
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei1-1/+5
2010-08-10USB: xhci: Set DMA mask for host.Sarah Sharp1-0/+9
2010-08-10USB: xhci: Don't flush doorbell writes.Sarah Sharp1-5/+0
2010-08-10USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp1-8/+10
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp3-23/+23
2010-08-10USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp1-13/+37
2010-08-10USB: xhci: Make xhci_handle_event() static.Sarah Sharp2-2/+1
2010-08-10USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp1-15/+12
2010-08-10USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp1-43/+30
2010-08-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp3-103/+104