summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-08gpio-charger: Fix checking return value of request_any_context_irqAxel Lin1-1/+1
2011-07-08power_supply: MAX17042: Support additional propertiesDonggeun Kim1-68/+105
2011-07-08max8903_charger: Allow platform data to be __initdataMyungJoo Ham1-8/+8
2011-07-08power_supply: Add charger driver for MAX8998/LP3974Donggeun Kim4-0/+228
2011-07-08power_supply: Add charger driver for MAX8997/8966Donggeun Kim3-0/+214
2011-07-08max17042_battery: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2011-07-08twl4030_charger: Fix warningsGrazvydas Ignotas1-5/+5
2011-07-08wm831x_power: Support multiple instancesMark Brown1-3/+23
2011-07-08wm831x_backup: Support multiple instancesMark Brown1-1/+11
2011-07-08apm_power: Fix style error in macrosKen O'Brien1-4/+4
2011-07-08s3c_adc_battery: Fix annotation for s3c_adc_battery_probe()Mark Brown1-1/+1
2011-07-08bq20z75: Enable detection after registeringRhyland Klein1-0/+2
2011-07-08bq20z75: Add support for external notificationRhyland Klein1-9/+92
2011-05-20PXA: Use dev_pm_ops in z2_batteryMarek Vasut1-6/+14
2011-05-20ds2760_battery: Fix rated capacity of the hx4700 1800mAh batteryPaul Parsons1-0/+4
2011-05-20ds2760_battery: Fix indexing of the 4 active full EEPROM registersPaul Parsons1-1/+1
2011-05-20power: Make test_power driver more dynamic.John Stultz1-10/+266
2011-05-20bq27x00_battery: Name of cycle count propertyPali Rohár1-5/+6
2011-04-22max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build)Anton Vorontsov1-0/+1
2011-04-20isp1704_charger: Allow board specific powering routineKalle Jokiniemi1-0/+22
2011-04-20gpio-charger: Add gpio_charger_resumeBenson Leung1-0/+15
2011-04-20power_supply: Add driver for MAX8903 chargerMyungJoo Ham3-0/+400
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-22/+87
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig2-2/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown1-8/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-17i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher1-3/+19
2011-04-17i2c: Improve deprecation warningsJean Delvare1-2/+4
2011-04-16Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-218/+483
2011-04-16Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-f...Linus Torvalds4-3/+29
2011-04-16Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-7/+17
2011-04-15RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine1-2/+3
2011-04-15RapidIO: add IDT CPS-1432 switch definitionsAlexandre Bounine1-0/+1
2011-04-15drivers/misc/sgi-gru/grufile.c: fix the wrong members of gru_chipWanlong Gao1-4/+4
2011-04-15leds/leds-regulator.c: fix handling of already enabled regulatorsAntonio Ospite1-0/+4
2011-04-15drivers/rtc/rtc-mc13xxx.c: fix unterminated platform_device_id tableAxel Lin1-0/+1
2011-04-15Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman1-3/+1
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu4-1/+32
2011-04-14xhci: Tell USB core both roothubs lost power.Sarah Sharp1-1/+3
2011-04-14usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0...Andiry Xu1-1/+11
2011-04-14USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-04-14USB: xhci - also free streams when resetting devicesDmitry Torokhov1-4/+12
2011-04-14xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp1-0/+11
2011-04-14USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov1-28/+62