aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Convert CONFIG_NET_RETRY_COUNT to KconfigWIP/migrate-syms-3Tom Rini143-115/+117
2022-02-25Convert CONFIG_ARP_TIMEOUT to KconfigTom Rini83-52/+61
2022-02-25Convert CONFIG_A008044_WORKAROUND to KconfigTom Rini3-10/+7
2022-02-25Convert CONFIG_A003399_NOR_WORKAROUND to KconfigTom Rini3-10/+7
2022-02-25Convert CONFIG_CHIP_SELECTS_PER_CTRL to KconfigTom Rini85-44/+56
2022-02-25Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to KconfigTom Rini59-13/+52
2022-02-25net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini2-17/+0
2022-02-25Convert CONFIG_BOOTP_MAY_FAIL et al to KconfigTom Rini222-225/+195
2022-02-25powerpc: P1010RDB: Move CONFIG_BOOTMODE out of CONFIG namespaceTom Rini1-3/+3
2022-02-25Convert CONFIG_BOOTFILE to KconfigTom Rini212-106/+342
2022-02-25Convert CONFIG_BOARD_POSTCLK_INIT to KconfigTom Rini9-7/+9
2022-02-25Convert CONFIG_BOARD_ECC_SUPPORT to KconfigTom Rini3-2/+5
2022-02-25Convert CONFIG_BIOSEMU to KconfigTom Rini3-4/+7
2022-02-25Convert CONFIG_BOARD_COMMON to KconfigTom Rini12-20/+4
2022-02-25arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIGTom Rini4-34/+30
2022-02-25Convert CONFIG_BTB to KconfigTom Rini13-12/+10
2022-02-25powerpc: Remove unused MPC8540/60ADS codeTom Rini16-2335/+0
2022-02-25configs: Resync with savedefconfigTom Rini17-100/+59
2022-02-25Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/25Feb2022Tom Rini17-396/+391
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes10-13/+14
2022-02-25cmd: clk: fix long help messagePatrick Delaunay1-1/+1
2022-02-25cmd: clk: update result of do_clk_setfreqPatrick Delaunay1-1/+1
2022-02-25cmd: clk: replace clk_lookup by uclass_get_device_by_namePatrick Delaunay1-17/+1
2022-02-25cmd: clk: test the number of argument in setfreq commandPatrick Delaunay1-0/+3
2022-02-25clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay1-2/+2
2022-02-25clk: Add clk_get_by_name_optionalSean Anderson3-4/+29
2022-02-25clk: Add driver API to HTML docsSean Anderson2-78/+115
2022-02-25clk: Add client API to HTML docsSean Anderson3-91/+99
2022-02-24clk: Inline clk_get_*_optionalSean Anderson2-44/+34
2022-02-24clk: Rename clk_get_optional_nodevSean Anderson3-8/+10
2022-02-24clk: cdce9xx: Convert .of_xlate to .requestSean Anderson1-9/+3
2022-02-24clk: versaclock: Remove xlate functionSean Anderson1-19/+0
2022-02-24clk: Remove no-op request and rfree callbacksSean Anderson3-29/+0
2022-02-24clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01Sean Anderson3-3/+3
2022-02-24clk: Alphabetize KconfigSean Anderson1-91/+91
2022-02-24clk: Alphabetize MakefileSean Anderson1-9/+9
2022-02-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini10-130/+66
2022-02-23Merge tag 'dm-pull-22222' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini31-162/+1151
2022-02-23configs: omap various: Remove OMAP_EHCI_PHY from defconfigsAdam Ford6-16/+0
2022-02-23usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from KconfigAdam Ford1-34/+0
2022-02-23usb: ehci-omap: Use PHY system to manage phy resetsAdam Ford1-50/+56
2022-02-23usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAPAdam Ford1-0/+2
2022-02-23phy: nop-phy: Fix enabling resetAdam Ford1-2/+3
2022-02-23usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probeAdam Ford1-1/+6
2022-02-23usb: ehci-omap: Drop dead codeAdam Ford2-29/+1
2022-02-22scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_fullPhilippe Reynes1-1/+7
2022-02-22phy: phy-uclass: check the parents for physAngus Ainslie1-6/+14
2022-02-22binman: Allow different operations in FIT generator nodesSimon Glass5-49/+274
2022-02-22binman: Tidy up the docs a little with fitSimon Glass2-14/+16
2022-02-22binman: fit: Refactor to reduce function sizeSimon Glass1-43/+71