aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-13board: st: common: migrate trace to dev and log macroPatrick Delaunay4-4/+11
2021-01-13board: st: stm32mp1: migrate trace to dev and log macroPatrick Delaunay1-69/+65
2021-01-13video: stm32_dsi: migrate trace to dev and log macroPatrick Delaunay1-8/+10
2021-01-13video: stm32_ltdc: migrate trace to dev and log macroPatrick Delaunay1-15/+18
2021-01-13serial: stm32: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-01-13memory: stm32-fmc2: migrate trace to dev and log macroPatrick Delaunay1-14/+16
2021-01-13mtd: stm32_fmc2: migrate trace to dev and log macroPatrick Delaunay1-21/+19
2021-01-13spi: stm32_qspi: migrate trace to dev and log macroPatrick Delaunay1-21/+25
2021-01-13spi: stm32_spi: migrate trace to dev and log macroPatrick Delaunay1-14/+17
2021-01-13phy: stm32-usbphyc: migrate trace to dev and log macroPatrick Delaunay1-8/+10
2021-01-13i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay1-37/+37
2021-01-13mailbox: stm32-ipcc: migrate trace to dev and log macroPatrick Delaunay1-7/+9
2021-01-13reset: stm32-reset: migrate trace to dev and log macroPatrick Delaunay1-4/+9
2021-01-13clk: clk_stm32h7: migrate trace to dev and log macroPatrick Delaunay1-32/+38
2021-01-13clk: clk_stm32f: migrate trace to dev and log macroPatrick Delaunay1-19/+20
2021-01-13clk: stm32mp1: migrate trace to dev and log macroPatrick Delaunay1-76/+71
2021-01-13misc: rcc: keep the rcc device name for subnodePatrick Delaunay1-2/+2
2021-01-13misc: rcc: migrate trace to dev macroPatrick Delaunay1-2/+4
2021-01-13power: regulator: stm32-verfbuf: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-01-13watchdog: stm32mp: migrate trace to dev macroPatrick Delaunay1-3/+6
2021-01-13rtc: stm32: migrate trace to log macroPatrick Delaunay1-0/+3
2021-01-13hwspinlock: stm32: migrate trace to log macroPatrick Delaunay1-0/+2
2021-01-13timer: stm32: migrate trace to log macroPatrick Delaunay1-0/+2
2021-01-13mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay1-40/+44
2021-01-13ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay5-104/+117
2021-01-13ram: stm32: migrate trace to log macroPatrick Delaunay1-4/+6
2021-01-13remoproc: stm32: migrate trace to log macroPatrick Delaunay1-1/+2
2021-01-13gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay1-1/+3
2021-01-13pinctrl: stm32: migrate trace to log macroPatrick Delaunay1-14/+16
2021-01-13arm: stm32mp: bsec: migrate trace to log macroPatrick Delaunay1-17/+21
2021-01-13arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay5-78/+78
2021-01-13arm: stm32mp: migrate trace to log macroPatrick Delaunay7-29/+43
2021-01-12Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini109-1226/+6045
2021-01-12Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini62-50/+739
2021-01-12remoteproc: ti_k3_arm64: Program CNTFID0 register in GTCNishanth Menon1-0/+15
2021-01-12arm: dts: k3-*-r5-*-board: Add GTC clockNishanth Menon3-0/+3
2021-01-12Nokia RX-51: Add test for U-Boot serial consolePali Rohár1-1/+32
2021-01-12Nokia RX-51: Do not try calling both ext2load and ext4loadPali Rohár1-14/+3
2021-01-12board: ti: am335x-ice: get CDCE913 clock deviceDario Binacchi2-2/+2
2021-01-12video: omap: move drivers to 'ti' directoryDario Binacchi12-9/+22
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: drop domain clock enabling by SOC apiDario Binacchi1-1/+1
2021-01-12video: omap: add panel driverDario Binacchi16-194/+464
2021-01-12dm: core: add a function to decode display timingsDario Binacchi4-0/+156
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-12arm: dts: am335x: enable scm_clocks auto bindingDario Binacchi2-0/+16
2021-01-12omap: timer: fix the rate settingDario Binacchi1-3/+3
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi9-15/+141