1. e4ff525 mxc_i2c: prep work for multiple busses support by Troy Kisky · 12 years ago
  2. 27a5da0 mxc_i2c: add i2c_regs argument to i2c_imx_stop by Troy Kisky · 12 years ago
  3. a7f1a00 mxc_i2c: add retries by Troy Kisky · 12 years ago
  4. d5383a6 mxc_i2c: check for arbitration lost by Troy Kisky · 12 years ago
  5. ca741da mxc_i2c: change slave addr if conflicts with destination. by Troy Kisky · 12 years ago
  6. 90a5b70 mxc_i2c: don't disable controller after every transaction by Troy Kisky · 12 years ago
  7. 83a1a19 mxc_i2c: place i2c_reset code inline by Troy Kisky · 12 years ago
  8. 71e9f3c mxc_i2c: place imx_start code inline by Troy Kisky · 12 years ago
  9. d45e75b mxc_i2c: remove redundant read by Troy Kisky · 12 years ago
  10. 7aa57a0 mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state by Troy Kisky · 12 years ago
  11. cfbb88d mxc_i2c.c: code i2c_probe as a 0 length i2c_write by Troy Kisky · 12 years ago
  12. c4330d2 mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write by Troy Kisky · 12 years ago
  13. b230ddc mxc_i2c: create i2c_init_transfer by Troy Kisky · 12 years ago
  14. ea572d8 mxc_i2c: clear i2sr before waiting for bit by Troy Kisky · 12 years ago
  15. cea60b0 mxc_i2c: create tx_byte function by Troy Kisky · 12 years ago
  16. 24cd738 mxc_i2c: remove ifdef of CONFIG_HARD_I2C by Troy Kisky · 12 years ago
  17. 1c076db mxc_i2c: fix i2c_imx_stop by Troy Kisky · 12 years ago
  18. 09aac75 spi: microblaze: Adds driver for Xilinx SPI controller by Stephan Linz · 12 years ago
  19. b98b611 Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  20. 631fea8 net: sh_eth: add support for SH7757's GETHER by Yoshihiro Shimoda · 12 years ago
  21. 49afb8c net: sh_eth: modify the definitions of regsiter by Yoshihiro Shimoda · 12 years ago
  22. 2623509 net: sh_eth: add SH_ETH_TYPE_ condition by Yoshihiro Shimoda · 12 years ago
  23. 58bef2a net: sh_eth: clean up for the SH7757's code by Yoshihiro Shimoda · 12 years ago
  24. 3ec81d7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  25. ad8439d Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 12 years ago
  26. 7d72b80 sf: spansion: inline useless id defines by Mike Frysinger · 13 years ago
  27. b4c87d6 sf: drop unused/duplicate command defines by Mike Frysinger · 13 years ago
  28. f41471e net: fec_mxc: Fix MDC for xMII by benoit.thebaudeau@advans · 12 years ago
  29. 9d2d924 net: fec_mxc: Fix setting of RCR for xMII by benoit.thebaudeau@advans · 12 years ago
  30. 6705e03 Blackfin: bfin_mac: drop volatile markings on packet buffers by Mike Frysinger · 12 years ago
  31. e3b31c8 smsc95xx: align buffers to cache line size by Ilya Yanok · 12 years ago
  32. 2af16f8 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
  33. 189a695 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
  34. 71c5de4 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  35. c7701af ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago
  36. eec3866 ehci-omap: Do not call dcache_off from omap_ehci_hcd_init by Tom Rini · 12 years ago
  37. 66714b1 Merge branch 'next' of git://git.denx.de/u-boot-video by Wolfgang Denk · 12 years ago
  38. 975324a FSL/eSDHC: enable the clock to detect the SD card by Jerry Huang · 12 years ago
  39. d2d8afa SD/MMC: check the card status during erase operation by Jerry Huang · 12 years ago
  40. 40242bc mmc:fix Call mmc_init() when executing mmc_get_dev() by Łukasz Majewski · 12 years ago
  41. ad5fd92 mmc: remove the hard setting for tran_speed by Jaehoon Chung · 13 years ago
  42. e576bd9 i.MX: fsl_esdhc: allow use with cache enabled. by Eric Nelson · 12 years ago
  43. 0878222 Merge branch 'next' of git://git.denx.de/u-boot-net into next by Wolfgang Denk · 12 years ago
  44. 0b15d51 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 12 years ago
  45. 66f119e net/designware: Consecutive writes to the same register to be avoided by Dinh Nguyen · 12 years ago
  46. c59ab09 CACHE: net: asix: Fix asix driver to work with data cache on by Marek Vasut · 12 years ago
  47. cc5f552 net: phy: micrel: make ksz9021 phy accessible by Troy Kisky · 12 years ago
  48. 11af8d6 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago
  49. 6e5b9ac phylib: phy_startup() should return an error code on failure by Timur Tabi · 12 years ago
  50. fa86d1c mxs-i2c: Fix internal address byte order by Torsten Fleischer · 12 years ago
  51. 9ca37d7 mxc_i2c: remove setting speed at each start by Troy Kisky · 12 years ago
  52. de6f604 mxc_i2c: specify i2c base address in config file by Troy Kisky · 12 years ago
  53. a6616ef net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other by Nobuhiro Iwamatsu · 12 years ago
  54. cf65d47 ipu_common: Add ldb_clk for use in parenting the pixel clock by Eric Nelson · 12 years ago
  55. 9fbdb1a ipu_common: Do not hardcode the ipu_clk frequency by Fabio Estevam · 12 years ago
  56. 477bca2 ipu_common: Rename MXC_CCM_BASE by Fabio Estevam · 12 years ago
  57. e4942ad ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53 by Fabio Estevam · 12 years ago
  58. 913db79 ipu_common: Only apply the erratum to MX51 by Fabio Estevam · 12 years ago
  59. 695af9a video: Rename CONFIG_VIDEO_MX5 by Fabio Estevam · 12 years ago
  60. 05d4df1 mx6: Allow mx6 to access the IPUv3 registers by Fabio Estevam · 12 years ago
  61. 895f3e0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  62. 8b3f7bf tegra: usb: Fix device enumeration problem of USB1 by Jim Lin · 12 years ago
  63. c48ac11 EXYNOS: Add power Enable/Disable for USB-EHCI by Rajeshwari Shinde · 12 years ago
  64. 71045da USB: EXYNOS: Set USB 2.0 HOST Link mode by Rajeshwari Shinde · 12 years ago
  65. 7590d3c USB: EXYNOS: Incorporate EHCI review comments by Rajeshwari Shinde · 12 years ago
  66. fe749d3 Remove remaining mdelay() macros by Anatolij Gustschin · 12 years ago
  67. 185b3b7 MTD: SPEAr SMI: Add write support for length < 4 bytes by Stefan Roese · 13 years ago
  68. 496ba48 i2c: designware_i2c.c: Add support for the "i2c probe" command by Stefan Roese · 13 years ago
  69. 038f3c5 rtc/m41t62: Add support for M41T82 with HT (Halt Update) by Stefan Roese · 13 years ago
  70. 2cb06a4 GPIO: Add SPEAr GPIO driver by Stefan Roese · 13 years ago
  71. ef76025 net: Multiple updates/enhancements to designware.c by Stefan Roese · 12 years ago
  72. 9afc1af SPEAr: Add interface information in initialization by Vipin Kumar · 12 years ago
  73. 9264077 st_smi: Fixed page size for Winbond W25Q128FV flash by Armando Visconti · 12 years ago
  74. b5992fa st_smi: Change timeout loop implementation by Amit Virdi · 12 years ago
  75. cf9026d st_smi: Fix bug in flash_print_info() by Armando Visconti · 12 years ago
  76. 6d6d23c st_smi: Change the flash probing method by Armando Visconti · 12 years ago
  77. ae3e0cc st_smi: Removed no needed dependency on ST_M25Pxx_ID by Armando Visconti · 12 years ago
  78. a5ad7cc st_smi: Fix smi read status by Vipin Kumar · 12 years ago
  79. a59c7b3 st_smi: Move status register read before modifying ctrl register by Shiraz Hashim · 12 years ago
  80. 0befe7d st_smi: Read status until timeout happens by Vipin KUMAR · 12 years ago
  81. 69fcb55 st_smi: Enhance the error handling by Amit Virdi · 12 years ago
  82. 5c16c54 st_smi: Return error in case TFF is not set by Amit Virdi · 12 years ago
  83. f3fcf92 st_smi: Add support for SPEAr SMI driver by Vipin KUMAR · 12 years ago
  84. 0def98e mtd/NAND: Remove obsolete SPEAr specific NAND drivers by Vipin KUMAR · 12 years ago
  85. 7f0730a mtd/NAND: Add FSMC driver support by Vipin KUMAR · 12 years ago
  86. b78375a da850/omap-l138: Enable auto negotiation in RMII mode by Rajashekhara, Sudhakar · 12 years ago
  87. 24934fe kw_spi: add weak functions board_spi_claim/release_bus by Valentin Longchamp · 12 years ago
  88. ac486e3 kw_spi: support spi_claim/release_bus functions by Valentin Longchamp · 12 years ago
  89. ca88067 kw_spi: backup and reset the MPP of the chosen CS pin by Valentin Longchamp · 12 years ago
  90. 2b3b1c6 ATMEL/PIO: Enable new feature of PIO on Atmel device by Bo Shen · 12 years ago
  91. 81f4034 ehci-atmel: fix compiler warning by Andreas Bießmann · 12 years ago
  92. cc30b78 Atmel : usb : add EHCI driver for Atmel SoC by Bo Shen · 12 years ago
  93. c205456 TRATS: initialize panel_info data structure in board file by Donghwa Lee · 12 years ago
  94. 402d17f omap24xx_i2c: Add AM33XX support by Tom Rini · 12 years ago
  95. 168a5ac Revert "I2C: OMAP: detect more devices when probing an i2c bus" by Tom Rini · 12 years ago
  96. 52a8b82 gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.* by Tom Warren · 12 years ago
  97. 3f82d89 mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.* by Tom Warren · 12 years ago
  98. edffa63 spi: tegra2: rename tegra2_spi.* to tegra_spi.* by Tom Warren · 12 years ago
  99. 1edaf09 sf: winbond: Add support for the Winbond W25Q80BL by Stephen Warren · 12 years ago
  100. 078078c spi: Tegra2: Seaboard: fix UART corruption during SPI transactions by Tom Warren · 12 years ago