| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | ARM: OMAP3: mmc-twl4030 add MMC3 support, v2 | Grazvydas Ignotas | 2009-03-23 | 2 | -2/+23 |
| * | | | | ARM: OMAP3: mmc-twl4030 init passes device nodes back, v2 | David Brownell | 2009-03-23 | 4 | -0/+16 |
| * | | | | ARM: OMAP3: mmc-twl4030 voltage cleanup | David Brownell | 2009-03-23 | 4 | -48/+84 |
| * | | | | ARM: OMAP3: mmc-twl4030 fix name buffer length, v2 | Adrian Hunter | 2009-03-23 | 1 | -2/+3 |
| * | | | | ARM: OMAP3: Add more GPIO mux options | Tony Lindgren | 2009-03-23 | 2 | -0/+40 |
| * | | | | ARM: OMAP3: Remove unused CONFIG_I2C2_OMAP_BEAGLE | Jarkko Nikula | 2009-03-23 | 1 | -3/+0 |
| * | | | | ARM: OMAP: get rid of OMAP_TAG_USB, v2 | Felipe Balbi | 2009-03-23 | 17 | -46/+56 |
| * | | | | ARM: OMAP: Dispatch only relevant DMA interrupts | Santosh Shilimkar | 2009-03-23 | 1 | -1/+3 |
| * | | | | ARM: OMAP: Get available DMA channels from cmdline | Santosh Shilimkar | 2009-03-23 | 1 | -1/+19 |
| * | | | | ARM: OMAP: Add method to register additional I2C busses on the command line, v2 | Jarkko Nikula | 2009-03-23 | 1 | -21/+52 |
| * | | | | ARM: OMAP: Add command line option for I2C bus speed, v2 | Jarkko Nikula | 2009-03-23 | 1 | -10/+44 |
| * | | | | ARM: OMAP: Add documentation for function omap_register_i2c_bus | Jarkko Nikula | 2009-03-23 | 1 | -0/+9 |
| * | | | | ARM: OMAP: Export dmtimer functions | Timo Kokkonen | 2009-03-23 | 1 | -0/+26 |
| * | | | | [OMAP850] Build system changes | Zebediah C. McClure | 2009-03-23 | 1 | -6/+17 |
| * | | | | [OMAP850] IRQ related changes | Zebediah C. McClure | 2009-03-23 | 2 | -3/+99 |
| * | | | | [OMAP850] Changes to memory subsystem | Zebediah C. McClure | 2009-03-23 | 2 | -3/+3 |
| * | | | | [OMAP850] Changes to base IO subsystem, v2 | Zebediah C. McClure | 2009-03-23 | 6 | -8/+212 |
| * | | | | [OMAP850] Add base support for omap850 cpu | Zebediah C. McClure | 2009-03-23 | 3 | -5/+136 |
| * | | | | ARM: OMAP: Remove remaining board-*.h includes from hardware.h | Tony Lindgren | 2009-03-23 | 4 | -56/+2 |
| * | | | | ARM: OMAP: No need to include board-nokia.h from hardware.h | Tony Lindgren | 2009-03-23 | 2 | -57/+0 |
| * | | | | ARM: OMAP: No need to include board-overo.h from hardware.h | Tony Lindgren | 2009-03-23 | 2 | -27/+6 |
| * | | | | ARM: OMAP: No need to include board-ldp.h from hardware.h | Tony Lindgren | 2009-03-23 | 3 | -47/+6 |
| * | | | | ARM: OMAP: No need to include board-h4.h from hardware.h | Tony Lindgren | 2009-03-23 | 3 | -43/+3 |
| * | | | | ARM: OMAP: No need to include board-apollon.h from hardware.h | Tony Lindgren | 2009-03-23 | 3 | -50/+1 |
| * | | | | ARM: OMAP: No need to include board-omap2430sdp.h from hardware.h | Tony Lindgren | 2009-03-23 | 3 | -50/+8 |
| * | | | | ARM: OMAP: No need to include board-palm*.h from hardware.h | Tony Lindgren | 2009-03-23 | 9 | -93/+34 |
| * | | | | ARM: OMAP: No need to include board-osk.h from hardware.h | Tony Lindgren | 2009-03-23 | 3 | -51/+14 |
| * | | | | ARM: OMAP: No need to include board-innovator.h from hardware.h | Tony Lindgren | 2009-03-23 | 3 | -56/+3 |
| * | | | | ARM: OMAP: No need to include board-h3.h from hardware.h | Tony Lindgren | 2009-03-23 | 4 | -8/+8 |
| * | | | | ARM: OMAP: No need to include board-h2.h from hardware.h | Tony Lindgren | 2009-03-23 | 4 | -8/+8 |
| * | | | | ARM: OMAP: No need to include board-perseus2.h or board-fsample.h from hardwa... | Tony Lindgren | 2009-03-23 | 4 | -99/+33 |
| * | | | | omap mailbox: remove unnecessary header file inclusion | Hiroshi DOYU | 2009-03-23 | 1 | -5/+1 |
| * | | | | omap mailbox: convert sequence bit checking to module paramter | Hiroshi DOYU | 2009-03-23 | 1 | -19/+16 |
| * | | | | omap mailbox: move mailbox.h into mailbox.c | Hiroshi DOYU | 2009-03-23 | 2 | -101/+85 |
| * | | | | omap mailbox: add save_/restore_ctx() for PM | Hiroshi DOYU | 2009-03-23 | 2 | -0/+55 |
| * | | | | omap mailbox: fix empty struct device for omap2 | Hiroshi DOYU | 2009-03-23 | 2 | -7/+8 |
| * | | | | omap mailbox: fix empty struct device for omap1 | Hiroshi DOYU | 2009-03-23 | 2 | -15/+16 |
| * | | | | omap mailbox: fix empty struct device for omap_mbox | Hiroshi DOYU | 2009-03-23 | 2 | -34/+33 |
| * | | | | omap mailbox: print hardware revision at startup | Hiroshi DOYU | 2009-03-23 | 1 | -0/+3 |
| * | | | | omap mailbox: add initial omap3 support | Hiroshi DOYU | 2009-03-23 | 4 | -36/+80 |
| * | | | | omap mailbox: cleanup omap2 register definition with macro | Hiroshi DOYU | 2009-03-23 | 1 | -48/+29 |
| | |/ /
| |/| | |
|
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-03-15 | 29 | -53/+217 |
| |\ \ \ |
|
* | | | | | [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h | Russell King | 2009-03-25 | 1 | -1/+1 |
* | | | | | [ARM] collie: fix two minor formatting nits | Russell King | 2009-03-25 | 1 | -3/+4 |
* | | | | | [ARM] 5431/1: scoop: completely drop old-style SCOOP GPIO accessors | Dmitry Baryshkov | 2009-03-25 | 2 | -33/+0 |
* | | | | | [ARM] 5430/1: collie_pm: use new GPIO API to control charger | Dmitry Baryshkov | 2009-03-25 | 2 | -11/+8 |
* | | | | | [ARM] 5429/1: collie: start scoop converton to new api | Dmitry Baryshkov | 2009-03-25 | 2 | -8/+26 |
* | | | | | Merge git://git.marvell.com/orion into devel | Russell King | 2009-03-25 | 11 | -11/+310 |
|\ \ \ \ \ |
|
| * | | | | | [ARM] orion5x: update of FPGA ID's for the TS-78xx | Alexander Clouter | 2009-03-23 | 2 | -4/+13 |
| * | | | | | [ARM] Kirkwood: Add support for QNAP TS-119/TS-219 Turbo NAS | Martin Michlmayr | 2009-03-23 | 5 | -4/+244 |