summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2011-12-17ARM: OMAP3: pm: use prcm chain handlerTero Kristo2-71/+70
2011-12-17ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup padTero Kristo1-0/+55
2011-12-17ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo1-0/+83
2011-12-17ARM: OMAP: PRCM: add suspend prepare / finish supportTero Kristo6-4/+148
2011-12-17ARM: OMAP: PRCM: add support for chain interrupt handlerTero Kristo3-3/+342
2011-12-17ARM: OMAP3/4: PRM: add functions to read pending IRQs, PRM barrierPaul Walmsley4-3/+86
2011-12-17ARM: OMAP2+: hwmod: Add API to enable IO ring wakeupGovindraj R1-0/+47
2011-12-17ARM: OMAP2+: mux: add wakeup-capable hwmod mux entries to dynamic listPaul Walmsley1-2/+4
2011-12-16ARM: OMAP: USB: device name change for the clk names of usbhsKeshava Munegowda2-19/+17
2011-12-16ARM: OMAP: USB: register hwmods of usbhsKeshava Munegowda1-66/+34
2011-12-16ARM: OMAP3+: hwmod data: Add the default clockactivity for I2CShubhrajyoti D2-7/+9
2011-12-16ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <...Paul Walmsley1-4/+90
2011-12-16ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4Benoit Cousson1-1/+207
2011-12-16ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3Keshava Munegowda1-0/+221
2011-12-16ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3Kyle Manna3-0/+65
2011-12-16ARM: OMAP: hwmod data: fix the panic on Nokia RM-680 during bootAaro Koskinen1-1/+13
2011-12-16ARM: OMAP: hwmod data: fix iva and mailbox hwmods for OMAP 3Felipe Contreras1-4/+0
2011-12-15ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R4-41/+0
2011-12-15ARM: OMAP2+: UART: Do not gate uart clocks if used for debug_printsGovindraj.R1-1/+10
2011-12-15ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecaseGovindraj.R1-1/+8
2011-12-15ARM: OMAP2+: UART: Avoid console uart idling during bootupGovindraj.R1-26/+25
2011-12-15ARM: OMAP2+: UART: remove temporary variable used to count uart instanceGovindraj.R1-5/+2
2011-12-15ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter1-1/+4
2011-12-15ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K2-14/+48
2011-12-15ARM: OMAP2+: UART: Remove old and unused clocks handling funcsGovindraj.R1-36/+0
2011-12-15ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R1-84/+12
2011-12-15ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R1-70/+31
2011-12-15ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R1-0/+2
2011-12-15ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R1-14/+0
2011-12-15ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R1-118/+0
2011-12-15ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R1-2/+0
2011-12-15ARM: OMAP2+: UART: Add default mux for all uarts.Govindraj.R4-258/+133
2011-12-15ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R1-116/+2
2011-12-15ARM: OMAP2+: UART: cleanup 8250 console driver supportGovindraj.R1-97/+0
2011-12-15ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R3-115/+0
2011-12-14ARM: OMAP: rx51: fix USBFelipe Contreras1-1/+1
2011-12-13ARM: OMAP: musb: Add support for ti816evmRavi Babu1-0/+9
2011-12-13ARM: OMAP: musb: Add ti81xx phy power functionAjay Kumar Gupta1-0/+35
2011-12-13ARM: OMAP: musb: Adding support for ti81xxRavi Babu1-0/+3
2011-12-13ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVMHemant Pedanekar3-6/+22
2011-12-13ARM: OMAP4: board-4430sdp: Register platform device for digimic codecPeter Ujfalusi1-0/+6
2011-12-13ARM: OMAP4: devices: Register OMAP4 DMIC platform devicePeter Ujfalusi1-0/+22
2011-12-13ARM: OMAP3: sdram-nokia: add 200 MHz memory timings infoIgor Dmitriev1-1/+24
2011-12-13ARM: OMAP3: rx51: enable tsc2005 touchscreenAaro Koskinen1-2/+44
2011-12-13ARM: OMAP3: cm-t35: fix mux mode for DSS pinsIgor Grinberg1-14/+18
2011-12-13ARM: OMAP3: cm-t35: Add reset for USB hubIgor Grinberg1-2/+20
2011-12-13ARM: OMAP3: cm-t35: enable audioIgor Grinberg1-1/+2
2011-12-13ARM: OMAP3: cm-t35: Use correct DSS regulator supplyIgor Grinberg1-10/+3
2011-12-13ARM: OMAP3: cm-t35: Add regulator for ads7846 touchscreenIgor Grinberg1-0/+18
2011-12-13ARM: OMAP: TI814X: Add cpu type macros and detection supportHemant Pedanekar2-0/+23