summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* MMC: S3C24XX: Add media presence test to request handling.Ben Dooks2008-07-151-0/+1
* MMC: S3C24XX: Add support to invert write protect lineBen Dooks2008-07-151-0/+2
* MMC: S3C24XX: Add platform data for MMC/SD driverBen Dooks2008-07-151-0/+12
* MMC: S3C24XX MMC/SD driver.Thomas Kleffel2008-07-151-3/+17
* mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-152-1/+4
* au1xmmc: remove db1200 board code, rewrite probe.Manuel Lauss2008-07-151-9/+9
* mmc: at91_mci: avoid timeoutsMarc Pignat2008-07-151-0/+4
* mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-0/+12
* mmc_spi: add support for card-detection pollingAnton Vorontsov2008-07-151-0/+9
* mmc: add support for card-detection pollingAnton Vorontsov2008-07-151-0/+11
* include/linux/mmc/mmc.h: remove CVS tagsAdrian Bunk2008-07-151-1/+0Star
* sdhci: support JMicron secondary interfacePierre Ossman2008-07-151-0/+1
* Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-153-1/+103
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-153-1/+103
| |\
| | * ihex: request_ihex_firmware() function to load and validate firmwareDavid Woodhouse2008-07-101-0/+24
| | * ihex.h: binary representation of ihex recordsDavid Woodhouse2008-07-101-0/+50
| | * firmware: allow firmware files to be built into kernel imageDavid Woodhouse2008-07-102-0/+28
| | * firmware: make fw->data constDavid Woodhouse2008-07-101-1/+1
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-15132-1285/+4821
|\ \ \
| * \ \ [ARM] Merge most of the PXA work for initial mergeRussell King2008-07-1512-578/+641
| |\ \ \
| | * | | [ARM] 5085/2: PXA: Move AC97 over to the new central device declaration modelMark Brown2008-07-091-0/+2
| | * | | [ARM] 5145/1: PXA2xx: provide api to control IrDA pins stateDmitry Baryshkov2008-07-091-0/+4
| | * | | [ARM] pxa: remove pxa_set_cken()Russell King2008-07-091-9/+0Star
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King2008-07-098-569/+633
| | |\ \ \ \
| | | | * | | [ARM] 5082/1: pxa: Definition for the third USB port control register UP3OCRStefan Schmidt2008-06-151-0/+1
| | | | * | | [ARM] pxa: separate out power manager and clock registersRussell King2008-06-023-156/+165
| | | | * | | [ARM] 5074/1: fix warning: missing terminating ' characterDmitry Baryshkov2008-06-021-1/+1
| | | | * | | [ARM] pxa: separate PXA25x and PXA27x UDC register definitionsRussell King2008-05-193-412/+419
| | | * | | | [ARM] 5044/1: pwm_bl: add init/notify/exit callbacksPhilipp Zabel2008-07-031-0/+3
| | | * | | | [ARM] pxa: make zylonite use the generic PWM backlight drivereric miao2008-07-031-1/+0Star
| | | * | | | [ARM] pxa: add generic PWM backlight drivereric miao2008-07-031-0/+14
| | | * | | | [ARM] pxa: Add bare bones PWM APIRussell King2008-05-191-0/+31
| | | |/ / /
| | * / / / [ARM] 5079/1: Warn people when using pxa2xx-gpio.hStefan Schmidt2008-07-071-0/+2
| | |/ / /
| * | | | Merge branch 'imx' into develRussell King2008-07-1021-174/+2131
| |\ \ \ \
| | * | | | i.MX27 family: Add the Phytec PCM970 evaluation boardJuergen Beisert2008-07-051-0/+5
| | * | | | i.MX27: Adding PCM038 platform supportJuergen Beisert2008-07-052-0/+39
| | * | | | i.MX27: Add ADS platform supportJuergen Beisert2008-07-052-1/+357
| | * | | | i.MX27 CPU: Add basic i.MX27 CPU supportJuergen Beisert2008-07-053-0/+309
| | * | | | i.MX2 family: Add basic mach support (headers)Juergen Beisert2008-07-052-0/+80
| | * | | | i.MX2 family: Add GPIO multiplexing supportJuergen Beisert2008-07-051-0/+372
| | * | | | MXC arch: Simplify architecture's irq sourcesJuergen Beisert2008-07-053-51/+2Star
| | * | | | MX3: Add basic support for LogicPD i.MX31 LiteKitDaniel Mack2008-07-052-0/+41
| | * | | | MX31: add basic pcm037 board supportSascha Hauer2008-07-052-0/+30
| | * | | | MXC: add debug-macro.S for mxcSascha Hauer2008-07-052-0/+43
| | * | | | i.MXC family: Adding timer supportJuergen Beisert2008-07-053-100/+174
| | * | | | MXC: add io multiplexing functions for mx3Sascha Hauer2008-07-051-0/+501
| | * | | | MXC arch: Add gpio support for the whole platformJuergen Beisert2008-07-053-0/+62
| | * | | | mxc: add MX3 support for i.MX internal UART driverSascha Hauer2008-07-051-0/+32
| | * | | | i.MX3: introduce clock APISascha Hauer2008-07-051-0/+1
| | * | | | MXC family: Add clock handlingJuergen Beisert2008-07-051-0/+67