1. 9f36cbc nios2: fix virt_to_phys for nios2 with MMU by Thomas Chou · 9 years ago
  2. 3d1ebf7 nios2: add README.nios2 by Thomas Chou · 9 years ago
  3. 4d7d92f nios2: zap nios2-generic board dir by Thomas Chou · 9 years ago
  4. 8e1e96d nios2: convert dma_alloc_coherent to use malloc_cache_aligned by Thomas Chou · 9 years ago
  5. 93f9646 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · 9 years ago
  6. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · 9 years ago
  7. 3982617 nios2: set default cache configuration in start.S by Thomas Chou · 9 years ago
  8. c12e053 nios2: zap initdram by Thomas Chou · 9 years ago
  9. f8efd77 nios2: clean up comments style in start.S by Thomas Chou · 9 years ago
  10. 8701cc3 nios2: convert ioremap to use dm cpu data by Thomas Chou · 9 years ago
  11. 72b6198 nios2: convert do_reset to use dm cpu data by Thomas Chou · 9 years ago
  12. e0fa55f nios2: remove asm/psr.h by Thomas Chou · 9 years ago
  13. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · 9 years ago
  14. b1ed686 dm: implement a Miscellaneous uclass by Thomas Chou · 9 years ago
  15. 3c37849 serial: remove altera serial initializations by Thomas Chou · 9 years ago
  16. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  17. 7881597 timer: start a new timer after relocation by Thomas Chou · 9 years ago
  18. fb798b1 dm: implement a Timer uclass by Thomas Chou · 9 years ago
  19. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · 9 years ago
  20. fb1a4bf nios2 : convert altera_pio to driver model by Thomas Chou · 9 years ago
  21. 99b336a nios2: add clear and set bits macros by Thomas Chou · 9 years ago
  22. c589954 spi : convert altera_spi to driver model by Thomas Chou · 9 years ago
  23. 6917a5d nios2: convert altera_uart to driver model by Thomas Chou · 9 years ago
  24. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · 9 years ago
  25. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · 9 years ago
  26. a8f831d nios2: enable malloc() pool before relocation by Thomas Chou · 9 years ago
  27. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · 9 years ago
  28. 60a3b1b nios2: zap version_string by Thomas Chou · 9 years ago
  29. a646271 nios2: zap dly_clks by Thomas Chou · 9 years ago
  30. 16dc04b nios2: Split timer code into timer.c by Thomas Chou · 9 years ago
  31. 47903a6 nios2: Switch to generic timer by Thomas Chou · 9 years ago
  32. ebf8965 nios2: enable Driver Model by Thomas Chou · 9 years ago
  33. 0d5f5e1 nios2: enable device tree control of U-Boot by Thomas Chou · 9 years ago
  34. 93a7842 nios2: define _end in link script by Thomas Chou · 9 years ago
  35. 63ed255 nios2: remove gp assignments in link script by Thomas Chou · 9 years ago
  36. f2bec0e nios2: enlarge the code relocation range by Thomas Chou · 9 years ago
  37. fb731f2 nios2: BSS should be cleared only after board_init_f by Thomas Chou · 9 years ago
  38. 3fc0ac2 nios2: move altera_pio_init to board_early_init_r by Thomas Chou · 9 years ago
  39. 08e4e9c nios2: permit device tree control of U-Boot by Thomas Chou · 9 years ago
  40. e0e9769 nios2: enable CONFIG_NET_RANDOM_ETHADDR by Thomas Chou · 9 years ago
  41. 44d3cf4 nios2: move command line configuration to Kconfig by Thomas Chou · 9 years ago
  42. 75bc003 ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio by Mugunthan V N · 9 years ago
  43. 3722482 drivers: gpio: omap: add support for parsing additional gpio parameters by Mugunthan V N · 9 years ago
  44. a4d1174 am437x: Add am57xx_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  45. d032015 ti_omap5_common: mmc: do not define DM_MMC for spl by Mugunthan V N · 9 years ago
  46. bd2fb22 am437x: Add am437x_sk_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  47. f77f9e7 am437x: Add am437x_gp_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  48. 449cea4 am43xx_evm: mmc: do not define DM_MMC for spl by Mugunthan V N · 9 years ago
  49. 2ae2eec am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL by Mugunthan V N · 9 years ago
  50. 39ed4db drivers: serial: serial_omap: add comaptibles for all ti platforms by Mugunthan V N · 9 years ago
  51. 595e6f2 drivers: serial: serial_omap: populate default clock frequency when not found in dt by Mugunthan V N · 9 years ago
  52. 5d1618f defconfig: am335x: gp_evm: enable mmc driver model by Mugunthan V N · 9 years ago
  53. e65ed4b defconfig: am335x: bbb: enable mmc driver model by Mugunthan V N · 9 years ago
  54. d97631a drivers: mmc: omap_hsmmc: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  55. d0cb35b am335x_evm: mmc: do not define DM_MMC for spl by Mugunthan V N · 9 years ago
  56. 5f016ba omap_hsmmc: update struct hsmmc to accomodate base address from DT by Mugunthan V N · 9 years ago
  57. 0f14831 dra7xx: Add dra74_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  58. b5612ba ARM: k2g: Add config file by Lokesh Vutla · 9 years ago
  59. e8e92b8 ARM: dts: k2g: Add DT support by Lokesh Vutla · 9 years ago
  60. bd46e0e ARM: k2g: Enable SPI flash by Lokesh Vutla · 9 years ago
  61. 44157de ARM: k2g: add SD card and eMMC support by Roger Quadros · 9 years ago
  62. cafc8f4 ARM: k2g: Add Ethernet Support by Vitaly Andrianov · 9 years ago
  63. 6f3a23a driver: net: keystone_net: removing unused code by Mugunthan V N · 9 years ago
  64. 4cedef3 driver: net: keystone_net: add support for rgmii phy by Vitaly Andrianov · 9 years ago
  65. 1e2b17e dma: keystone_nav: Fix linkram size by Vitaly Andrianov · 9 years ago
  66. d44bb34 driver: net: keystone_net: fix phy mode configuration by Mugunthan V N · 9 years ago
  67. 71c8993 ARM: k2g: update keystone nav rx queue numbers by Vitaly Andrianov · 9 years ago
  68. 9dadfd7 ARM: k2g: Correct base addresses by Vitaly Andrianov · 9 years ago
  69. 680ec77 ARM: k2g: Add pin mux data by Vitaly Andrianov · 9 years ago
  70. 6099011 ARM: k2g: Add support for pin mux configuration by Vitaly Andrianov · 9 years ago
  71. bbf8ac2 ARM: k2g: Add ddr3 info by Vitaly Andrianov · 9 years ago
  72. b00e9cd ARM: k2g: Add PSC info by Vitaly Andrianov · 9 years ago
  73. 7fd5b64 ARM: k2g: Add clock information by Vitaly Andrianov · 9 years ago
  74. 2964684 ARM: k2g: Add pll data by Vitaly Andrianov · 9 years ago
  75. 64c0bab ARM: k2g: Add kconfig support by Lokesh Vutla · 9 years ago
  76. 05b8e49 ARM: k2g: Add support for CPU detection by Lokesh Vutla · 9 years ago
  77. b91d3b0 ARM: keystone2: Use dtb images by default by Lokesh Vutla · 9 years ago
  78. 2c14c64 ARM: dts: k2e: Enable OF_CONTROL and DM by Lokesh Vutla · 9 years ago
  79. 8c54a15 ARM: dts: k2l: Enable OF_CONTROL and DM by Lokesh Vutla · 9 years ago
  80. 050d8ab ARM: dts: k2hk: Enable OF_CONTROL and DM by Lokesh Vutla · 9 years ago
  81. d32bd1e ARM: dts: keystone2: Do not use LPAE addresses in U-Boot by Lokesh Vutla · 9 years ago
  82. 7f8bd53 ARM: dts: Keystone2: Import generic dt files from Linux Kernel by Lokesh Vutla · 9 years ago
  83. e020861 ARM: keystone2: spl: Fix stack allocation with CONFIG_SYS_MALLOC_F_LEN by Lokesh Vutla · 9 years ago
  84. 2c06c3f ARM: keystone2: Fix serial port init by Lokesh Vutla · 9 years ago
  85. 44ccfe6 dra72_evm: Switch to DM_SERIAL by Tom Rini · 9 years ago
  86. 2accd96 ti_omap5_common.h: Switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL by Tom Rini · 9 years ago
  87. 7a9ca3c ti_omap4_common.h: Switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL by Tom Rini · 9 years ago
  88. aab9a93 test: Add basic tests for remoteproc by Nishanth Menon · 9 years ago
  89. edf8581 sandbox: Introduce dummy remoteproc nodes by Nishanth Menon · 9 years ago
  90. 889ee97 remoteproc: Introduce a sandbox dummy driver by Nishanth Menon · 9 years ago
  91. 08b9dc2 drivers: Introduce a simplified remoteproc framework by Nishanth Menon · 9 years ago
  92. a9b8c41 defconfig: am335x: gp_evm: enable ethernet driver model by Mugunthan V N · 9 years ago
  93. bb57a9d defconfig: am335x: bbb: enable ethernet driver model by Mugunthan V N · 9 years ago
  94. 7ae228c drivers: net: cpsw: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  95. 6af98c5 drivers: net: cpsw: prepare driver for device model migration by Mugunthan V N · 9 years ago
  96. d98bc91 am335x_evm: do not define usb ether gadget when Eth DM is defined by Mugunthan V N · 9 years ago
  97. df7a99f am335x_evm: prepare for eth driver model support by Mugunthan V N · 9 years ago
  98. 97f8892 configs: am335x_evm: Support distro bootcmds by Sjoerd Simons · 9 years ago
  99. 3a3b3d1 configs: ti_armv7_common.h: Add default addresses for pxe and scripts by Sjoerd Simons · 9 years ago
  100. a92f11c config_distro_bootcmd.h: Use a private variable for bootpart by Sjoerd Simons · 9 years ago