- b060333 sandbox: Add a compatible string for spltest by Simon Glass · 3 years, 11 months ago
- f05a7c5 sandbox: i2c: Move priv into a header file by Simon Glass · 3 years, 11 months ago
- bfae6cc sandbox: serial: Move priv into a header file by Simon Glass · 3 years, 11 months ago
- 53d5969 x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 3 years, 11 months ago
- 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 11 months ago
- 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 11 months ago
- 4c66cb4 sysreset: Use a shorter error with SPL by Simon Glass · 3 years, 11 months ago
- c8fbf30 pinctrl: Drop post_bind() method when not needed by Simon Glass · 3 years, 11 months ago
- fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 3 years, 11 months ago
- 89ba6d5 dm: core: Use access methods for dev/uclass private data by Simon Glass · 3 years, 11 months ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 11 months ago
- 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 3 years, 11 months ago
- 8064739 dm: core: Add function to access uclass priv by Simon Glass · 3 years, 11 months ago
- c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 11 months ago
- 79ea8f7 dm: core: Only include simple-bus devicetree id when needed by Simon Glass · 3 years, 11 months ago
- 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 3 years, 11 months ago
- 45ad176 dm: core: Support dm_dump_all() in SPL by Simon Glass · 3 years, 11 months ago
- 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 3 years, 11 months ago
- d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 11 months ago
- 65f3fc1 dfu_mtd: Add provision to unlock mtd device by Sughosh Ganu · 3 years, 11 months ago
- ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years ago
- fc31430 dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 4 years ago
- 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years ago
- add685f test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 4 years ago
- 2da1800 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · 4 years ago
- 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
- 1f6d618 sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 4 years ago
- 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
- 36c03d1 cmd: Drop use of old sequence numbers in commands by Simon Glass · 4 years ago
- a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years ago
- 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 4 years ago
- 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
- 3bc90aa pinctrl: Update for new sequence numbers by Simon Glass · 4 years ago
- fb0ea6a gpio: Update for new sequence numbers by Simon Glass · 4 years ago
- b27347f usb: Update for new sequence numbers by Simon Glass · 4 years ago
- 4de51cc usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 4 years ago
- 6d83c74 spi: Update for new sequence numbers by Simon Glass · 4 years ago
- 42f3663 pci: Update to use new sequence numbers by Simon Glass · 4 years ago
- 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 4 years ago
- 552da33 net: Update to use new sequence numbers by Simon Glass · 4 years ago
- 16df993 i2c: Update for new sequence numbers by Simon Glass · 4 years ago
- 5c58002 octeon: Don't attempt to set the sequence number by Simon Glass · 4 years ago
- 4153e3a dm: Fix return value in dev_read_alias_seq() by Simon Glass · 4 years ago
- ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
- cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 4 years ago
- d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
- 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
- 2ebea5e dm: core: Combine the flattree and livetree binding code by Simon Glass · 4 years ago
- d0c20ce dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years ago
- e80be74 dm: core: Drop device_bind_offset() by Simon Glass · 4 years ago
- 20da4e0 dm: Drop uses of dev_set_of_offset() by Simon Glass · 4 years ago
- a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
- 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
- 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
- e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
- 21f9075 sandbox: serial: Update to use membuff by Simon Glass · 4 years ago
- 1bf0a40 sandbox: serial: Convert to livetree by Simon Glass · 4 years ago
- c5ea016 serial: sandbox: Drop unnecessary #ifdefs by Simon Glass · 4 years ago
- 8558217 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 2 months ago
- a7ab4b7 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
- b2d4cbe i2c: ocores: add i2c driver for OpenCores I2C controller by Pragnesh Patel · 4 years ago
- 9420122 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · 4 years ago
- 5a13c0d i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 1 month ago
- b3dc016 mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years ago
- 5889645 mmc: display an error number to debug by Jaehoon Chung · 4 years ago
- 8ee802f mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years, 1 month ago
- 263ddfc mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years, 1 month ago
- da12917 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years, 1 month ago
- c480138 phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off by Patrick Delaunay · 4 years, 1 month ago
- e27e96a pinctrl: stmfx: update pin name by Patrick Delaunay · 4 years, 1 month ago
- c2a8181 pinctrl: stmfx: update pincontrol and gpio device name by Patrick Delaunay · 4 years, 1 month ago
- 2c6df94 gpio: stm32: correct the bias management by Patrick Delaunay · 4 years, 1 month ago
- b305dbc pinctrl: stm32: display bias information for all pins by Patrick Delaunay · 4 years, 1 month ago
- 9ed6f92 remoteproc: stm32: update error management in stm32_copro_start by Patrick Delaunay · 4 years, 1 month ago
- 5a536df remoteproc: stm32: use reset for hold boot by Patrick Delaunay · 4 years, 1 month ago
- d8d29a4 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · 4 years, 1 month ago
- d361eaf Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years ago
- 05dac23 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · 4 years, 1 month ago
- e7f9e1f usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · 4 years, 1 month ago
- 5739ef2 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · 4 years, 1 month ago
- 46f3282 pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrl by Lad Prabhakar · 4 years ago
- 2a589b7 pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1 by Biju Das · 4 years, 1 month ago
- 8b00761 pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1 by Biju Das · 4 years, 1 month ago
- fee13ae pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1 by Biju Das · 4 years, 1 month ago
- 975154b pinctrl: renesas: r8a77951: Add R8A774E1 PFC support by Biju Das · 4 years, 1 month ago
- c5f3762 pinctrl: renesas: r8a77965: Add R8A774B1 PFC support by Biju Das · 4 years, 1 month ago
- 12e3963 Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
- c32479d dfu: simplify the dependencies of DFU_TFTP by AKASHI Takahiro · 4 years ago
- d99f163 tpm: spi: Cleanup source code by Michal Simek · 4 years ago
- e040725 drivers: led: bcm6858: set the correct led polarity register by Steven Lawrance · 4 years ago