summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-cm-t35.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_configJarkko Nikula2012-02-241-1/+0
|/
* Merge branch 'samsung/cleanup' into next/boardsArnd Bergmann2012-01-091-0/+2
|\
| * Merge branch 'restart' into for-linusRussell King2012-01-051-0/+2
| |\
| | * ARM: restart: omap: use new restart hookRussell King2012-01-051-0/+2
* | | ARM: OMAP3: cm-t35: fix mux mode for DSS pinsIgor Grinberg2011-12-131-14/+18
* | | ARM: OMAP3: cm-t35: Add reset for USB hubIgor Grinberg2011-12-131-2/+20
* | | ARM: OMAP3: cm-t35: enable audioIgor Grinberg2011-12-131-1/+2
* | | ARM: OMAP3: cm-t35: Use correct DSS regulator supplyIgor Grinberg2011-12-131-10/+3
* | | ARM: OMAP3: cm-t35: Add regulator for ads7846 touchscreenIgor Grinberg2011-12-131-0/+18
|/ /
* | Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King2011-11-211-0/+2
|\ \ | |/ |/|
| * ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-151-0/+2
* | ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-171-1/+1
|/
* Merge branch 'depends/omap2_dss' into next/cleanupArnd Bergmann2011-10-311-3/+3
|\
| * OMAP: use dvi panel driver instead of generic-dpiTomi Valkeinen2011-09-301-3/+3
* | Merge branch 'depends/rmk/devel-stable' into next/cleanupArnd Bergmann2011-10-081-2/+2
|\ \
| * | ARM: mach-omap2: convert boot_params to atag_offsetNicolas Pitre2011-08-211-2/+2
| |/
* | ARM: OMAP: Introduce SoC specific early_initTony Lindgren2011-08-241-7/+2
* | ARM: OMAP: Move omap2_init_common_devices out of init_earlyTony Lindgren2011-08-241-2/+2
|/
* Merge branch 'cleanup-part-2' into devel-boardTony Lindgren2011-07-101-43/+8
|\
| * OMAP3: Move common regulator configuration to twl-commonPeter Ujfalusi2011-07-041-36/+8
| * OMAP3: Move common twl configuration to twl-commonPeter Ujfalusi2011-07-041-8/+1
* | arm: omap3: cm-t35: add support for cm-t3730Igor Grinberg2011-07-051-16/+61
* | arm: omap3: cm-t35: fix slow path warningIgor Grinberg2011-07-041-2/+2
* | arm: omap3: cm-t35: minor comments fixesIgor Grinberg2011-07-041-9/+5
|/
* Merge branch 'devel-timer' into devel-cleanupTony Lindgren2011-06-291-2/+2
|\
| * omap: Set separate timer init functions to avoid cpu_is_omap testsTony Lindgren2011-06-201-1/+1
| * omap: Use separate init_irq functions to avoid cpu_is_omap tests earlyTony Lindgren2011-06-161-1/+1
* | omap: cleanup NAND platform dataGrazvydas Ignotas2011-06-291-2/+0
* | Remove old-style supply.dev assignments common in hsmmc initOleg Drokin2011-06-141-4/+0
* | cleanup regulator supply definitions in mach-omap2Oleg Drokin2011-06-141-16/+18
|/
* arm: omap2plus: move NAND_BLOCK_SIZE out of boardsIgor Grinberg2011-06-011-2/+0
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-261-197/+39
|\
| * arm: omap2plus: GPIO cleanupIgor Grinberg2011-05-121-52/+22
| * omap: musb: introduce default board configMike Rapoport2011-05-091-7/+1
| * omap: use common initialization for PMIC i2c busMike Rapoport2011-05-031-11/+1
| * omap: consolidate touch screen initialization among different boardsMike Rapoport2011-05-031-56/+2
| * omap: convert boards that use SMSC911x to use gpmc-smsc911xMike Rapoport2011-04-201-71/+13
* | OMAP: DSS2: Move panel-generic-dpi.h to include/video/Tomi Valkeinen2011-05-111-1/+1
* | OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen2011-05-111-1/+1
|/
* Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt2011-03-221-1/+1
|\
| * OMAP2, 3: DSS2: VENC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-111-1/+1
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-171-27/+16
|\ \
| * | omap2+: mux: Fix compile when CONFIG_OMAP_MUX is not selectedTony Lindgren2011-03-111-0/+2
| |/
| * omap2+: Minimize board specific init_early callsTony Lindgren2011-02-251-6/+5
| * OMAP2, 3: DSS2: board files: replace platform_device_register with omap_displ...Senthilvadivu Guruswamy2011-02-231-9/+1
| * OMAP2, 3: DSS2: Use Regulator init with driver nameSenthilvadivu Guruswamy2011-02-231-8/+4
| * ARM: OMAP2: use early init hookRussell King - ARM Linux2011-02-141-4/+4
* | arm: omap: usb: Invoke usbhs core device initializationKeshava Munegowda2011-03-011-1/+1
* | arm: omap: usb: create common enums and structures for ehci and ohciKeshava Munegowda2011-03-011-5/+5
|/
* OMAP: use generic DPI panel driver in board filesBryan Wu2011-01-101-6/+17
OpenPOWER on IntegriCloud