1. 718f2b3 powerpc/mpc85xx: Ignore E bit for BSC9130/1 by York Sun · 12 years ago
  2. 308bc61 powerpc/sgmii: To support PHY link state auto detect in SGMII mode by Hongtao Jia · 12 years ago
  3. 7ee4110 powerpc/85xx: improve definition of BR_PHYS_ADDR macro by Timur Tabi · 12 years ago
  4. 145dbc0 powerpc/p2041: configure the CPLD lane_mux according to RCW by Shaohui Xie · 12 years ago
  5. 98de369 powerpc/ddr: fix fsl_ddr_get_dimm_params compile error by Shaohui Xie · 12 years ago
  6. 0f57f6a powerpc/corenet: fix compile error when CONFIG_SYS_NO_FLASH is defined by Shaohui Xie · 12 years ago
  7. 535a159 powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134 for DDR over 4GB by York Sun · 12 years ago
  8. 7a94696 powerpc/p1022ds: fix DIU/LBC switching with NAND enabled by Timur Tabi · 12 years ago
  9. af25360 powerpc/p1022ds: add support for SPI and SD boot by Matthew McClintock · 12 years ago
  10. 56249fe powerpc/82xx: adapt SDRAM settings for mgcoge3ne by Gerlando Falauto · 12 years ago
  11. c971821 powerpc/82xx: use SDRAM detection for mgcoge2ne by Gerlando Falauto · 12 years ago
  12. 3a53234 powerpc/82xx: add SDRAM detection for km82xx by Gerlando Falauto · 12 years ago
  13. 65c7f92 powerpc/82xx: move km/km82xx-common.h within km82xx.h by Gerlando Falauto · 12 years ago
  14. b83cf84 powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.h by Gerlando Falauto · 12 years ago
  15. bae5407 powerpc/82xx: move mgcoge, mgcoge3ne defines to ease subsequent merge by Gerlando Falauto · 12 years ago
  16. 4fdfe37 powerpc/82xx: remove unused define for mgcoge3ne by Holger Brunck · 12 years ago
  17. b420cbb SMDK6400: Add MAINTAINERS entry by Zhong Hongbo · 12 years ago
  18. 948fa17 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 12 years ago
  19. d978780 Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · 12 years ago
  20. e69e482 km/common: remove printfs for i2c deblocking code by Holger Brunck · 12 years ago
  21. c82b050 CONFIG: SMDK5250: I2C: Enable I2C by Rajeshwari Shinde · 12 years ago
  22. 178239d I2C: Add support for Multi channel by Rajeshwari Shinde · 12 years ago
  23. ab7e52b I2C: Modify the I2C driver for EXYNOS5 by Rajeshwari Shinde · 12 years ago
  24. 91dffb1 I2C: Move struct s3c24x0_i2c to a common place. by Rajeshwari Shinde · 12 years ago
  25. c65c05f EXYNOS: PINMUX: Add pinmux support for I2C by Rajeshwari Shinde · 12 years ago
  26. 8da3eb1 EXYNOS5: define EXYNOS5_I2C_SPACING by Rajeshwari Shinde · 12 years ago
  27. 1a758ae EXYNOS: Add I2C base address. by Rajeshwari Shinde · 12 years ago
  28. 989feb8 EXYNOS: CLK: Add i2c clock by Rajeshwari Shinde · 12 years ago
  29. 9c06782 mx6qsabrelite: add i2c multi-bus support by Troy Kisky · 12 years ago
  30. cc54a0f imx-common: add i2c.c for bus recovery support by Troy Kisky · 12 years ago
  31. df369dc i.mx53: add definition for I2C3_BASE_ADDR by Troy Kisky · 12 years ago
  32. 18c0ad2 i.mx: iomux-v3.c: move to imx-common directory by Troy Kisky · 12 years ago
  33. af2a35f i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  34. d3394ec iomux-v3: remove include of mx6x_pins.h by Troy Kisky · 12 years ago
  35. 9815326 mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support by Troy Kisky · 12 years ago
  36. 96c19bd mxc_i2c: add bus recovery support by Troy Kisky · 12 years ago
  37. e4ff525 mxc_i2c: prep work for multiple busses support by Troy Kisky · 12 years ago
  38. 27a5da0 mxc_i2c: add i2c_regs argument to i2c_imx_stop by Troy Kisky · 12 years ago
  39. a7f1a00 mxc_i2c: add retries by Troy Kisky · 12 years ago
  40. d5383a6 mxc_i2c: check for arbitration lost by Troy Kisky · 12 years ago
  41. ca741da mxc_i2c: change slave addr if conflicts with destination. by Troy Kisky · 12 years ago
  42. 90a5b70 mxc_i2c: don't disable controller after every transaction by Troy Kisky · 12 years ago
  43. 83a1a19 mxc_i2c: place i2c_reset code inline by Troy Kisky · 12 years ago
  44. 71e9f3c mxc_i2c: place imx_start code inline by Troy Kisky · 12 years ago
  45. d45e75b mxc_i2c: remove redundant read by Troy Kisky · 12 years ago
  46. 7aa57a0 mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state by Troy Kisky · 12 years ago
  47. cfbb88d mxc_i2c.c: code i2c_probe as a 0 length i2c_write by Troy Kisky · 12 years ago
  48. c4330d2 mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write by Troy Kisky · 12 years ago
  49. b230ddc mxc_i2c: create i2c_init_transfer by Troy Kisky · 12 years ago
  50. ea572d8 mxc_i2c: clear i2sr before waiting for bit by Troy Kisky · 12 years ago
  51. cea60b0 mxc_i2c: create tx_byte function by Troy Kisky · 12 years ago
  52. 24cd738 mxc_i2c: remove ifdef of CONFIG_HARD_I2C by Troy Kisky · 12 years ago
  53. 1c076db mxc_i2c: fix i2c_imx_stop by Troy Kisky · 12 years ago
  54. 8ec038a i2c: deblock i2c bus also if accessed before realocation by Holger Brunck · 12 years ago
  55. bcec8f4 microblaze: Wire up SPI driver by Stephan Linz · 12 years ago
  56. 09aac75 spi: microblaze: Adds driver for Xilinx SPI controller by Stephan Linz · 12 years ago
  57. b98b611 Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  58. 190649f Prepare v2012.07 by Wolfgang Denk · 12 years ago
  59. 9f0a371 hawkboard: Fix SPL Nand driver misconfiguration by Linu Cherian · 12 years ago
  60. 69577ab Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 12 years ago
  61. 15ae8a3 MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.c by Marek Vasut · 12 years ago
  62. b12734e Makefile: avoid "Generating asm-offsets.h" message with "-s" by Wolfgang Denk · 12 years ago
  63. 702e601 doc: cleanup - move board READMEs into respective board directories by Wolfgang Denk · 12 years ago
  64. 8b425b3 MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes by Daniel Schwierzeck · 12 years ago
  65. c627faf Prepare v2012.07-rc3 by Wolfgang Denk · 12 years ago
  66. a03d638 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · 12 years ago
  67. 631fea8 net: sh_eth: add support for SH7757's GETHER by Yoshihiro Shimoda · 12 years ago
  68. 49afb8c net: sh_eth: modify the definitions of regsiter by Yoshihiro Shimoda · 12 years ago
  69. 2623509 net: sh_eth: add SH_ETH_TYPE_ condition by Yoshihiro Shimoda · 12 years ago
  70. 58bef2a net: sh_eth: clean up for the SH7757's code by Yoshihiro Shimoda · 12 years ago
  71. 8b10652 Prepare v2012.07-rc2 by Wolfgang Denk · 12 years ago
  72. 00c60f9 Minor Coding Style Cleanup. by Wolfgang Denk · 12 years ago
  73. b264bcf BC3450 board: Remove unused CONFIG_SYS_CPU definition by Wolfgang Denk · 12 years ago
  74. d0090c3 BC3450 board: change debug code to using debug() by Wolfgang Denk · 12 years ago
  75. 00d8f4c Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  76. 569fadc MPC83xx, MPC85xx: compile stub cache function by Stefano Babic · 12 years ago
  77. f8f09dd ARM1136: Fix cache range checks by Benoît Thébaudeau · 12 years ago
  78. 6b8ac52 mx6: Make pad name macro consistent with the datasheet by Ashok · 12 years ago
  79. 9de1c22 mx28: Fix elftosb source link in README.mx28_common by Anatolij Gustschin · 12 years ago
  80. e9fd0a0 doc: README.mx28_common: Add missing entry into Contents by Fabio Estevam · 12 years ago
  81. c2b3dcc Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  82. 3c692f9 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Wolfgang Denk · 12 years ago
  83. 546910f common.h: Remove include compiler.h by Marek Vasut · 12 years ago
  84. 8d73284 nds32: split common cache access from cpu into lib by Macpaul Lin · 12 years ago
  85. a21c651 ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency by Fabio Estevam · 13 years ago
  86. d2ebaa4 ARM: OMAP4: PANDA: Add rest of the USB module pads to essentials by SRICHARAN R · 12 years ago
  87. 5eb4974 arm: armv7: add compile option -mno-unaligned-access if available by Tetsuyuki Kobayashi · 12 years ago
  88. 448217d arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
  89. 3ec81d7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  90. ad8439d Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 12 years ago
  91. 062cf36 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 12 years ago
  92. 4f7136e tools: clean up mingw ifdefs by Mike Frysinger · 12 years ago
  93. 7d72b80 sf: spansion: inline useless id defines by Mike Frysinger · 13 years ago
  94. b4c87d6 sf: drop unused/duplicate command defines by Mike Frysinger · 13 years ago
  95. b684115 net: link_local: fix build by benoit.thebaudeau@advans · 12 years ago
  96. b977aa8 net: bootp: fix build by benoit.thebaudeau@advans · 12 years ago
  97. f41471e net: fec_mxc: Fix MDC for xMII by benoit.thebaudeau@advans · 12 years ago
  98. 9d2d924 net: fec_mxc: Fix setting of RCR for xMII by benoit.thebaudeau@advans · 12 years ago
  99. 6705e03 Blackfin: bfin_mac: drop volatile markings on packet buffers by Mike Frysinger · 12 years ago
  100. 1b4bd0e usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · 12 years ago