1. 8864b35 serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · 2 years, 6 months ago
  2. a506ff4 serial: pl011: Enable DEBUG_UART_PL011 in SPL by Chen Baozi · 3 years, 4 months ago
  3. 99888fa serial: pl011: Resend the character if FIFO is full in debug uart by Chen Baozi · 3 years, 4 months ago
  4. 0ba2f37 arm: Remove edb9315a board by Tom Rini · 3 years, 6 months ago
  5. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  6. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  7. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  8. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  9. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  10. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  11. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  12. f96c789 serial: pl01x: Add error value checking by Michal Simek · 4 years, 2 months ago
  13. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  14. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  15. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  16. 7ee2dab uart: pl011: Add proper DM clock support by Andre Przywara · 4 years, 7 months ago
  17. 6fc4ab6 drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver by Vabhav Sharma · 6 years ago
  18. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  20. a5c3585 bcm283x_pl011: Flush RX queue after setting baud rate by Alexander Graf · 7 years ago
  21. a73b0ec bcm2835_pl011_serial: Add BCM2835 specific serial driver by Alexander Graf · 7 years ago
  22. cce6443 pl01x: Convert to dev_read by Alexander Graf · 7 years ago
  23. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  24. af7638b Fix a bug with PL010s running at 19200 baud by Alyssa Rosenzweig · 8 years ago
  25. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  26. 7ca1f4e serial: pl01x: expose skip_init platdata option in DT by Fabian Vogt · 8 years ago
  27. be5a7dd serial: pl01x: Add support for devices with the rate pre-configured. by Eric Anholt · 9 years ago
  28. c0ffa4e arm: serial: Add debug UART capability to the pl01x driver by Sergey Temerkhanov · 9 years ago
  29. 3b1bb09 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  30. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  31. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  32. 92e349e serial: fdt: add device tree support for pl01x by Vikas Manocha · 10 years ago
  33. 70864f6 serial: pl01x: fix PL010 regression by Linus Walleij · 10 years ago
  34. 900de91 dm: serial_pl01x: Add missing private data size by Simon Glass · 10 years ago
  35. be14f15 serial: pl01x: avoid pl01x type check two times by Vikas Manocha · 10 years ago
  36. ee038e2 serial: pl01x: disable as per type of pl01x by Vikas Manocha · 10 years ago
  37. fe96bbd serial: pl01x: move all line control at same place by Vikas Manocha · 10 years ago
  38. 206f245 serial: pl01x: fix pl011 baud rate configuration by Vikas Manocha · 10 years ago
  39. aac2396 serial: pl01x: pass pl01x_type to set baudrate by Vikas Manocha · 10 years ago
  40. 22c97de dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · 10 years ago
  41. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · 10 years ago
  42. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  43. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  44. f1d17fb serial_pl011: Set RTS during initialization by Joshua Housh · 12 years ago
  45. d9c6449 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  46. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  47. 46e4d5f serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver by Marek Vasut · 12 years ago
  48. 4a036fe snowball: Add support for ux500 based snowball board by Mathieu J. Poirier · 12 years ago
  49. b8058e8 serial: pl01x: drain PL01x FIFO before baudrate change by Linus Walleij · 13 years ago
  50. 34e21ee Serial: p1011: new vendor init options by John Rigby · 14 years ago
  51. fb3c95f pl01x: use C structs and readl/writel by Rabin Vincent · 15 years ago
  52. d6ce53e ARMV7: Fixed baudrate setting in pl01x driver by Matt Waddel · 14 years ago
  53. 0813b12 Moved conditional compile into Makefile by Andreas Engel · 16 years ago
  54. 8043861 Merged serial_pl010.c and serial_pl011.c. by Andreas Engel · 16 years ago[Renamed (66%) from drivers/serial/serial_pl010.c]
  55. 26136ef serial_pl010.c: add watchdog support by Stuart Wood · 16 years ago
  56. 58d6f3d Move PL01* serial drivers to drivers/serial and adjust Makefiles. by Peter Pearse · 17 years ago[Renamed from drivers/serial_pl010.c]
  57. da04a8b * Patch by Andreas Engel, 12 Jul 2004: by wdenk · 20 years ago
  58. c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  59. 4989f87 * Patch by Philippe Robin, 09 Mar 2004: by wdenk · 21 years ago