1. 9c17a32 exynos: video: change mipi dsi write function parameters correctly by Donghwa Lee · 11 years ago
  2. 7855663 video: Add small 4x6 font from Linux by Marek Vasut · 11 years ago
  3. ac8ba84 video: Encapsulate font in video_font_data.h by Marek Vasut · 11 years ago
  4. 2bc4aa5 video: add an option to skip cfb console init by Heiko Schocher · 11 years ago
  5. 3d192be tools, bmp_logo: fix index from uint16_t to int to allow bigger logos by Heiko Schocher · 11 years ago
  6. 4e02362 video, da8xx-fb: show fb addr in bdinfo by Heiko Schocher · 11 years ago
  7. 765f2f0 video, da8xx-fb: changes for am335x usage by Heiko Schocher · 11 years ago
  8. b424aae arm, am33xx: add clk_get prototype by Heiko Schocher · 11 years ago
  9. 0017f9e video, da8xx: move da8xx-fb.h to drivers/video by Heiko Schocher · 11 years ago
  10. d39c21f video: add L5F31188 TFT-LCD panel driver by Hyungwon Hwang · 11 years ago
  11. fd8cf99 video: Fix cfb_console for 4-bit wide font by Marek Vasut · 11 years ago
  12. 84f957f video: Implement continuous screen refresh for SmartLCD into mxsfb by Marek Vasut · 11 years ago
  13. 9de4b72 video: Add System-Mode configuration hook into mxsfb by Marek Vasut · 11 years ago
  14. e57baf5 video: Allocate the MXSFB framebuffer aligned by Marek Vasut · 11 years ago
  15. 69f7345 dma: apbh: Add special circular mode for LCD by Marek Vasut · 11 years ago
  16. a78dac7 nds32: fix the missing COBJS-y change by ken kuo · 11 years ago
  17. 9f128bc nds32: introduce DMA allocation API by ken kuo · 11 years ago
  18. 5c44081 nds32: Change of NDS32 Custodian by Andes · 11 years ago
  19. d05bfd0 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  20. 90f002a i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED by Marek Vasut · 11 years ago
  21. f53932a dts/Makefile: pass -undef -D__DTS__ to cpp by Stephen Warren · 11 years ago
  22. 32ac4bd dts/Makefile: don't use cpp -P by Stephen Warren · 11 years ago
  23. 0652028 config: don't define CONFIG_ARCH_DEVICE_TREE by Stephen Warren · 11 years ago
  24. 8ad723a dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTS by Stephen Warren · 11 years ago
  25. 6e8e031 dt: don't use ARCH_CPU_DTS by Stephen Warren · 11 years ago
  26. c8391a0 dts/Makefile: unify cpp/dtc include paths by Stephen Warren · 11 years ago
  27. cc4f427 dts/Makefile: simplify dtc invocation by Stephen Warren · 11 years ago
  28. 6697d55 xilinx: move microblaze-generic .dts to standard location by Stephen Warren · 11 years ago
  29. 501ebdf Validate dtc is new enough by Stephen Warren · 11 years ago
  30. 245d65b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  31. 327b5c9 spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · 11 years ago
  32. 53086be blackfin: Fix using gd->baudrate before setting its value by Axel Lin · 11 years ago
  33. 9868b14 blackfin: gpio: Use proper mask for comparing function by Axel Lin · 11 years ago
  34. 2ced773 gpio: adi_gpio2: Unreserve gpio in special_gpio_free() by Axel Lin · 11 years ago
  35. 5460b8d blackfin: gpio: Unreserve gpio in special_gpio_free() by Axel Lin · 11 years ago
  36. 6a19cc9 cfi_flash: Add prototypes of overridable functions by Masahiro Yamada · 11 years ago
  37. 8bc3603 ehci-hcd: fix memory leak in lowlevel init by Nikita Kiryanov · 11 years ago
  38. 0adc331 usb_hub: fix power cycling logic by Nikita Kiryanov · 11 years ago
  39. bb1f327 usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module by Roger Quadros · 11 years ago
  40. 6bed7ce dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · 11 years ago
  41. 6dd30af usb: mv_udc: Add bounce buffer by Marek Vasut · 11 years ago
  42. f19a343 usb: mv_udc: Add proper cache management by Marek Vasut · 11 years ago
  43. ede709c usb: mv_udc: Implement better qTD item accessor by Marek Vasut · 11 years ago
  44. 8a095a6 usb: mv_udc: Improve allocation of qTD items by Marek Vasut · 11 years ago
  45. b5cd45b usb: mv_udc: Implement better QH accessor by Marek Vasut · 11 years ago
  46. 5804b88 usb: mv_udc: Add cacheline length check by Marek Vasut · 11 years ago
  47. ab65da1 usb: mv_udc: Properly align the endpoint QH and qTD list by Marek Vasut · 11 years ago
  48. ab52df1 usb: mv_udc: Move QH and qTD into mv_drv by Marek Vasut · 11 years ago
  49. fe48f05 usb: mv_udc: Init mv_drv.gadget.ops statically by Marek Vasut · 11 years ago
  50. f646317 usb: mv_udc: Remove QH_MAXNUM macro by Marek Vasut · 11 years ago
  51. d766303 usb: mv_udc: Clean up the initial variable check by Marek Vasut · 11 years ago
  52. be7ed25 usb: mv_udc: Make use of struct ehci_ctrl by Marek Vasut · 11 years ago
  53. b959655 usb: ehci: Split out struct ehci_ctrl definition by Marek Vasut · 11 years ago
  54. 2ea4b44 usb: mv_udc: Clean up the EP initialization by Marek Vasut · 11 years ago
  55. 532d846 usb: mv_udc: Move endpoint array into driver data by Marek Vasut · 11 years ago
  56. 6368c91 usb: mv_udc: Clean up mv_udc.h by Marek Vasut · 11 years ago
  57. a7eafcf usb: mv_udc: Unbreak the mv_udc driver by Marek Vasut · 11 years ago
  58. 9fab4bf powerpc/ppc4xx: Convert new gdsys files to SPDX license tags by Tom Rini · 11 years ago
  59. 56b5028 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · 11 years ago
  60. 5b9c79a Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 11 years ago
  61. 2843715 powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards by Dirk Eibach · 11 years ago
  62. 0f0c102 powerpc/ppc4xx: Consider gdsys FPGA OSD size by Dirk Eibach · 11 years ago
  63. e50e896 powerpc/ppc4xx: Support gdsys multichannel iocon hardware by Dirk Eibach · 11 years ago
  64. 869b550 powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers by Dirk Eibach · 11 years ago
  65. 049de79 powerpc/ppc4xx: Add gdsys mclink interface by Dirk Eibach · 11 years ago
  66. aba27ac powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA by Dirk Eibach · 11 years ago
  67. d8b57c0 cfi_flash: use buffer length in unmap_physmem() by Kuo-Jung Su · 11 years ago
  68. aaf5e82 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  69. 0b17998 qemu-malta: Update for SPDX license identifiers by Tom Rini · 11 years ago
  70. 230187c Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 11 years ago
  71. 8dde4ca drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers by Tom Rini · 11 years ago
  72. c54fd3e nds32: Enable FPU if the version of CPU supported by ken kuo · 11 years ago
  73. 99ca91b nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers by Tom Rini · 11 years ago
  74. 951344b nds32: Convert Makefiles to use COBJS-y style by ken kuo · 11 years ago
  75. db2c86d MIPS: mips32/cache.S: use v1 register for indirect function calls by Gabor Juhos · 11 years ago
  76. ee8b1e2 MIPS: mips32/cache.S: store cache line size in t8 register by Gabor Juhos · 11 years ago
  77. c325916 MIPS: mips32/cache.S: save return address in t9 register by Gabor Juhos · 11 years ago
  78. d707e5b MIPS: xburst/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  79. e5c868a MIPS: xburst/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  80. f01d693 MIPS: xburst/start.S: save gd in s0 register by Gabor Juhos · 11 years ago
  81. ba9cf07 MIPS: xburst/start.S: save relocation offset in s1 register by Gabor Juhos · 11 years ago
  82. 9a28e0d MIPS: xburst/start.S: save relocation address in s2 register by Gabor Juhos · 11 years ago
  83. 691995f MIPS: mips32/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  84. 680cb2d MIPS: mips32/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  85. da84f33 MIPS: mips32/cache.S: remove superfluous register assignment by Gabor Juhos · 11 years ago
  86. b1a14c4 MIPS: remove obsolete TODO items by Gabor Juhos · 11 years ago
  87. b1591ec MIPS: mips64/interrupt.c: remove superfluous include by Gabor Juhos · 11 years ago
  88. c3e4901 MIPS: mips32/time.c: fix checkpatch errors/warnings by Gabor Juhos · 11 years ago
  89. f195749 MIPS: qemu-malta: bring up ethernet by Gabor Juhos · 11 years ago
  90. feaa606 MIPS: qemu-malta: add PCI support by Gabor Juhos · 11 years ago
  91. ac12984 MIPS: qemu-malta: setup GT64120 registers as done by YAMON by Gabor Juhos · 11 years ago
  92. 52caee0 MIPS: qemu-malta: enable flash support by Gabor Juhos · 11 years ago
  93. 0156431 MIPS: qemu-malta: add reset support by Gabor Juhos · 11 years ago
  94. 5a4dcfa MIPS: qemu-malta: add support for emulated MIPS Malta board by Gabor Juhos · 11 years ago
  95. 843a76b MIPS: start.S: emulate REVISION register for qemu-malta by Gabor Juhos · 11 years ago
  96. a79b5e6 MIPS: import gt64120.h header from Linux by Gabor Juhos · 11 years ago
  97. 54fbcb0 net: pcnet: use pci_virt_to_mem to obtain buffer addresses by Gabor Juhos · 11 years ago
  98. 518d438 MIPS: mips64: fix typos in copyright text of start.S by Tom Rini · 11 years ago
  99. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  100. e85427f Add eCos-2.0 SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago