index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial_pl01x.c
Age
Commit message (
Expand
)
Author
2019-02-09
drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver
Vabhav Sharma
2018-11-14
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-09
bcm283x_pl011: Flush RX queue after setting baud rate
Alexander Graf
2018-01-28
bcm2835_pl011_serial: Add BCM2835 specific serial driver
Alexander Graf
2018-01-28
pl01x: Convert to dev_read
Alexander Graf
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-04-13
Fix a bug with PL010s running at 19200 baud
Alyssa Rosenzweig
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-11-28
serial: pl01x: expose skip_init platdata option in DT
Fabian Vogt
2016-03-22
serial: pl01x: Add support for devices with the rate pre-configured.
Eric Anholt
2016-01-19
arm: serial: Add debug UART capability to the pl01x driver
Sergey Temerkhanov
2015-09-15
arm: Remove unused ST-Ericsson u8500 arch
Stefan Roese
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-05-10
serial: fdt: add device tree support for pl01x
Vikas Manocha
2015-04-21
serial: pl01x: fix PL010 regression
Linus Walleij
2014-12-11
dm: serial_pl01x: Add missing private data size
Simon Glass
2014-12-08
serial: pl01x: avoid pl01x type check two times
Vikas Manocha
2014-12-08
serial: pl01x: disable as per type of pl01x
Vikas Manocha
2014-12-08
serial: pl01x: move all line control at same place
Vikas Manocha
2014-12-08
serial: pl01x: fix pl011 baud rate configuration
Vikas Manocha
2014-12-08
serial: pl01x: pass pl01x_type to set baudrate
Vikas Manocha
2014-10-23
dm: move platform data headers to include/dm/platform_data
Masahiro Yamada
2014-10-22
dm: serial: Support driver model in pl01x driver
Simon Glass
2014-10-22
dm: serial: Tidy up the pl01x driver
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-12-07
serial_pl011: Set RTS during initialization
Joshua Housh
2012-10-17
serial: Use default_serial_puts() in drivers
Marek Vasut
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver
Marek Vasut
2012-09-01
snowball: Add support for ux500 based snowball board
Mathieu J. Poirier
2011-10-22
serial: pl01x: drain PL01x FIFO before baudrate change
Linus Walleij
2011-05-12
Serial: p1011: new vendor init options
John Rigby
2010-11-30
pl01x: use C structs and readl/writel
Rabin Vincent
2010-10-13
ARMV7: Fixed baudrate setting in pl01x driver
Matt Waddel
2008-09-09
Moved conditional compile into Makefile
Andreas Engel
2008-09-09
Merged serial_pl010.c and serial_pl011.c.
Andreas Engel