cmd: bdinfo: Map fdt_blob and new_fdt to sysmem
[platform/kernel/u-boot.git] / drivers /
2023-05-03 Tom RiniMerge tag 'u-boot-imx-20230503' of https://gitlab.denx...
2023-05-03 Tom RiniMerge branch '2023-05-02-assorted-platform-updates...
2023-05-03 Yang Xiwenmmc: hi6220_dw_mmc: add compatible for HC2910 support
2023-05-03 Daniel Gollepinctrl: mediatek: set R1/R0 in case pullen/pullsel...
2023-05-02 Vladimir Zapolskiyserial: msm-geni: correct oversampling value based...
2023-05-02 Konrad Dybcioserial: msm-geni: Use upstream Linux bindings
2023-05-02 Vladimir Zapolskiyserial: msm-geni: fix a compile time warning from msm_s...
2023-05-02 Vladimir Zapolskiyserial: msm-geni: fix code indentation
2023-05-02 Vladimir Zapolskiyserial: msm-geni: remove invalid se-clk clock name
2023-05-02 Konrad Dybcioserial: msm-geni: Always bind before relocation
2023-05-02 Vladimir Zapolskiyserial: msm-geni: remove redundant includes
2023-05-02 Vladimir Zapolskiymisc: add Qualcomm GENI SE QUP device driver
2023-05-02 Svyatoslav Ryhelextcon: add MAX14526 MUIC support
2023-05-02 Svyatoslav Ryheltest: Add tests for the extcon
2023-05-02 Svyatoslav Ryheldm: extcon: add an uclass for extcon
2023-05-02 Tom RiniMerge tag 'tpm-master-02052023' of https://source.denx...
2023-05-02 Tom RiniMerge branch '2023-05-01-assorted-powerpc-updates'
2023-05-02 Pali Rohárpci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfi...
2023-05-02 Tim Harveyusb: ehci-mx6: move phy setup before register access
2023-05-01 Pali Rohárpci: mpc85xx: Do not access PCI BARs registers of BDF...
2023-05-01 Pali Rohárpci: mpc85xx: Do not try to access extended PCIe registers
2023-05-01 Pali Rohárpci: mpc85xx: Allow 8/16-bit access to PCI config space
2023-05-01 Pali Rohárpci: mpc85xx: Add missing sync() after writing to PCI...
2023-05-01 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-05-01 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-04-29 Tom RiniMerge branch 'for-2023.07' of https://source.denx.de...
2023-04-28 Tom RiniMerge tag 'dm-pull-28apr23' of https://source.denx...
2023-04-28 Johan Jonkercore: fdtaddr: use map_sysmem() as cast for the return
2023-04-28 Rasmus Villemoesdm: core: introduce uclass_get_device_by_of_path()
2023-04-28 Rasmus Villemoesuclass: add uclass_find_device_by_phandle_id() helper
2023-04-28 Bin Mengdm: core: Make aliases_lookup static
2023-04-28 Jorge Ramirez-Ortizdrivers: tee: sandbox: Fix SCP03 control emulator
2023-04-28 Heinrich Schuchardtsandbox: fix return type of os_filesize()
2023-04-28 Heinrich Schuchardtsandbox: mark sandbox_exit() as no return.
2023-04-28 Heinrich Schuchardtsandbox: spi: sandbox_sf_process_cmd() missing fallthrough
2023-04-28 Heinrich Schuchardtsandbox: fix sandbox_hub_submit_control_msg()
2023-04-28 Heinrich Schuchardtsandbox: fix fall through in sandbox_flash_bulk()
2023-04-28 Samuel Hollandphy: sun4i-usb: Do not drive VBUS with external VBUS...
2023-04-28 Samuel Hollandgpio: axp/sunxi: Remove virtual VBUS detection GPIO
2023-04-28 Samuel Hollandpower: regulator: Add a driver for the AXP USB power...
2023-04-28 Samuel Hollandmtd: nand: sunxi: Pass the device to the init function
2023-04-28 Samuel Hollandmtd: nand: sunxi: Convert to the driver model
2023-04-28 Samuel Hollandmtd: nand: sunxi: Convert from fdtdec to ofnode
2023-04-28 Samuel Hollandmtd: nand: sunxi: Remove an unnecessary check
2023-04-28 Samuel Hollandpinctrl: sunxi: Add NAND pinmuxes
2023-04-28 Samuel Hollandclk: sunxi: Add NAND clocks and resets
2023-04-27 Tom RiniMerge branch '2023-04-27-introduce-nvm-xip-block-storag...
2023-04-27 Abdellatif El Khlifisandbox64: add support for NVMXIP QSPI
2023-04-27 Abdellatif El Khlifidrivers/mtd/nvmxip: introduce QSPI XIP driver
2023-04-27 Abdellatif El Khlifidrivers/mtd/nvmxip: introduce NVM XIP block storage...
2023-04-27 Tom RiniMerge branch '2023-04-27-IDE-code-cleanups'
2023-04-27 Simon Glasside: Make use of U-Boot types
2023-04-27 Simon Glasside: Simplify expressions and hex values
2023-04-27 Simon Glasside: Convert to use log_debug()
2023-04-27 Simon Glasside: Tidy up ide_reset()
2023-04-27 Simon Glasside: Correct LBA setting
2023-04-27 Simon Glasside: Use a single local blk_desc for ide_ident()
2023-04-27 Simon Glasside: Move all blk_desc init into ide_ident()
2023-04-27 Simon Glasside: Make ide_ident() return an error code
2023-04-27 Simon Glasside: Use desc consistently for struct blk_desc
2023-04-27 Simon Glasside: Combine the two loops in ide_probe()
2023-04-27 Simon Glasside: Move ide_init() entirely within ide_probe()
2023-04-27 Simon Glasside: Move setting of vendor strings into ide_probe()
2023-04-27 Simon Glasside: Make ide_bus_ok a local variable
2023-04-27 Simon Glasside: Move bus init into a function
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_LBA48
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_ATAPI
2023-04-27 Simon Glasside: Simplify success condition
2023-04-27 Simon Glasside: Refactor confusing loop code
2023-04-27 Simon Glasside: Change the retries variable
2023-04-27 Simon Glasside: Make function static
2023-04-27 Simon Glasside: Correct use of ATAPI
2023-04-27 Simon Glasside: Create a prototype for ide_set_reset()
2023-04-27 Simon Glasside: Drop weak functions
2023-04-27 Simon Glasside: Move a few functions further up the file
2023-04-27 Simon Glasside: Drop ide_device_present()
2023-04-27 Simon Glasside: Move ide_init() into probing
2023-04-27 Simon Glasside: Use mdelay() for long delays
2023-04-27 Simon Glasside: Move ATA_CURR_BASE to C file
2023-04-26 Tom RiniMerge branch '2023-04-26-enable-bootstd-for-all-rockchip'
2023-04-26 Simon Glassvirtio: Ensure PCI is set up first
2023-04-26 Tom RiniMerge branch '2023-04-25-assorted-updates-and-fixes'
2023-04-26 Dhruva Golespi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w...
2023-04-26 Apurva Nandanspi: cadence-quadspi: Use STIG mode for all ops with...
2023-04-26 Apurva Nandanspi: cadence-quadspi: Fix check condition for DTR ops
2023-04-26 Takahiro Kuwanomtd: spi-nor-core: Add fixups for s25fs512s
2023-04-25 Rasmus Villemoesgpio-uclass: fix off-by-one in gpio_request_list_by_nam...
2023-04-25 Michal Simekxen: Limit execution to EL1 only
2023-04-25 Christian Gmeinerata: pci: enable bus mastering
2023-04-25 Peng Fansysreset: psci: add psci_sysreset_get_status
2023-04-25 Peng Fansysreset: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Peng Fanfirmware: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Michal Simekxen: Fix Kconfig dependencies
2023-04-25 Tom Riniusb: gadget: f_mass_storage: Rework do_request_sense...
2023-04-25 Rasmus Villemoessoc: soc_ti_k3: fix revision array bounds checks
2023-04-25 Tom RiniMerge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_...
2023-04-25 Ilias Apalodimasspi: synquacer: Silence uninitialized variable warnings
2023-04-25 Heinrich Schuchardtmtd: spi-nor: missing fallthrough in set_4byte()
2023-04-25 Jim Liuspi: npcm-fiu: add regulator feature and remove set...
2023-04-25 Kunihiko Hayashispi: f-ospi: Add missing spi_mem_default_supports_op...
next