1. f570565 stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · 1 year, 2 months ago
  2. e4f4973 common: stdio: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  3. 162ffc5 stdio: Remove stdio_init() by Masahiro Yamada · 1 year, 6 months ago
  4. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  5. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  6. 1a4e702 video: Drop VCXK video controller by Simon Glass · 2 years, 1 month ago
  7. c93350b input: Remove legacy KEYBOARD option by Tom Rini · 2 years, 1 month ago
  8. 73ba676 stdio: Fix class iteration in stdio_add_devices() by Michal Suchanek · 2 years, 1 month ago
  9. a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 3 months ago
  10. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · 2 years, 10 months ago
  11. c66ab60 video: Drop cfg_console by Simon Glass · 2 years, 10 months ago
  12. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · 3 years ago
  13. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  14. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
  15. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
  16. 9433102 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
  17. 2066f39 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · 3 years, 10 months ago
  18. 952e7a8 stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · 3 years, 10 months ago
  19. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  20. cfaed7f console: rename search_device() to console_search_dev() by Andy Shevchenko · 4 years ago
  21. 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years, 1 month ago
  22. 5b4c122 stdio: Tidy up the coding style by Simon Glass · 4 years, 4 months ago
  23. 4b1e309 stdio: Drop brackets around &devs.list by Simon Glass · 4 years, 4 months ago
  24. 5a36d82 stdio: Update to use compiler for Kconfig checks by Simon Glass · 4 years, 4 months ago
  25. d6336b3 stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV by Simon Glass · 4 years, 4 months ago
  26. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  27. 1f6bfad splash: display splash in DM_VIDEO configurations by Igor Opaniuk · 5 years ago
  28. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  29. 49badb9 Drop the log buffer by Simon Glass · 7 years ago
  30. 1a46a72 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  31. 927e631 stdio: Correct numbering logic in stdio_probe_device() by Simon Glass · 8 years ago
  32. 913d761 stdio: Correct code style nits by Simon Glass · 8 years ago
  33. 3110ece Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  34. 4af407f dm: stdio: Allow lazy probing of video devices by Simon Glass · 8 years ago
  35. c5667f4 stdio: Correct a build error with driver model by Simon Glass · 9 years ago
  36. 0005cb2 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · 9 years ago
  37. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  38. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  39. 35e116c stdio: Fix memleak on stdio_deregister by Hans de Goede · 10 years ago
  40. 169eda6 serial: make local functions static by Jeroen Hofstee · 10 years ago
  41. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  42. 712da5e dm: Make driver model available before board_init() by Simon Glass · 10 years ago
  43. 5d609ce stdio: Provide functions to add/remove devices using stdio_dev by Simon Glass · 10 years ago
  44. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  45. a2a1735 serial: arm_dcc: Remove stdio structure support by Jagannadha Sutradharudu Teki · 11 years ago
  46. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  47. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  48. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  49. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  50. 0828cf2 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option by Michal Simek · 12 years ago
  51. b6528f9 stdio: remove useless strncpy by Vincent Palatin · 12 years ago
  52. 263a8bd x86: Add CBMEM console driver for coreboot by Vadim Bendebury · 12 years ago
  53. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  54. 466d739 stdio: Fix a possible buffer overflow by Bradley Bolen · 13 years ago
  55. e3d5572 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  56. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  57. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  58. 4a6a663 arm/microblaze/nios/nios2/sh: Remove relocation fixups by Peter Tyser · 15 years ago
  59. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  60. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed (84%) from common/devices.c]
  61. b802310 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  62. 7504e97 Blackfin: support console-over-JTAG by Mike Frysinger · 16 years ago
  63. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  64. c3be13b devices: Use list_add_tail() instead of list_add() to register a device by Stefan Roese · 16 years ago
  65. 3d85c43 device: make device_register() clone the device by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  66. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  67. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  68. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  69. b8fb619 Add support for console over UDP (compatible to Ingo Molnar's by wdenk · 20 years ago
  70. 7ac1610 * Code cleanup by wdenk · 20 years ago
  71. c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  72. 29e7f5a Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  73. 504331b Work on TRAB's auto_update feature. by wdenk · 21 years ago
  74. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago
  75. 5695861 * Patch by Rune Torgersen, 4 Jun 2003: by wdenk · 21 years ago
  76. 4e112c1 * Patches by Udi Finkelstein, 2 June 2003: by wdenk · 21 years ago
  77. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  78. 9dd2b88 * Fix startup problems with VFD display on TRAB by wdenk · 22 years ago
  79. 1272e23 * Vince Husovsky, 7 Nov 2002: by wdenk · 22 years ago
  80. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago
  81. 91d3256 Initial revision by wdenk · 22 years ago