1. 7711539 ARM: sun6i: Setup the A31 UART0 muxing by Maxime Ripard · 10 years ago
  2. ba1e40f ARM: sun6i: Define UART0 pins for A31 by Chen-Yu Tsai · 10 years ago
  3. 1d1bd42 ARM: sunxi-mmc: Add mmc support for sun6i / A31 by Hans de Goede · 10 years ago
  4. 14177e4 ARM: sun6i: Add clock support by Chen-Yu Tsai · 10 years ago
  5. 174deb7 ARM: sun6i: Add support for the power reset control module found on the A31 by Oliver Schinagl · 10 years ago
  6. 93ce1e9 ARM: sun6i: Add base address for the new controllers in A31 by Oliver Schinagl · 10 years ago
  7. 859b3f1 ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined by Chen-Yu Tsai · 10 years ago
  8. ea52094 ARM: sunxi: Use macro values for setting UART GPIO pull-ups by Chen-Yu Tsai · 10 years ago
  9. f1fe975 sunxi: Add support for the Mele M3 board by Hans de Goede · 10 years ago
  10. a3e8c22 mmc: sunxi: add SDHC support for sun6i/sun7i/sun8i by Wills Wang · 10 years ago
  11. d71910f sun7i: Add support for Olimex A20-OLinuXino-LIME2 by Iain Paton · 10 years ago
  12. c2ded96 serial: remove uniphier_serial_initialize() call by Masahiro Yamada · 10 years ago
  13. ff247b7 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · 10 years ago
  14. d064cbf dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · 10 years ago
  15. da333ae dm: add entries to Kconfig by Masahiro Yamada · 10 years ago
  16. eea5a4c dm: serial: consolidate common code more by Masahiro Yamada · 10 years ago
  17. 52a0a6f dm: serial: remove unnecessary casting by Masahiro Yamada · 10 years ago
  18. bac6446 dm: serial: fix console putc by Masahiro Yamada · 10 years ago
  19. 3fdd0bb serial: add static directive to local functions by Masahiro Yamada · 10 years ago
  20. 86256b7 dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · 10 years ago
  21. e98a03c dm: x86: Convert coreboot serial to use driver model by Simon Glass · 10 years ago
  22. d1259c9 dm: x86: dts: Add additional info to the serial port node by Simon Glass · 10 years ago
  23. 7414112 dm: x86: Convert Intel ICH6 GPIO driver to use driver model by Simon Glass · 10 years ago
  24. c15b0b8 dm: x86: Add a gpio header for coreboot by Simon Glass · 10 years ago
  25. 5dbcaa2 dm: x86: Support pre-reloc malloc() by Simon Glass · 10 years ago
  26. fbd7282 dm: x86: Zero global data before board_init_f() by Simon Glass · 10 years ago
  27. 9c284ff dm: x86: Remove ebp assembler warning in zimage.c by Simon Glass · 10 years ago
  28. 1f77690 dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · 10 years ago
  29. 85bfe6e dm: gpio: Remove unused get_state() uclass method by Simon Glass · 10 years ago
  30. 2d91a97 dm: dts: Move omap device tree includes to correct place by Simon Glass · 10 years ago
  31. c65dd44 dm: gpio: imx: Drop request()/free() in the driver by Simon Glass · 10 years ago
  32. 6227fb8 dm: gpio: exynos: Drop request()/free() in the driver by Simon Glass · 10 years ago
  33. 3dd2d48 dm: gpio: rpi_b: Drop request()/free() in the driver by Simon Glass · 10 years ago
  34. 5aff3ac dm: gpio: omap3: Drop request()/free() in the driver by Simon Glass · 10 years ago
  35. 57d99d3 dm: gpio: tegra: Drop request()/free() in the driver by Simon Glass · 10 years ago
  36. 4324174 test: dm: Add additional GPIO tests by Simon Glass · 10 years ago
  37. 756ac0b test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  38. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  39. 4b8f11c test: dm: Update GPIO tests for new gpio_request() method by Simon Glass · 10 years ago
  40. 5e0bbd6 dm: gpio: sandbox: Drop request()/free() in the driver by Simon Glass · 10 years ago
  41. 62cb89d dm: gpio: sandbox: Implement the remove() method by Simon Glass · 10 years ago
  42. 699ea96 dm: gpio: sandbox: Implement the get_function() method by Simon Glass · 10 years ago
  43. 0757535 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  44. 6449a50 dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  45. b892d12 dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  46. b3f4ca1 dm: omap3: Move to driver model for GPIO and serial by Simon Glass · 10 years ago
  47. 1a44cd8 dm: am33xx: Move to driver model for GPIO and serial by Simon Glass · 10 years ago
  48. 1f0d883 dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS by Simon Glass · 10 years ago
  49. 0bf2495 dm: omap: serial: Add driver model support by Simon Glass · 10 years ago
  50. 4119e06 dm: am33xx: Provide platform data for serial by Simon Glass · 10 years ago
  51. d12010b dm: am33xx: Provide platform data for GPIOs by Simon Glass · 10 years ago
  52. 5915a2a dm: omap: gpio: Support driver model by Simon Glass · 10 years ago
  53. d57b611 dm: omap: gpio: Put _get_gpio_value() logic into its own function by Simon Glass · 10 years ago
  54. 2539f39 dm: dts: omap: Select correct console for beaglebone by Simon Glass · 10 years ago
  55. 91155c6 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · 10 years ago
  56. 11c1a87 dm: ns16550: Correct the probe logic for platform data by Simon Glass · 10 years ago
  57. 167efe0 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
  58. aea2be2 dm: serial: ns16550: Correct logic for checking for character by Simon Glass · 10 years ago
  59. c487fd4 dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · 10 years ago
  60. fe1ef50 dm: gpio: Support numbered GPIOs by Simon Glass · 10 years ago
  61. 5b3ee38 kbuild: clear VENDOR variable to fix build error on tcsh by Masahiro Yamada · 10 years ago
  62. 09bab6e musb: fix warning in include/linux/usb/musb.h by Igor Grinberg · 10 years ago
  63. 03a3536 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  64. 7bfd5ee mips: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · 10 years ago
  65. 0732b2f kconfig: invoke silentoldconfig if spl, tpl/.config is updated by Masahiro Yamada · 10 years ago
  66. 9adb6d2 kbuild: fix a bug of the u-boot-spl link rule by Masahiro Yamada · 10 years ago
  67. 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  68. 76eb5d8 kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntax by Masahiro Yamada · 10 years ago
  69. dd43fa2 x86: set CONFIG_USE_PRIVATE_LIBGCC to y by Masahiro Yamada · 10 years ago
  70. 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  71. b5ff205 omap3/am33xx: mux: fix several checkpatch issues by Igor Grinberg · 10 years ago
  72. f1b1417 omap3: cm-t35: remove enable_gpmc_cs_config() by Igor Grinberg · 10 years ago
  73. 00d241d omap3: cm-t35: use define for mmc wp gpio by Igor Grinberg · 10 years ago
  74. 52edc87 omap3: Kconfig: fix the cm-t35 board option prompt by Igor Grinberg · 10 years ago
  75. 05180fc am335x_evm: Correct "raw" portions of DFU alt into by Tom Rini · 10 years ago
  76. b6ab550 am335x_boneblack: Only modify NAND/NOR/MMC1 pinmux on BBB in boneblack builds. by Tom Rini · 10 years ago
  77. 76bfd16 arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT by Felipe Balbi · 10 years ago
  78. 41f1d40 common: Makefile: allow for spl builds with env_fat by Felipe Balbi · 10 years ago
  79. f5c30c1 omap3: overo: Add usb host support by Stefan Herbrechtsmeier · 10 years ago
  80. 4ed914a omap3: overo: Separate module and expansion board MUX configuration by Stefan Herbrechtsmeier · 10 years ago
  81. 113429a omap3: overo: Move ethernet setup to board_eth_init function by Stefan Herbrechtsmeier · 10 years ago
  82. f2565a5 omap3: overo: Call bootm only after successful nand read by Stefan Herbrechtsmeier · 10 years ago
  83. 2645948 ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr by Hao Zhang · 10 years ago
  84. 89f44bb keystone2: ecc: add ddr3 error detection and correction support by Vitaly Andrianov · 10 years ago
  85. 079da2d ARM: keystone: msmc: extend functionality of SES by Vitaly Andrianov · 10 years ago
  86. e165b1d dma: ti-edma3: introduce edma3 driver by Khoronzhuk, Ivan · 10 years ago
  87. 00b821f board: k2e_evm: add network support by Hao Zhang · 10 years ago
  88. 69a3b81 ARM: keystone: clock: add support for K2E SoCs by Khoronzhuk, Ivan · 10 years ago
  89. c05d05e net: keystone_net: increase PHY auto negotiate time by Khoronzhuk, Ivan · 10 years ago
  90. ff11c76 net: keystone_net: add Keystone2 K2E SoC support by Khoronzhuk, Ivan · 10 years ago
  91. 3c61502 net: keystone_serdes: add keystone K2E SoC support by Khoronzhuk, Ivan · 10 years ago
  92. 2162faa ARM: keystone2: keysonte_nav: add support for K2E SoC by Khoronzhuk, Ivan · 10 years ago
  93. a4d2ade net: keystone_net: use general get link function by Khoronzhuk, Ivan · 10 years ago
  94. 3fe9362 net: keystone_net: register eth PHYs on MDIO bus by Khoronzhuk, Ivan · 10 years ago
  95. 550c5ce net: keystone_net: register MDIO bus by Khoronzhuk, Ivan · 10 years ago
  96. 1920e90 net: keystone_net: use mdio_reset function by Khoronzhuk, Ivan · 10 years ago
  97. adc9a79 net: phy: print a number of phy that is not found by Khoronzhuk, Ivan · 10 years ago
  98. 496191c soc: keystone_serdes: generalize configuration mechanism by Khoronzhuk, Ivan · 10 years ago
  99. 92a16c8 soc: keystone_serdes: generalize to be used by other sub systems by Hao Zhang · 10 years ago
  100. 95f74da soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations by Hao Zhang · 10 years ago