summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ag5evm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: shmobile: ag5evm: Register pinctrl mappings for IrDALaurent Pinchart2013-03-151-5/+3Star
* ARM: shmobile: ag5evm: Register pinctrl mappings for KEYSCLaurent Pinchart2013-03-151-20/+17Star
* ARM: shmobile: ag5evm: Register pinctrl mappings for SDHI and MMCIFLaurent Pinchart2013-03-151-27/+30
* ARM: shmobile: ag5evm: Register pinctrl mappings for FSILaurent Pinchart2013-03-151-7/+9
* ARM: shmobile: ag5evm: Register pinctrl mappings for I2CLaurent Pinchart2013-03-151-6/+5Star
* ARM: shmobile: ag5evm: Register pinctrl mappings for SCIFLaurent Pinchart2013-03-151-6/+11
* ARM: shmobile: sh73a0: Support sparse GPIO numbersGuennadi Liakhovetski2013-03-151-13/+13
* Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-14/+8Star
|\
| * ARM: shmobile: ag5evm: Use gpio_request_one()Laurent Pinchart2013-01-281-14/+8Star
* | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-151-2/+1Star
|\ \
| * | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-121-1/+1
| * | ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-1/+0Star
| |/
* / ARM: delete struct sys_timerStephen Warren2012-12-241-1/+1
|/
* ARM: mach-shmobile: ag5evm: Use the backlight API for brightness controlLaurent Pinchart2012-11-211-16/+29
* ARM: mach-shmobile: Remove the unused sh_mipi_dsi_info lcd_chan fieldLaurent Pinchart2012-11-211-3/+0Star
* ARM: mach-shmobile: Initiliaze the new sh_mipi_dsi_info channel fieldLaurent Pinchart2012-11-211-0/+1
* ARM: mach-shmobile: ag5evm: Add LCDC tx_dev field to platform dataLaurent Pinchart2012-11-211-77/+80
* Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-221-0/+1
|\
| * ARM: SoC: convert shmobile SMP to SMP operationsMarc Zyngier2012-09-141-0/+1
* | ARM: mach-shmobile: remove duplicated include from board-ag5evm.cWei Yongjun2012-08-311-1/+0Star
|/
* ARM: mach-shmobile: add fixed voltage regulators to ag5evmGuennadi Liakhovetski2012-06-301-3/+79
* Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-261-0/+1
|\
| * ARM: shmobile: use machine specific hook for late initShawn Guo2012-05-081-0/+1
* | ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helperGuennadi Liakhovetski2012-05-121-20/+2Star
|/
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-301-1/+1
|\
| * ARM: __io abuse cleanupRob Herring2012-03-141-1/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-0/+1
|\ \
| * | ARM: shmobile: remove NR_IRQSRob Herring2012-01-261-0/+1
| |/
* | Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-36/+3Star
|\ \
| * \ Merge branch 'renesas/fixes' into renesas/socArnd Bergmann2012-03-151-0/+1
| |\ \
| * | | ARM: mach-shmobile: sh73a0, AG5EVM and Kota2 timer reworkMagnus Damm2012-03-121-13/+1Star
| * | | ARM: mach-shmobile: sh73a0 map_io and init_early updateMagnus Damm2012-03-121-23/+2Star
* | | | Merge commit 'v3.3' into fbdev-nextFlorian Tobias Schandinat2012-03-201-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ARM: mach-shmobile: Fix ag5evm compilation by including linux/videodev2.hLaurent Pinchart2012-03-071-0/+1
| |/ /
* | | fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart2012-03-121-2/+2
* | | fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart2012-03-121-3/+3
* | | fbdev: sh_mobile_lcdc: Remove board configuration board_data fieldLaurent Pinchart2012-03-121-12/+2Star
|/ /
* | arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twiceDanny Kukawka2012-02-241-1/+0Star
* | Merge branch 'rmobile/urgent' into rmobile-fixes-for-linusPaul Mundt2012-01-241-0/+1
|\ \
| * | arm: fix compile failure in mach-shmobile/board-ag5evm.cPaul Gortmaker2012-01-241-0/+1
* | | ARM: mach-shmobile: clock-sh73a0: add DSIxPHY clock supportKuninori Morimoto2012-01-241-4/+12
* | | ARM: mach-shmobile: simplify MMCIF DMA configurationGuennadi Liakhovetski2012-01-181-9/+2Star
| |/ |/|
* | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-01-151-7/+36
|\ \ | |/ |/|
| * fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart2011-12-191-1/+1
| * fbdev: sh_mipi_dsi: add HSxxCLK supportKuninori Morimoto2011-11-221-2/+3
| * fbdev: sh_mipi_dsi: add set_dot_clock() for each platformKuninori Morimoto2011-11-221-5/+31
| * fbdev: sh_mipi_dsi: add sync_pulses/sync_events/burst modeKuninori Morimoto2011-11-221-1/+2
| * fbdev: sh_mipi_dsi: add lane control supportKuninori Morimoto2011-11-221-0/+1
* | Merge branch 'devel-stable' into for-linusRussell King2012-01-051-3/+1Star
|\ \
| * \ Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2012-01-041-2/+0Star
| |\ \