summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* OMAP: Remove OMAP_TAG_LCD and OMAP_TAG_FBMEMTomi Valkeinen2012-02-231-2/+0
* OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen2012-02-231-6/+16
* OMAPFB: remove omapfb_set_platform_data()Tomi Valkeinen2012-02-231-15/+0
* OMAPFB: remove early mem alloc from old omapfbTomi Valkeinen2012-02-232-140/+2
* OAMPFB: remove unused omapfb_set_ctrl_platform_data()Tomi Valkeinen2012-02-231-5/+0
* OMAP: N770: remove HWA742 platform dataTomi Valkeinen2012-02-231-8/+0
* OMAPFB: Remove video SRAM support (old omapfb)Tomi Valkeinen2012-02-232-182/+0
* OMAPDSS: Remove video SRAM supportTomi Valkeinen2012-02-231-20/+1
* OMAPFB: remove old blizzard driverTomi Valkeinen2012-02-221-12/+0
* ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chainsSantosh Shilimkar2012-02-071-1/+1
* ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King2012-01-131-3/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2012-01-111-171/+0
|\
| * Merge branch 'for_3.3/omap-cpufreq' of git://git.kernel.org/pub/scm/linux/ker...Dave Jones2011-12-022-172/+0
| |\
| | * cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreqSantosh Shilimkar2011-11-082-172/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-102-9/+34
|\ \ \
| * \ \ Merge branch 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/oha...Joerg Roedel2011-12-052-9/+34
| |\ \ \ | | |/ / | |/| |
| | * | iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen2011-12-052-9/+8
| | * | ARM: OMAP: iommu: declare a private iommu binding structOhad Ben-Cohen2011-12-051-0/+26
| | |/
* | | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-098-13/+71
|\ \ \
| * \ \ Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren2011-12-1611-35/+155
| |\ \ \
| | * | | ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R2011-12-141-0/+6
| | * | | ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter2011-12-141-1/+2
| | * | | ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K2011-12-142-3/+9
| | * | | ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R2011-12-141-0/+2
| | * | | ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R2011-12-141-0/+7
| | * | | ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R2011-12-141-0/+3
| | * | | ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R2011-12-141-0/+2
| | * | | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R2011-12-141-0/+4
| | * | | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R2011-12-141-2/+0
| | * | | ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R2011-12-142-2/+0
| | * | | ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R2011-12-141-4/+0
| * | | | Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2....Tony Lindgren2011-12-161-0/+3
| |\ \ \ \
| | * | | | ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup padTero Kristo2011-12-161-0/+2
| | * | | | ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo2011-12-161-0/+1
| | | |/ / | | |/| |
| * | | | ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at initRajendra Nayak2011-12-161-0/+3
| * | | | ARM: OMAP4: Fix errata i688 with MPU interconnect barriers.Santosh Shilimkar2011-12-082-1/+13
| * | | | ARM: OMAP: PM: Add support to allocate the memory for secure RAMSantosh Shilimkar2011-12-082-0/+16
| * | | | ARM: OMAP4: PM: Add SAR RAM supportSantosh Shilimkar2011-12-081-0/+1
* | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-3/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-098-372/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'omap/ehci' into next/driversArnd Bergmann2011-12-271-3/+0
| |\ \ \ \ \ \
| | * | | | | | ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda2011-12-161-3/+0
| * | | | | | | Merge branch 'omap/hwmod' into next/driversArnd Bergmann2011-12-272-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | ARM: OMAP: hsmmc: add pm_caps fieldEliad Peller2011-12-081-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-094-5/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'omap/hwmod' into next/develArnd Bergmann2011-12-272-1/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3Kyle Manna2011-12-152-1/+2
| | |/ / / / /
| * | | | | | Merge branch 'picoxcell/devel' into next/develOlof Johansson2011-12-196-332/+9
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | ARM: OMAP1: Update dpll1 default rate reprogramming methodJanusz Krzysztofik2011-12-081-0/+3
| * | | | | | ARM: OMAP1: Move dpll1 rates selection from config to runtimeJanusz Krzysztofik2011-12-081-0/+1
OpenPOWER on IntegriCloud