summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: mach-shmobile: Enable SMP supportMagnus Damm2010-12-141-1/+2
* ARM: mach-shmobile: SMP base supportMagnus Damm2010-12-148-0/+194
* ARM: mach-shmobile: Fix up pinmux entries in MakefileMagnus Damm2010-12-141-5/+8
*-. Merge branches 'rmobile/ag5' and 'rmobile/mackerel' into rmobile-latestPaul Mundt2010-12-133-25/+433
|\ \
| | * ARM: mach-shmobile: mackerel: Add keypad tca6408a supportTony SIM2010-12-131-0/+38
| | * ARM: mach-shmobile: mackerel: Add Accelerometer sensor supportTony SIM2010-12-081-0/+15
| | * ARM: mach-shmobile: mackerel: Add FSI-AK4643 supportKuninori Morimoto2010-12-011-0/+84
| | * ARM: mach-shmobile: mackerel: Add LEDs supportKuninori Morimoto2010-12-011-0/+40
| * | ARM: mach-shmobile: AG5 clock framework improvementsMagnus Damm2010-12-032-25/+256
* | | Merge branch 'rmobile/mackerel' into rmobile-latestPaul Mundt2010-11-304-3/+563
|\ \ \ | | |/ | |/|
| * | ARM: mach-shmobile: mackerel: Add USB1(Host) supportKuninori Morimoto2010-11-301-1/+68
| * | ARM: mach-shmobile: mackerel: Add lost GPIO_FN_LCDD 18 - 23Kuninori Morimoto2010-11-291-0/+6
| * | ARM: mach-shmobile: mackerel: Add mackerel defconfigKuninori Morimoto2010-11-291-0/+138
| * | ARM: mach-shmobile: mackerel: document switch and pin modes.Kuninori Morimoto2010-11-291-0/+60
| * | ARM: mach-shmobile: mackerel: Add LCDC supportKuninori Morimoto2010-11-291-0/+86
| * | ARM: mach-shmobile: mackerel: Add SMSC supportKuninori Morimoto2010-11-291-0/+34
| * | ARM: mach-shmobile: Add mackerel board supportKuninori Morimoto2010-11-293-1/+172
| | |
| \ \
*-. \ \ Merge branches 'rmobile/ag5' and 'rmobile/mmcif' into rmobile-latestPaul Mundt2010-11-306-26/+66
|\ \ \ \ | | |_|/ | |/| |
| | * | Merge branch 'common/mmcif' into rmobile/mmcifPaul Mundt2010-11-304-17/+15
| | |\ \
| | | * | sh, mmc: Use defines when setting CE_CLK_CTRLSimon Horman2010-11-291-8/+9
| | | * | mmc, sh: Correct value for resetSimon Horman2010-11-291-6/+3
| | | * | sh, mmc: Make mmcif_update_progress static inlineSimon Horman2010-11-293-3/+3
| * | | | ARM: mach-shmobile: ag5evm: Add FSI resourcesKuninori Morimoto2010-11-291-0/+41
| * | | | ARM: mach-shmobile: clock-sh73a0: modify MSTP orderKuninori Morimoto2010-11-251-9/+10
* | | | | Merge branch 'rmobile/mmcif' into rmobile-latestPaul Mundt2010-11-25116-1942/+8336
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ARM: mach-shmobile: enable MMCIF DMA on ap4evbGuennadi Liakhovetski2010-11-251-0/+10
| * | | | mmc: sh_mmcif: add DMA supportGuennadi Liakhovetski2010-11-253-9/+258
| * | | | mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski2010-11-251-33/+30
| * | | | ARM: mach-shmobile: add DMA defines for MMCIF on sh7372Guennadi Liakhovetski2010-11-252-0/+12
| * | | | mmc: sh_mmcif: switch to completion, fix flagsGuennadi Liakhovetski2010-11-251-71/+46
| * | | | Merge branch 'common/mmcif' into rmobile/mmcifPaul Mundt2010-11-252-28/+34
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mmc, sh: Move constants to sh_mmcif.hSimon Horman2010-11-102-28/+34
| * | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-11-252-6/+6
| |\ \ \ \
| | * | | | hwmon: (lis3lv02d_i2c) Fix compile warningsGuenter Roeck2010-11-221-6/+4
| | * | | | hwmon: (i5k_amb) Fix compile warningGuenter Roeck2010-11-221-0/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds2010-11-253-16/+56
| |\ \ \ \ \
| | * | | | | xen: remove duplicated #includeHuang Weiyi2010-11-241-1/+0
| | * | | | | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-242-15/+56
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-11-253-28/+38
| |\ \ \ \ \ \
| | * | | | | | arch/tile: fix memchr() not to dereference memory for zero lengthChris Metcalf2010-11-241-16/+19
| | * | | | | | arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctlyChris Metcalf2010-11-241-1/+1
| | * | | | | | Merge branch 'master' into for-linusChris Metcalf2010-11-241026-6992/+13719
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | arch/tile: fix rwlock so would-be write lockers don't block new readersChris Metcalf2010-11-151-11/+18
| * | | | | | | Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2010-11-2519-187/+7210
| |\ \ \ \ \ \ \
| | * | | | | | | pci root complex: support for tile architectureChris Metcalf2010-11-248-187/+705
| | * | | | | | | drivers/net/tile/: on-chip network drivers for the tile architectureChris Metcalf2010-11-2412-2/+6510
| | * | | | | | | MAINTAINERS: add drivers/char/hvc_tile.c as maintained by tileChris Metcalf2010-11-021-0/+1
| * | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-11-2531-54/+124
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: 6482/2: Fix find_next_zero_bit and related assemblyJames Jones2010-11-241-2/+4
| | * | | | | | | | ARM: 6490/1: MM: bugfix: initialize spinlock for init_mm.contextMyungJoo Ham2010-11-231-0/+4