summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2010-05-2418-168/+901
|\
| * ds2760_battery: Document ABI changeDaniel Mack2010-05-191-0/+20
| * ds2760_battery: Make charge_now and charge_full writeableDaniel Mack2010-05-191-0/+64
| * power_supply: Add support for writeable propertiesDaniel Mack2010-05-192-3/+40
| * power_supply: Use attribute groupsAnton Vorontsov2010-05-194-96/+75
| * power_supply: Add test_power driverAnton Vorontsov2010-05-183-0/+169
| * tosa_battery: Fix build error due to direct driver_data usageDmitry Eremin-Solenikov2010-05-031-2/+2
| * wm97xx_battery: Quieten sparse warning (bat_set_pdata not declared)Anton Vorontsov2010-05-021-0/+3
| * ds2782_battery: Get rid of magic numbers in driver_dataAnton Vorontsov2010-05-021-6/+11
| * ds2782_battery: Add support for ds2786 battery gas gaugeYulia Vilensky2010-04-263-50/+146
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2010-04-264670-5719/+28426
| |\
| * | pda_power: Add function callbacks for suspend and resumeDaniel Mack2010-04-162-0/+12
| * | wm831x_power: Use genirqMark Brown2010-04-061-17/+16
| * | Driver for Zipit Z2 battery chipMarek Vasut2010-04-064-0/+352
| * | ds2782_battery: Fix clientdata on removalWolfram Sang2010-04-061-3/+0
* | | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-05-242-7/+8
|\ \ \
| * | | timers: Fix slack calculation for expired timersJeff Chua2010-05-241-3/+4
| * | | timekeeping: Fix timezone updateThomas Gleixner2010-05-241-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-2427-207/+916
|\ \ \ \
| * | | | sh: fix up sh7785lcr_32bit_defconfig.Paul Mundt2010-05-241-109/+164
| * | | | arch/sh/lib/strlen.S: Checkpatch cleanupAndrea Gelmini2010-05-241-1/+1
| * | | | sh: fix up sh7786 dmaengine build.Paul Mundt2010-05-221-1/+1
| * | | | sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski2010-05-221-0/+4
| * | | | sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski2010-05-221-0/+1
| * | | | sh: fix Oops in the serial SCI driverGuennadi Liakhovetski2010-05-221-2/+3
| * | | | sh: allow platforms to specify SD-card supported voltagesGuennadi Liakhovetski2010-05-222-1/+6
| * | | | mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski2010-05-222-1/+5
| * | | | sh: disable SD-card write-protection detection on kfr2r09Guennadi Liakhovetski2010-05-221-2/+4
| * | | | mfd: pass platform flags down to the tmio_mmc driverGuennadi Liakhovetski2010-05-222-0/+3
| * | | | tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski2010-05-222-1/+8
| * | | | sh: Add SDHI DMA support to migorGuennadi Liakhovetski2010-05-221-0/+9
| * | | | sh: Add SDHI DMA support to kfr2r09Guennadi Liakhovetski2010-05-221-0/+9
| * | | | sh: Add SDHI DMA support to ms7724seGuennadi Liakhovetski2010-05-221-0/+17
| * | | | sh: Add SDHI DMA support to ecovecGuennadi Liakhovetski2010-05-221-2/+7
| * | | | mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski2010-05-223-30/+348
| * | | | sh: prepare the SDHI MFD driver to pass DMA configuration to tmio_mmc.cGuennadi Liakhovetski2010-05-222-4/+22
| * | | | mmc: prepare tmio_mmc for passing of DMA configuration from the MFD cellGuennadi Liakhovetski2010-05-221-0/+6
| * | | | sh: add DMA slave definitions to sh7724Guennadi Liakhovetski2010-05-221-0/+86
| * | | | sh: add DMA slaves for two SDHI controllers to sh7722Guennadi Liakhovetski2010-05-221-0/+10
| * | | | sh: define DMA slaves per CPU type, remove now redundant headerGuennadi Liakhovetski2010-05-2210-48/+42
| * | | | sh: add Video Output Unit (VOU) and AK8813 TV-encoder support to ms7724seGuennadi Liakhovetski2010-05-221-8/+82
| * | | | sh: add Video Output Unit and AK8813 video encoder support on ecovecGuennadi Liakhovetski2010-05-221-0/+78
| * | | | sh: fix up the dwarf unwinder build for MODULES=n.Paul Mundt2010-05-221-0/+4
| * | | | sh: remove duplicated #includeHuang Weiyi2010-05-221-1/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-05-242-1/+31
|\ \ \ \
| * | | | exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter2010-05-171-1/+1
| * | | | exofs: Add default address_space_operationsBoaz Harrosh2010-05-171-0/+30
* | | | | Revert "ath9k: Group Key fix for VAPs"Linus Torvalds2010-05-243-27/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-05-244-25/+32
|\ \ \ \ \
| * | | | | fat: convert to unlocked_ioctlArnd Bergmann2010-05-173-10/+24