| f3a73284 | 18-Jan-2021 |
Arnd Bergmann <[email protected]> |
ARM: remove sirf prima2/atlas platforms
The SiRF Prima2 and Atlas platform code was contributed by Cambridge Silicon Radio (CSR) after aquiring the original SiRF company, and maintained by Barry Son
ARM: remove sirf prima2/atlas platforms
The SiRF Prima2 and Atlas platform code was contributed by Cambridge Silicon Radio (CSR) after aquiring the original SiRF company, and maintained by Barry Song. CSR was subsequently acquired by Qualcomm, who no longer have an interest in maintaining the SoC platform but instead have released more recent SoCs for the same market in the Snapdragon family.
As Barry is no longer working for the company, nobody else there wants to maintain it, and there are no third-party users, the best way forward seems to be to completely remove it.
Thanks to Barry for maintaining the platform for the past ten years.
Cc: Barry Song <[email protected]> Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Arnd Bergmann <[email protected]>
show more ...
|
| 4df24fef | 27-Aug-2020 |
Linus Walleij <[email protected]> |
ARM: 9005/1: debug: Select flow control for all debug UARTs
Instead of a flow control selection mechanism specifically for 8250, make this available for all debug UARTs. If the debug UART supports w
ARM: 9005/1: debug: Select flow control for all debug UARTs
Instead of a flow control selection mechanism specifically for 8250, make this available for all debug UARTs. If the debug UART supports waiting for CTS to be asserted, then this code can be activated for terminals that need it.
We keep the defaults for EBSA110, Footbridge, Gemini and RPC so that this still works as expected for these older platforms: they assume that flow control shall be enabled for debug prints.
I switch the location of the check for ifdef CONFIG_DEBUG_UART_FLOW_CONTROL from the actual debug UART drivers: the code would get compiled-out for 8250 and Tegra unless their custom config (or passing -DFLOW_CONTROL in the Tegra case) was not set. Instead this is conditional at the three places where we print debug messages. The idea is that debug UARTs can be implemented without this ifdef boilerplate so they look cleaner, alas the ifdef has to be somewhere.
Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Russell King <[email protected]>
show more ...
|
| 4e5cafa8 | 28-Feb-2020 |
Florian Fainelli <[email protected]> |
ARM: brcmstb: Add debug UART entry for 72615
72165 has the same memory map as 7278 and the same physical address for the UART, alias the definition accordingly.
Signed-off-by: Florian Fainelli <f.f
ARM: brcmstb: Add debug UART entry for 72615
72165 has the same memory map as 7278 and the same physical address for the UART, alias the definition accordingly.
Signed-off-by: Florian Fainelli <[email protected]>
show more ...
|
| 62c1594d | 03-Feb-2020 |
Erwan Le Ray <[email protected]> |
ARM: debug: stm32: add UART early console support for STM32MP1
Add support of early console for STM32MP1. Default UART instance is UART4, but other UART instances can be configured by setting physic
ARM: debug: stm32: add UART early console support for STM32MP1
Add support of early console for STM32MP1. Default UART instance is UART4, but other UART instances can be configured by setting physical and virtual base addresses in menuconfig.
Signed-off-by: Erwan Le Ray <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
show more ...
|
| 33cab895 | 03-Feb-2020 |
Erwan Le Ray <[email protected]> |
ARM: debug: stm32: add UART early console support for STM32H7
Add support of early console for STM32H7. Default UART instance is USART1, but other UART instances can be configured by setting physica
ARM: debug: stm32: add UART early console support for STM32H7
Add support of early console for STM32H7. Default UART instance is USART1, but other UART instances can be configured by setting physical and virtual base addresses in menuconfig.
Signed-off-by: Erwan Le Ray <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
show more ...
|