aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/ab8500_charger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20power: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-25ab8500-charger: Remove redundant breakSachin Kamat1-1/+0
2013-10-25ab8500-charger: Check return value of regulator_enableSachin Kamat1-4/+12
2013-08-27ab8500-charger: We print an unintended error messageDan Carpenter1-0/+1
2013-06-06ab8500_bm: Remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-07ab8500-charger: Do not use [delayed_]work_pending()Lee Jones1-13/+6
2013-03-07ab8500-charger: Remove duplicate codeLee Jones1-8/+0
2013-03-07ab8500-charger: Run detect workaround only on AB8500Rabin Vincent1-8/+13
2013-03-07ab8500-charger: Add UsbLineCtrl2 referenceMarcus Cooper1-4/+7
2013-03-07ab8500-charger: Use USBLink1Status RegisterMarcus Cooper1-5/+16
2013-03-07ab8500-bm: Add support for the new ab8540 platformLee Jones1-158/+112
2013-03-07ab8500-bm: Add usb power path supportLee Jones1-0/+81
2013-03-07pm2301-charger: Always compile the PM2301 Charger driver with AB8500 Battery MgntMarcus Cooper1-3/+3
2013-03-07ab8500-charger: Add AB8505_USB_LINK_STATUSHakan Berg1-8/+35
2013-03-07ab8500_charger: Prevent auto drop of VBUSLee Jones1-49/+120
2013-03-07ab8500-bm: Charge only mode fixes for the ab9540Lee Jones1-0/+42
2013-03-07ab8500-bm: Quick re-attach charging behaviourLee Jones1-2/+103
2013-03-07ab8500-charger: Trivial coding style changesLee Jones1-6/+6
2013-03-07ab8500-charger: Add backup battery charge voltages on the ab8540Yang QU1-2/+17
2013-01-23u8500-charger: Delay for USB enumerationPaer-Olof Haakansson1-107/+325
2013-01-23ab8500-bm: Remove individual [charger|btemp|fg|chargalg] pdata structuresLee Jones1-2/+2
2013-01-23ab8500-charger: Do not touch VBUSOVV bitsJonas Aaberg1-6/+16
2013-01-23ab8500-bm: Flush all work queues before suspendingJonas Aaberg1-0/+11
2013-01-23ab8500-charger: Add support for autopower on AB8505 and AB9540Nicolas Guion1-17/+35
2013-01-23abx500-chargalg: Add new sysfs interface to get current charge statusLee Jones1-0/+3
2013-01-23pm2301: Update watchdog for pm2xxx supportLoic Pallardy1-0/+6
2013-01-23ab8500-charger: AB workaround for invalid chargerHenrik Sölver1-4/+55
2013-01-23pm2301: Provide u9540 support for the pm2301 chargerMichel JAOUEN1-13/+23
2013-01-15ab8500_charger: Adds support for legacy USB chargersMarcus Cooper1-16/+63
2013-01-15ab8500_charger: Remove unused definesMarcus Cooper1-5/+0
2013-01-15ab8500_bm: Adds support for Car/Travel AdaptersHakan Berg1-24/+68
2013-01-15ab8500_charger: Handle gpadc errorsJonas Aaberg1-4/+18
2013-01-15ab8500_charger: Detect charger removalLee Jones1-1/+141
2013-01-15ab8500_charger: Rename the power_loss functionPaer-Olof Haakansson1-12/+11
2013-01-05ab8500_charger: Use devm_regulator_get APISachin Kamat1-8/+3
2013-01-05Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Anton Vorontsov1-64/+158
2012-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov1-3/+3
2012-12-11ab8500_charger: Reorder obtainment of platform specific battery management dataLee Jones1-16/+15
2012-12-11ab8500_bm: Always send platform specific battery information via pdataLee Jones1-1/+1
2012-12-11ab8500_bm: Rename battery management platform data to something more logicalLee Jones1-12/+12
2012-12-11ab8500_charger: Charger current step-up/downJohan Bjornstedt1-40/+135
2012-11-28power: remove use of __devexitBill Pemberton1-1/+1
2012-11-28power: remove use of __devinitBill Pemberton1-1/+1
2012-11-28power: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-18ab8500: Add devicetree support for chargerRajanikanth H.V1-29/+45
2012-11-18ab8500: Add devicetree support for fuelgaugeRajanikanth H.V1-12/+4
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+1
2012-08-22ab8500_charger: Fix error return codeJulia Lawall1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-4/+4
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-1/+1