1. d5175dc sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulator by Przemyslaw Marczak · 10 years ago
  2. daa4577 sandbox: i2c: search child emul dev and check its uclass id by Przemyslaw Marczak · 10 years ago
  3. f6c3747 doc: driver-model: pmic-framework.txt - cleanup by Przemyslaw Marczak · 10 years ago
  4. 6df3ba7 common: cmd regulator: command cleanup by Przemyslaw Marczak · 10 years ago
  5. 34f922c common: cmd pmic: command cleanup by Przemyslaw Marczak · 10 years ago
  6. 75692a3 dm: regulator: uclass driver code cleanup by Przemyslaw Marczak · 10 years ago
  7. 1031498 dm: pmic: code cleanup of PMIC uclass driver by Przemyslaw Marczak · 10 years ago
  8. e7781bc odroid: enable driver model pmic/regulator API and MAX77686 drivers by Przemyslaw Marczak · 10 years ago
  9. fecf889 odroid: dts: add 'voltage-regulators' description to max77686 node by Przemyslaw Marczak · 10 years ago
  10. 110aa29 dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC by Przemyslaw Marczak · 10 years ago
  11. 533daa9 doc: driver-model: pmic and regulator uclass documentation by Przemyslaw Marczak · 10 years ago
  12. 3753f28 dm: regulator: add fixed voltage regulator driver by Przemyslaw Marczak · 10 years ago
  13. afee81e dm: regulator: add max77686 regulator driver by Przemyslaw Marczak · 10 years ago
  14. 58ea76f dm: pmic: add max77686 pmic driver by Przemyslaw Marczak · 10 years ago
  15. ff0e22b pmic: max77686 set the same compatible as in the kernel by Przemyslaw Marczak · 10 years ago
  16. 6a92312 dm: regulator: add regulator command by Przemyslaw Marczak · 10 years ago
  17. 4d56977 dm: pmic: add pmic command by Przemyslaw Marczak · 10 years ago
  18. 08edd00 dm: regulator: add implementation of driver model regulator uclass by Przemyslaw Marczak · 10 years ago
  19. 9a8bc95 dm: pmic: add implementation of driver model pmic uclass by Przemyslaw Marczak · 10 years ago
  20. 3755013 lib: Kconfig: add entry for errno_str() function by Przemyslaw Marczak · 10 years ago
  21. 51b8fd6 exynos4-common: remove the unsued CONFIG_CMD_PMIC by Przemyslaw Marczak · 10 years ago
  22. c7444d8 exynos5: fix build break by adding CONFIG_POWER by Przemyslaw Marczak · 10 years ago
  23. 8262cb1 i2c: mxc: refactor i2c driver and support dm by Peng Fan · 10 years ago
  24. cf99d02 imx: mx27 move GPIO_PORTx to gpio.h by Peng Fan · 10 years ago
  25. 8050873 sunxi: Change usb-kbd interrupt polling to use an usb interrupt queue by Hans de Goede · 10 years ago
  26. 5477e6f usb: ohci: Add support for interrupt queues by Hans de Goede · 10 years ago
  27. 66b1d6d usb: ohci: Add an ohci_alloc_urb() function by Hans de Goede · 10 years ago
  28. d7a3942 usb: ohci: Do not reuse ed for interrupt endpoints of different devices by Hans de Goede · 10 years ago
  29. e35534c sandbox: Support wide-screen LCD emulation by Simon Glass · 10 years ago
  30. ad29aa0 sandbox: Fix warning in display_options by Simon Glass · 10 years ago
  31. bb213e3 sandbox: spi: Add newline to printf() in sandbox_sf_probe by Simon Glass · 10 years ago
  32. ee67a94 sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation by Simon Glass · 10 years ago
  33. 07a3b23 sandbox: Add missing errno.h includes in a few files by Simon Glass · 10 years ago
  34. 342fa54 sandbox: Correct error handling in state_read_file() by Simon Glass · 10 years ago
  35. 32db57d arm: Add a prototype for save_boot_params_ret() by Simon Glass · 10 years ago
  36. c1964d3 arm: Include the .got section in the binary by Simon Glass · 10 years ago
  37. 518827e dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · 10 years ago
  38. 023ff8a tpm: Rename Infineon TPM to slb9645tt by Simon Glass · 10 years ago
  39. c9a3e84 tpm: Support using driver model with I2C by Simon Glass · 10 years ago
  40. 9a1589a dm: i2c: Add a function to find out the chip offset length by Simon Glass · 10 years ago
  41. b8c2f88 dm: i2c: Implement 'i2c bus' command for driver model by Simon Glass · 10 years ago
  42. 2b36da1 bootstage: Add IDs for SPI flash reading and decompression by Simon Glass · 10 years ago
  43. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · 10 years ago
  44. 804fa57 sunxi: ohci: Add ohci usb host controller support by Hans de Goede · 10 years ago
  45. 4dba108 sunxi: ehci: Convert to the driver-model by Hans de Goede · 10 years ago
  46. 8a62c50 usb: ohci: Add dm support by Hans de Goede · 10 years ago
  47. d6cc1d1 usb: ohci: Skip unnecessary mdelay(1) calls in various places by Hans de Goede · 10 years ago
  48. f9d72a6 usb: ohci: Remove unnecessary delays from hc_start and power power-on paths by Hans de Goede · 10 years ago
  49. 2787337 usb: ohci: Do not resubmit and leak urbs for interrupt packets by Hans de Goede · 10 years ago
  50. cebc5b7 dm: usb: Do not scan companion buses if no devices where handed over by Hans de Goede · 10 years ago
  51. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · 10 years ago
  52. f8762f9 dm: usb: Move printing of usb scan status to usb_scan_bus() by Hans de Goede · 10 years ago
  53. 0a7fa27 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · 10 years ago
  54. 53ca9de dm: usb: Prefix ehci interrupt-queue functions with _ehci_ by Hans de Goede · 10 years ago
  55. 63f34ca usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · 10 years ago
  56. 2617752 usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors by Hans de Goede · 10 years ago
  57. e82cd9f usb: usb_control_msg() propagate controller error code by Hans de Goede · 10 years ago
  58. b5b3ef2 usb: Fix handover of full-speed devices from ehci to companion by Hans de Goede · 10 years ago
  59. 9fcb5ef arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> by Tom Rini · 10 years ago
  60. 9d3f896 Use map_sysmem when accessing memory in setexpr by Joe Hershberger · 10 years ago
  61. 1c4d1f7 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  62. 84270fc Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · 10 years ago
  63. 71747b6 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  64. 097a3d0 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · 10 years ago
  65. 7a12889 ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra by Masahiro Yamada · 10 years ago
  66. 56c6c31 jetson-tk1: Add PSCI configuration options and reserve secure code by Ian Campbell · 10 years ago
  67. ee91dc2 tegra: Boot in non-secure mode by default by Jan Kiszka · 10 years ago
  68. a16875a ARM: tegra: Enable SMMU when going non-secure by Thierry Reding · 10 years ago
  69. 7cccf45 tegra: Set CNTFRQ for secondary CPUs by Jan Kiszka · 10 years ago
  70. d07e7b0 tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0 by Ian Campbell · 10 years ago
  71. 52bb8f9 tegra124: Add PSCI support for Tegra124 by Jan Kiszka · 10 years ago
  72. 6e67b1b ARM: Add board-specific initialization hook for PSCI by Jan Kiszka · 10 years ago
  73. af0d229 tegra: Make tegra_powergate_power_on public by Jan Kiszka · 10 years ago
  74. cb33440 virt-dt: Allow reservation of secure region when in a RAM carveout by Jan Kiszka · 10 years ago
  75. 7fb7260 tegra124: Add more registers to struct mc_ctlr by Ian Campbell · 10 years ago
  76. b73b1e2 ARM: Put target PC for PSCI CPU_ON on per-CPU stack by Jan Kiszka · 10 years ago
  77. 9c0f35a ARM: Factor out reusable psci_get_cpu_stack_top by Jan Kiszka · 10 years ago
  78. b6680e6 ARM: Factor out reusable psci_cpu_entry by Jan Kiszka · 10 years ago
  79. 80c26bc ARM: Factor out reusable psci_cpu_off_common by Jan Kiszka · 10 years ago
  80. 2ecdd68 ARM: Factor out common psci_get_cpu_id by Jan Kiszka · 10 years ago
  81. ac31b5a ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · 10 years ago
  82. 9869cec ARM: tegra: enable STDIO deregistration by Stephen Warren · 10 years ago
  83. f61f129 ARM: tegra: CONFIG_{SYS_, }LOAD{_, }ADDR rationalization by Stephen Warren · 10 years ago
  84. 662f2aa tegra124: video: Add full link training for eDP by Simon Glass · 10 years ago
  85. 970eb1e tegra: config: nyan-big: Enable LCD by Simon Glass · 10 years ago
  86. 3ef2a72 tegra: video: support eDP displays on Tegra124 devices by Simon Glass · 10 years ago
  87. f15fe61 tegra: video: Add Embedded DisplayPort driver by Simon Glass · 10 years ago
  88. f4f5cfa tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · 10 years ago
  89. 9a2b4ed tegra: dts: nyan-big: Add definitions for eDP display by Simon Glass · 10 years ago
  90. 06679ad dm: video: Add a uclass for display port by Simon Glass · 10 years ago
  91. eda7732 edid: Add a function to read detailed monitor timings by Simon Glass · 10 years ago
  92. 994a191 video: Add drm_dp_helper.h by Simon Glass · 10 years ago
  93. a11a43a tegra: Move display controller header into common by Simon Glass · 10 years ago
  94. 93a1995 tegra124: clock: Add display clocks and functions by Simon Glass · 10 years ago
  95. d2d1c3f tegra: clock: Split the clock source code into a separate function by Simon Glass · 10 years ago
  96. 6017b9a tegra: clock: Add checking for invalid clock IDs by Simon Glass · 10 years ago
  97. ea797e5 tegra: config: Use CONFIG_LCD to detect LCD presence by Simon Glass · 10 years ago
  98. f33fd60 tegra124: dts: Add host1x node to provide display information by Simon Glass · 10 years ago
  99. 5ec924c tegra: nyan-big: Add LCD PMIC init and board ID by Simon Glass · 10 years ago
  100. 0655c91 tegra: Add support for setting up a as3722 PMIC by Simon Glass · 10 years ago