aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-172-5/+14
|\
| * Merge branch 'cache' (early part)Russell King2009-12-171-2/+11
| |\
| | * ARM: 5848/1: kill flush_ioremap_region()Nicolas Pitre2009-12-141-2/+11
| * | PCMCIA: fix pxa2xx_lubbock modular build errorMarc Zyngier2009-12-161-3/+3
* | | rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov2009-12-173-0/+6
* | | sdhci-of: add support for the wii sdhci controllerAlbert Herranz2009-12-175-1/+82
* | | sdhci-of: reorganize driver to support additional hardwareAlbert Herranz2009-12-175-127/+224
* | | sdhci-of: rename main driver file prior to reorganizationAlbert Herranz2009-12-172-1/+3
* | | sdhci: protect header file against multi inclusionAlbert Herranz2009-12-171-0/+4
* | | sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming2009-12-171-2/+3
* | | sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-171-2/+5
* | | drivers/video/via/viafbdev.c: correct code taking the size of a pointerJulia Lawall2009-12-171-2/+2
* | | hwmon: I2C bus support for lis3lv02d and variant accelerometer chipsSamu Onkalo2009-12-173-0/+201
* | | cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPTGeert Uytterhoeven2009-12-171-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-12-1713-610/+1900
|\ \ \
| * | | regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode()Roel Kluin2009-12-171-1/+1
| * | | twl-regulator: Fix reg_disable functionality for 4030 and 6030Juha Keski-Saari2009-12-171-2/+2
| * | | twl-regulator: Add turnon delay to reg_enableJuha Keski-Saari2009-12-171-1/+7
| * | | twl-regulator: Restore REMAP configuration in regulator probeJuha Keski-Saari2009-12-171-0/+3
| * | | twl-regulator: Add turnon-delay and REMAP config to twlreg_info structJuha Keski-Saari2009-12-171-41/+62
| * | | twl-regulator: Define critical regulators as always_onJuha Keski-Saari2009-12-171-0/+13
| * | | twl-regulator: Add all twl4030 regulators to twlreg_infoJuha Keski-Saari2009-12-171-9/+17
| * | | regulator: mc13783-regulator: correct the probing time.Alberto Panizzo2009-12-171-2/+2
| * | | regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}...Lars-Peter Clausen2009-12-171-2/+2
| * | | regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese2009-12-171-6/+6
| * | | drivers/regulator: use PTR_ERR to get error codeJulia Lawall2009-12-171-2/+2
| * | | regulator/mc13783: various cleanupsUwe Kleine-König2009-12-171-277/+112
| * | | regulator/mc13783: rename source file to match other driversUwe Kleine-König2009-12-172-1/+1
| * | | Fix some AB3100 regulator issuesLinus Walleij2009-12-171-21/+2
| * | | regulator: keep index within bounds in da9034_get_ldo12_voltage()Roel Kluin2009-12-171-1/+1
| * | | regulator: Ensure val is initialised in 88pm8607 choose_voltage()Mark Brown2009-12-171-1/+2
| * | | regulator: Remove duplicate consts from ab3100Mark Brown2009-12-171-5/+5
| * | | regulator: Handle regulators without suspend mode configurationMark Brown2009-12-171-3/+22
| * | | regulator: Factor out regulator name pretty printingMark Brown2009-12-171-45/+38
| * | | regulator: Display actual settings with constraintsMark Brown2009-12-171-13/+31
| * | | regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown2009-12-171-17/+18
| * | | regulator: Factor out voltage constraint setupMark Brown2009-12-171-27/+37
| * | | regulator: Report error codes for bulk operationsMark Brown2009-12-171-4/+5
| * | | regulator: add 88PM8607 PMIC driverHaojian Zhuang2009-12-173-0/+691
| * | | regulator: Implement WM831x BuckWise DC-DC convertor DVS supportMark Brown2009-12-171-18/+189
| * | | regulator: add driver for MAX8660/8661Wolfram Sang2009-12-173-0/+518
* | | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-176-7/+2
|\ \ \ \
| * | | | net: fix for utsrelease.h moving to generatedStephen Rothwell2009-12-121-1/+1
| * | | | kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-121-1/+1
| * | | | drop explicit include of autoconf.hSam Ravnborg2009-12-124-5/+0
* | | | | Revert "fbdev: atafb - add palette register check"Geert Uytterhoeven2009-12-171-3/+0
| |/ / / |/| | |
* | | | Merge branch 'drm-vmware-staging' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-1625-0/+10814
|\ \ \ \
| * | | | drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-1520-0/+7340
| * | | | drm/vmwgfx: Add svga headers for vmwgfx driverJakob Bornecrantz2009-12-155-0/+3474
* | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-161-0/+61
|\ \ \ \ \