aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/serial.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-10ARM: OMAP2+: Remove legacy serial.cTony Lindgren1-332/+0
2016-02-06ARM: OMAP: serial: Rename DRIVER_NAMEJean Delvare1-1/+1
2015-12-03ARM: OMAP2+: Change core_initcall levels to postcore_initcallTony Lindgren1-1/+1
2015-05-20ARM: OMAP2+: use symbolic defines for console loglevels instead of numbersAlexander Kuleshov1-1/+1
2014-11-10ARM: OMAP: serial: remove last vestige of DTR_gpio support.NeilBrown1-3/+0
2013-07-30ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LLRajendra Nayak1-11/+0
2013-07-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+0
2013-06-20Merge tag 'omap-for-v3.11/pm-serial-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-7/+0
2013-06-12ARM: OMAP2+: Fix serial init for device tree based bootingTony Lindgren1-0/+3
2013-05-19ARM: OMAP2+: serial: Remove the un-used slave idle hooksSantosh Shilimkar1-31/+0
2013-05-16arm: omap2+: serial: remove no_console_suspend supportSourav Poddar1-7/+0
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-01-26ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device codePaul Walmsley1-2/+1
2013-01-11ARM: OMAP2+: Use omap initcallsTony Lindgren1-1/+1
2012-12-14ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren1-2/+1
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+1
2012-11-09Merge branch 'linus' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3Tony Lindgren1-0/+5
2012-10-24ARM: OMAP: Split plat/serial.h for omap1 and omap2+Tony Lindgren1-1/+1
2012-10-22ARM: OMAP2: UART: fix console UART mismatched runtime PM statusKevin Hilman1-0/+5
2012-10-18ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren1-0/+1
2012-10-18ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren1-1/+1
2012-10-18ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2Tony Lindgren1-3/+3
2012-10-17ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren1-1/+1
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-09-12Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren1-5/+7
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-0/+1
2012-09-12Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren1-1/+0
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley1-3/+2
2012-09-12ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ...Paul Walmsley1-2/+5
2012-09-10ARM: OMAP: remove plat/board.h fileIgor Grinberg1-1/+0
2012-09-06serial: omap: don't access the platform_deviceFelipe Balbi1-6/+9
2012-08-16OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown1-0/+3
2012-06-05OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeupGovindraj.R1-4/+63
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+0
2012-05-09Merge tag 'omap-cleanup-sparse-for-v3.5' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-1/+1
2012-04-23Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman1-8/+0
2012-04-18OMAP2+: UART: Remove cpu checks for populating errata flagsGovindraj.R1-8/+0
2012-04-17ARM: OMAP: serial: Fix the ocp smart idlemode handling bugSantosh Shilimkar1-1/+7
2012-04-17ARM: OMAP2+: UART: Fix incorrect population of default uart padsGovindraj.R1-116/+0
2012-04-13ARM: OMAP2+: declare file-local functions as staticPaul Walmsley1-1/+1
2012-02-21ARM: OMAP2+: UART: remove unused fields in omap_uart_state.NeilBrown1-4/+0
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-4/+4
2011-12-14ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R1-22/+0
2011-12-14ARM: OMAP2+: UART: Do not gate uart clocks if used for debug_printsGovindraj.R1-1/+10
2011-12-14ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecaseGovindraj.R1-1/+8
2011-12-14ARM: OMAP2+: UART: Avoid console uart idling during bootupGovindraj.R1-26/+25
2011-12-14ARM: OMAP2+: UART: remove temporary variable used to count uart instanceGovindraj.R1-5/+2
2011-12-14ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter1-1/+4
2011-12-14ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K1-11/+45
2011-12-14ARM: OMAP2+: UART: Remove old and unused clocks handling funcsGovindraj.R1-36/+0
2011-12-14ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R1-84/+12
2011-12-14ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R1-70/+31
2011-12-14ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R1-0/+2
2011-12-14ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R1-14/+0
2011-12-14ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R1-118/+0
2011-12-14ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R1-2/+0
2011-12-14ARM: OMAP2+: UART: Add default mux for all uarts.Govindraj.R1-25/+130
2011-12-14ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R1-116/+2
2011-12-14ARM: OMAP2+: UART: cleanup 8250 console driver supportGovindraj.R1-97/+0
2011-12-14ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R1-65/+0
2011-12-13ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar1-3/+3
2011-12-13ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed1-2/+2
2011-11-17ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren1-1/+1
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-24/+1
2011-09-15OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman1-1/+1
2011-09-15OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman1-6/+6
2011-07-12OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman1-0/+1
2011-02-28OMAP2+: hwmod: rename some init functionsPaul Walmsley1-1/+1
2011-02-16TI816X: Update common OMAP machine specific sourcesHemant Pedanekar1-4/+4
2011-02-14omap2+: Fix omap_serial_early_init to work with init_early hookTony Lindgren1-2/+5
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-22omap2+: Add struct omap_board_data and use it for platform level serial initTony Lindgren1-8/+20
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+6
2010-12-21OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley1-0/+1
2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley1-2/+2
2010-12-21OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley1-7/+2
2010-11-30omap: Serial: Define register access modes in LCRAndrei Emeltchenko1-6/+6
2010-11-30OMAP: Serial: Define OMAP uart MDR1 reg and remove magic numbersAndrei Emeltchenko1-6/+9
2010-11-24OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabledPaul Walmsley1-0/+5
2010-11-24OMAP: UART: don't resume UARTs that are not enabled.Kevin Hilman1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-22omap: UART: fix wakeup registers for OMAP24xx UART2Kevin Hilman1-7/+10
2010-10-11omap: serial: Fix the boot-up crash/reboot without CONFIG_PMSantosh Shilimkar1-1/+5
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-1/+1
2010-09-29OMAP3: serial: Fix uart4 handling for 3630Govindraj.R1-1/+5
2010-09-29OMAP: UART: use non-locking versions of hwmod enable/idle functionsKevin Hilman1-2/+21
2010-09-29OMAP: UART: don't do automatic bus-level suspend/resumeKevin Hilman1-2/+6
2010-09-29OMAP2: UART: remove set_uart_globalsGovindraj.R1-5/+0
2010-09-29OMAP: UART: omap_device conversions, remove implicit 8520 assumptionsKevin Hilman1-269/+260
2010-08-02omap2/3/4: serial: errata i202: fix for MDR1 accessDeepak K1-3/+49
2010-08-02omap2/3/4: serial: introduce errata handlingNishanth Menon1-5/+10
2010-08-02omap2/3/4: serial: kill dev_attr_sleep_timeout sparse warnNishanth Menon1-1/+2
2010-08-02omap2/3/4: serial: remove initialization sparse warningsNishanth Menon1-2/+2
2010-08-02omap3: serial: Add context save and restore for mcrGovindraj R1-0/+6
2010-03-15omap2/3/4: serial: Remove condition for getting uart4_physSergio Aguirre1-13/+1
2010-03-15OMAP3: serial: Use dev_* macros instead of printkSergio Aguirre1-6/+6
2010-03-15OMAP3: serial: Check for zero-based physical addrSergio Aguirre1-0/+13
2010-03-11OMAP2: serial.c: Fix number of uarts in early_initThomas Weber1-5/+10
2010-02-23omap3/4: uart: fix full-fifo write abortSantosh Shilimkar1-3/+28
2010-02-15omap2/3/4: serial: fix coding style indentaionvikram pandita1-9/+10
2010-02-15omap2/3/4: Fix mach-omap2/serial.c for multibootTony Lindgren1-7/+20
2010-02-15Merge branch 'debug-ll' into omap-for-linusTony Lindgren1-4/+11
2010-02-15omap: Clean the serial port definesTony Lindgren1-4/+11
2010-02-03omap: Disable serial port autoidle by defaultTony Lindgren1-2/+9
2010-01-08omap2/3: make serial_in_override() address the right uart portAlexander Shishkin1-2/+10
2009-12-16OMAP3: serial - fix bug introduced inMika Westerberg1-3/+4
2009-12-11omap: serial: fix non-empty uart fifo read abortvikram pandita1-9/+27
2009-12-11OMAP3: serial - allow platforms specify which UARTs to initializeMika Westerberg1-15/+55
2009-11-22omap: Eliminate OMAP_MAX_NR_PORTSAlexander Shishkin1-3/+3
2009-11-11OMAP3: PM debug: allow runtime toggle of PM featuresKevin Hilman1-2/+0
2009-11-10Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-8/+14
2009-10-22omap4: Fix UART4 platform data on omap4Santosh Shilimkar1-10/+0
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-4/+4
2009-10-16omap: Change low-level serial init to use ioremapTony Lindgren1-4/+10
2009-09-24omap: Fix 44xx compileTony Lindgren1-1/+1
2009-09-24omap: Fix compile for arch/arm/mach-omap2Tony Lindgren1-2/+2
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+48
2009-09-03Merge branch '2_6_32_for_next' of git://git.pwsan.com/linux-2.6 into for-nextTony Lindgren1-1/+13
2009-09-03OMAP2/3 board-*.c files: read bootloader configuration earlierPaul Walmsley1-1/+13
2009-09-02ARM: OMAP4: Bypass the clock check.Santosh Shilimkar1-2/+5
2009-09-02ARM: OMAP4: Fix NULL pointer dereference crash.Santosh Shilimkar1-0/+26
2009-08-28OMAP2/3: Pass irqflags to 8250 driverVikram Pandita1-1/+1
2009-08-28OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idleKalle Valo1-12/+0
2009-08-28OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren1-3/+3
2009-08-05Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Russell King1-63/+134
2009-08-05OMAP2/3/4: UART: allow in-order port traversalKevin Hilman1-1/+1
2009-08-05OMAP2/3/4: UART: Allow per-UART disabling wakeup for serial portsKevin Hilman1-58/+116
2009-08-05OMAP3: Fixed crash bug with serial + suspendTero Kristo1-0/+14
2009-08-05OMAP4: UART: cleanup special case IRQ handlingKevin Hilman1-4/+3
2009-07-28ARM: OMAP4: Add UART4 supportSyed Rafiuddin1-0/+10
2009-05-28Merge branch 'omap4' into for-nextTony Lindgren1-0/+7
2009-05-28Merge branch 'omap3-upstream' into for-nextTony Lindgren1-19/+14
2009-05-28ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar1-0/+7
2009-05-28ARM: OMAP2/3: Serial: Remove arch_initcall dependencyVikram Pandita1-13/+9
2009-05-28OMAP: UART: Add sysfs interface for adjusting UART sleep timeoutJouni Hogander1-4/+51
2009-05-28OMAP3: PM: UART: disable clocks when idle and off-mode supportKevin Hilman1-24/+366
2008-10-14Merge branch 'omap-all' into develRussell King1-68/+48
2008-10-06ARM: OMAP2 Provide function to enable/disable uart clocksJouni Hogander1-60/+40
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-2/+1
2008-09-05[ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King1-1/+1
2008-09-05[ARM] omap: Fix IO_ADDRESS() macrosRussell King1-7/+7
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2007-08-22ARM: OMAP: Enable serial idling and wakeup featuresJuha Yrjola1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-03-23[ARM] 3391/1: use PLAT8250_DEV_PLATFORM{,1} for platform device id instead of...Lennert Buytenhek1-1/+1
2006-01-17ARM: OMAP: 4/4 Fix clock framework to use clk_enable/disable miscTony Lindgren1-6/+6
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2005-11-10[ARM] 3145/1: OMAP 3a/5: Add support for omap24xxTony Lindgren1-0/+180