summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-13Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini7-5/+307
2021-01-12remoteproc: ti_k3_arm64: Program CNTFID0 register in GTCNishanth Menon1-0/+15
2021-01-12video: omap: move drivers to 'ti' directoryDario Binacchi10-7/+20
2021-01-12video: omap: split the legacy code from the DM codeDario Binacchi7-374/+468
2021-01-12video: omap: set LCD clock rate through DM APIDario Binacchi1-26/+103
2021-01-12video: omap: add panel driverDario Binacchi5-150/+323
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+6
2021-01-12bus: ti: am33xx: add pwm subsystem driverDario Binacchi3-0/+28
2021-01-12pwm: ti: am33xx: add enhanced pwm driverDario Binacchi3-0/+476
2021-01-12omap: timer: fix the rate settingDario Binacchi1-3/+3
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi5-13/+24
2021-01-12clk: move clk-ti-sci driver to 'ti' directoryDario Binacchi5-9/+9
2021-01-12clk: ti: omap4: add clock manager driverDario Binacchi2-1/+23
2021-01-12clk: ti: add support for clkctrl clocksDario Binacchi3-0/+161
2021-01-12clk: ti: add gate clock driverDario Binacchi3-0/+100
2021-01-12clk: ti: add divider clock driverDario Binacchi6-25/+439
2021-01-12clk: ti: am33xx: add DPLL clock driversDario Binacchi4-0/+355
2021-01-12clk: ti: add mux clock driverDario Binacchi5-0/+294
2021-01-12clk: add clk_round_rate()Dario Binacchi3-0/+42
2021-01-12bus: ti: add minimal sysc interconnect target driverDario Binacchi3-0/+174
2021-01-12clk: export generic routinesDario Binacchi1-12/+12
2021-01-12spi: omap3_spi: Fix speed and mode selectionVignesh Raghavendra1-3/+14
2021-01-12spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait1-2/+2
2021-01-12gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny1-14/+35
2021-01-11adc: meson-saradc: use correct printf codeHeinrich Schuchardt1-1/+1
2021-01-11adc: meson-saradc: skip hardware init only if ADC is enabledMarek Szyprowski1-2/+5
2021-01-11adc: meson-saradc: add G12A variantMarek Szyprowski1-0/+2
2021-01-11clk: meson: add minimal driver for g12a-ao clocksMarek Szyprowski2-0/+84
2021-01-11video: add TDO tl070wsh30 panel driverNeil Armstrong3-0/+165
2021-01-11power: domain: meson-ee-pwrc: add support for the Meson AXG SoCsNeil Armstrong1-0/+26
2021-01-11power: domain: meson-ee-pwrc: add support for the Meson GX SoCsNeil Armstrong1-2/+24
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini9-30/+391
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini216-677/+1065
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini52-223/+1195
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass1-3/+0
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass15-18/+18
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass27-39/+39
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass13-19/+19
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass1-1/+1
2021-01-05dm: core: Allow the uclass list to moveSimon Glass3-7/+8
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass1-14/+35
2021-01-05dm: core: Access device ofnode through functionsSimon Glass43-70/+82
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass12-15/+15
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass4-4/+4
2021-01-05dm: core: Access device flags through functionsSimon Glass8-33/+33
2021-01-05dm: core: Rename sqq to seq_Simon Glass4-10/+10
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass1-37/+52
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass1-4/+1
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass1-6/+1
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2-2/+2