| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq() | Tarun Kanti DebBarma | 2012-03-29 | 1 | -9/+7 |
* | ARM: OMAP1: Move most of plat/io.h into local iomap.h | Tony Lindgren | 2012-02-24 | 1 | -2/+4 |
* | ARM: restart: omap: use new restart hook | Russell King | 2012-01-05 | 1 | -4/+2 |
* | ARM: 7159/1: OMAP: Introduce local common.h files | Tony Lindgren | 2011-11-17 | 1 | -1/+1 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+1 |
|\ |
|
| * | arm: Add export.h to ARM specific files as required. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 2011-11-01 | 1 | -13/+3 |
|\ \
| |/
|/| |
|
| * | Merge branch 'depends/rmk/memory_h' into next/cleanup2 | Arnd Bergmann | 2011-11-01 | 1 | -1/+1 |
| |\ |
|
| * | | ARM: OMAP1: Use generic map_io, init_early and init_irq | Tony Lindgren | 2011-10-19 | 1 | -13/+3 |
* | | | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | ARM: mach-omap1: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 1 | -1/+1 |
| |/ |
|
* | | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h | Russell King | 2011-08-08 | 1 | -1/+1 |
|/ |
|
* | omap: Set separate timer init functions to avoid cpu_is_omap tests | Tony Lindgren | 2011-06-20 | 1 | -1/+1 |
* | omap: Use separate init_irq functions to avoid cpu_is_omap tests early | Tony Lindgren | 2011-06-16 | 1 | -1/+1 |
* | arm: Cleanup the irq namespace | Thomas Gleixner | 2011-03-29 | 1 | -4/+4 |
* | arm: mach-omap1: board-voiceblue: add missing include | Aaro Koskinen | 2011-01-27 | 1 | -0/+1 |
* | ARM: OMAP: Allow platforms to hook reset cleanly | Russell King - ARM Linux | 2011-01-27 | 1 | -47/+59 |
* | Merge branch 'devel-gpio' into omap-for-linus | Tony Lindgren | 2010-12-10 | 1 | -1/+0 |
|\ |
|
| * | OMAP: GPIO: Implement GPIO as a platform device | Varadarajan, Charulatha | 2010-12-07 | 1 | -1/+0 |
* | | omap1: Add initcall checks for omap1 and booted board | Tony Lindgren | 2010-12-10 | 1 | -0/+6 |
|/ |
|
* | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 1 | -2/+0 |
* | Merge branch 'devel-map-io' into omap-for-linus | Tony Lindgren | 2010-08-04 | 1 | -0/+1 |
|\ |
|
| * | ARM: OMAP: Convert to use ->reserve method to reserve boot time memory | Russell King | 2010-07-16 | 1 | -0/+1 |
* | | omap: Move omap1 USB platform init code into mach-omap1/usb.c | Tony Lindgren | 2010-07-05 | 1 | -1/+1 |
|/ |
|
* | omap: convert boards to use physmap-flash | Ladislav Michl | 2010-02-15 | 1 | -4/+5 |
* | omap: use smc91x_platdata to setup smc91x | Ladislav Michl | 2009-12-11 | 1 | -0/+10 |
* | Merge branch '7xx-iosplit-plat' with omap-fixes | Tony Lindgren | 2009-11-10 | 1 | -4/+4 |
|\ |
|
| * | omap: headers: Move remaining headers from include/mach to include/plat | Tony Lindgren | 2009-10-20 | 1 | -4/+4 |
* | | omap1: Fix redundant UARTs pin muxing that can break other hardware support | Janusz Krzysztofik | 2009-10-22 | 1 | -0/+8 |
|/ |
|
* | OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle | Kalle Valo | 2009-08-28 | 1 | -5/+0 |
* | ARM: OMAP: get rid of OMAP_TAG_USB, v2 | Felipe Balbi | 2009-03-23 | 1 | -1/+1 |
* | ARM: OMAP: remove duplicated #include's | Huang Weiyi | 2009-01-15 | 1 | -1/+0 |
* | omap mmc: Remove broken MMC init code | Tony Lindgren | 2008-12-10 | 1 | -9/+1 |
* | ARM: OMAP: Switch to gpio_request/free calls | Jarkko Nikula | 2008-12-10 | 1 | -8/+8 |
* | ARM: OMAP: use gpio_to_irq | David Brownell | 2008-12-10 | 1 | -4/+4 |
* | ARM: OMAP: switch to gpio_direction_output | David Brownell | 2008-12-10 | 1 | -6/+3 |
* | ARM: OMAP: switch to gpio_direction_input | David Brownell | 2008-12-10 | 1 | -1/+1 |
* | ARM: OMAP: switch to standard gpio get/set calls | David Brownell | 2008-12-10 | 1 | -10/+10 |
* | [ARM] 5298/1: Drop desc_handle_irq() | Dmitry Baryshkov | 2008-10-09 | 1 | -0/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -6/+6 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* | Dmitry Baryshkov | 2008-07-27 | 1 | -4/+4 |
* | ARM: OMAP1: Misc clean-up | Tony Lindgren | 2008-02-08 | 1 | -3/+0 |
* | ARM: OMAP1: Use I2C bus registration helper for omap1 | Jarkko Nikula | 2008-02-08 | 1 | -0/+1 |
* | [NET] smc91x: Make smc91x use IRQ resource trigger flags | Russell King | 2008-01-28 | 1 | -1/+1 |
* | ARM: OMAP: Sync board specific files with linux-omap | Tony Lindgren | 2007-09-20 | 1 | -1/+1 |
* | [ARM] 3433/1: ARM: OMAP: 8/8 Update board files | Tony Lindgren | 2006-04-02 | 1 | -4/+4 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -1/+1 |
* | [ARM] 3280/1: OMAP: 2/3 Fix low-level io init for omap1 boards | Tony Lindgren | 2006-02-08 | 1 | -1/+2 |
* | [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) | Nicolas Pitre | 2006-01-13 | 1 | -1/+0 |