aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-01bq20z75: Add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-03-01bq20z75: Add i2c retry mechanismRhyland Klein1-6/+31
2011-03-01bq20z75: Add optional battery detect gpioRhyland Klein1-31/+129
2011-02-28Merge branch 'bq27x00-for-upstream' of git://git.metafoo.de/linux-2.6Anton Vorontsov4-171/+574
2011-02-28twl4030_charger: Make the driver atomic notifier safeHeikki Krogerus1-6/+19
2011-02-22bq27x00: Use single i2c_transfer call for property readGrazvydas Ignotas1-16/+11
2011-02-22bq27x00: Cleanup bq27x00_i2c_readLars-Peter Clausen1-21/+24
2011-02-22bq27x00: Minor cleanupsPali Rohár1-2/+2
2011-02-22bq27x00: Give more specific reports on battery statusLars-Peter Clausen1-1/+6
2011-02-22bq27x00: Add MODULE_DEVICE_TABLEPali Rohár1-0/+1
2011-02-22bq27x00: Add new propertiesPali Rohár1-1/+151
2011-02-22bq27x00: Poll battery stateLars-Peter Clausen1-5/+53
2011-02-22bq27x00: Cache battery registersLars-Peter Clausen1-121/+150
2011-02-22bq27x00: Add bq27000 supportLars-Peter Clausen2-15/+183
2011-02-22bq27x00: Prepare code for addition of bq27000 platform driverLars-Peter Clausen1-47/+39
2011-02-22bq27x00: Return -ENODEV for properties if the battery is not presentLars-Peter Clausen1-2/+7
2011-02-22bq27x00: Fix CURRENT_NOW propertyPali Rohár1-2/+5
2011-02-22bq27x00: Improve temperature property precessionLars-Peter Clausen1-1/+1
2011-02-22bq27x00: Add type propertyLars-Peter Clausen1-0/+4
2011-02-22power_supply: Initialize changed_work before calling device_addLars-Peter Clausen1-2/+2
2011-02-22power_supply: Ignore -ENODATA errors when generating ueventsLars-Peter Clausen1-1/+1
2011-01-31power_supply: Add new LED trigger charging-blink-solid-fullVasily Khoruzhick1-0/+19
2011-01-31leds: Add ability to blink via simple triggerVasily Khoruzhick1-0/+20
2011-01-31bq20z75: Add support for charge propertiesRhyland Klein1-11/+87
2011-01-21Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds122-2635/+2376
2011-01-21Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-7/+19
2011-01-21Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2011-01-21powerpc/macintosh: Fix wrong test in fan_{read,write}_reg()roel kluin1-2/+2
2011-01-20ACPI / PM: Call suspend_nvs_free() earlier during resumeRafael J. Wysocki1-1/+1
2011-01-20ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki2-8/+11
2011-01-20Merge branch 'akpm'Linus Torvalds33-107/+108
2011-01-20backlight: fix 88pm860x_bl macro collisionRandy Dunlap1-2/+2
2011-01-20drivers/leds/ledtrig-gpio.c: make output match input, tighten input checkingJanusz Krzysztofik1-7/+8
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes31-98/+98
2011-01-20Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds139-16/+17
2011-01-20Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-18/+13
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-21/+5
2011-01-20Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds141-205/+252
2011-01-20i915: Fix i915 suspend delayLinus Torvalds2-3/+3
2011-01-21firewire: net: is not experimental anymoreStefan Richter1-4/+2
2011-01-21firewire: net: invalidate ARP entries of removed nodesMaxim Levitsky1-1/+8
2011-01-21firewire: core: fix unstable I/O with Canon camcorderStefan Richter1-2/+9
2011-01-20ACPI / Battery: remove battery refresh on resumeLinus Torvalds1-1/+0
2011-01-20virtio: remove virtio-pci root deviceMilton Miller1-18/+2
2011-01-20lguest: compile fixesRusty Russell1-1/+1
2011-01-20lguest: Use this_cpu_opsChristoph Lameter2-3/+3
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-215/+459
2011-01-19[media] staging/lirc: fix mem leaks and ptr err usageJarod Wilson6-6/+20
2011-01-19[media] hdpvr: reduce latency of i2c read/write w/recycled bufferJarod Wilson2-17/+16
2011-01-19[media] hdpvr: enable IR partJarod Wilson5-77/+65