configs: stm32mp15: enable LOG features
[platform/kernel/u-boot.git] / drivers /
2021-01-13 Patrick Delaunayvideo: stm32_dsi: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayvideo: stm32_ltdc: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayserial: stm32: define LOG_CATEGORY
2021-01-13 Patrick Delaunaymemory: stm32-fmc2: migrate trace to dev and log macro
2021-01-13 Patrick Delaunaymtd: stm32_fmc2: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayspi: stm32_qspi: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayspi: stm32_spi: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayphy: stm32-usbphyc: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayi2c: stm32f7_i2c: migrate trace to dev and log macro
2021-01-13 Patrick Delaunaymailbox: stm32-ipcc: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayreset: stm32-reset: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayclk: clk_stm32h7: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayclk: clk_stm32f: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayclk: stm32mp1: migrate trace to dev and log macro
2021-01-13 Patrick Delaunaymisc: rcc: keep the rcc device name for subnode
2021-01-13 Patrick Delaunaymisc: rcc: migrate trace to dev macro
2021-01-13 Patrick Delaunaypower: regulator: stm32-verfbuf: define LOG_CATEGORY
2021-01-13 Patrick Delaunaywatchdog: stm32mp: migrate trace to dev macro
2021-01-13 Patrick Delaunayrtc: stm32: migrate trace to log macro
2021-01-13 Patrick Delaunayhwspinlock: stm32: migrate trace to log macro
2021-01-13 Patrick Delaunaytimer: stm32: migrate trace to log macro
2021-01-13 Patrick Delaunaymmc: stm32_sdmmc2: migrate trace to dev and log macro
2021-01-13 Patrick Delaunayram: stm32mp1: migrate trace to dev or log macro
2021-01-13 Patrick Delaunayram: stm32: migrate trace to log macro
2021-01-13 Patrick Delaunayremoproc: stm32: migrate trace to log macro
2021-01-13 Patrick Delaunaygpio: stm32-gpio: migrate trace to dev and log macro
2021-01-13 Patrick Delaunaypinctrl: stm32: migrate trace to log macro
2021-01-12 Tom RiniMerge tag 'ti-v2021.04-rc1' of https://gitlab.denx...
2021-01-12 Tom RiniMerge tag 'u-boot-atmel-2021.04-a' of https://gitlab...
2021-01-12 Nishanth Menonremoteproc: ti_k3_arm64: Program CNTFID0 register in GTC
2021-01-12 Dario Binacchivideo: omap: move drivers to 'ti' directory
2021-01-12 Dario Binacchivideo: omap: split the legacy code from the DM code
2021-01-12 Dario Binacchivideo: omap: set LCD clock rate through DM API
2021-01-12 Dario Binacchivideo: omap: add panel driver
2021-01-12 Dario Binacchidm: core: add a function to decode display timings
2021-01-12 Dario Binacchibus: ti: am33xx: add pwm subsystem driver
2021-01-12 Dario Binacchipwm: ti: am33xx: add enhanced pwm driver
2021-01-12 Dario Binacchiomap: timer: fix the rate setting
2021-01-12 Dario Binacchifdt: translate address if #size-cells = <0>
2021-01-12 Dario Binacchiclk: move clk-ti-sci driver to 'ti' directory
2021-01-12 Dario Binacchiclk: ti: omap4: add clock manager driver
2021-01-12 Dario Binacchiclk: ti: add support for clkctrl clocks
2021-01-12 Dario Binacchiclk: ti: add gate clock driver
2021-01-12 Dario Binacchiclk: ti: add divider clock driver
2021-01-12 Dario Binacchiclk: ti: am33xx: add DPLL clock drivers
2021-01-12 Dario Binacchiclk: ti: add mux clock driver
2021-01-12 Dario Binacchiclk: add clk_round_rate()
2021-01-12 Dario Binacchibus: ti: add minimal sysc interconnect target driver
2021-01-12 Dario Binacchiclk: export generic routines
2021-01-12 Vignesh Raghavendraspi: omap3_spi: Fix speed and mode selection
2021-01-12 Ovidiu Panaitspi: ti_qspi: Fix "spi-max-frequency" error path in...
2021-01-12 Tomas Novotnygpio: tca642x: fix input subcommand for gpio banks > 0
2021-01-11 Tom RiniMerge branch 'next'
2021-01-06 Tom RiniMerge tag 'xilinx-for-v2021.04' of https://gitlab.denx...
2021-01-06 Tom RiniMerge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot...
2021-01-05 Tom RiniMerge tag 'v2021.01-rc5' into next
2021-01-05 Tom RiniMerge tag 'ti-v2021.01-rc5' of https://gitlab.denx...
2021-01-05 Simon Glassdtoc: Drop dm_populate_phandle_data()
2021-01-05 Simon Glassdm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
2021-01-05 Simon Glassdm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
2021-01-05 Simon Glassdm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
2021-01-05 Simon Glassdm: core: Add logging when lists_bind_fdt() fails
2021-01-05 Simon Glassdm: core: Allow the uclass list to move
2021-01-05 Simon Glassdm: core: Split out scanning code to dm_scan()
2021-01-05 Simon Glassdm: core: Access device ofnode through functions
2021-01-05 Simon Glassdm: core: Use dev_has_ofnode() instead of dev_of_valid()
2021-01-05 Simon Glassdm: core: Rename dev_has_of_node() to dev_has_ofnode()
2021-01-05 Simon Glassdm: core: Access device flags through functions
2021-01-05 Simon Glassdm: core: Rename sqq to seq_
2021-01-05 Simon Glassdm: core: Split out alloc code into a new function
2021-01-05 Simon Glassx86: sysreset: Move priv/plat structs to headers
2021-01-05 Simon Glassdm: core: Move priv/plat structs for simple_bus to...
2021-01-05 Simon Glassspi: Tweak a few strange SPI NOR features for of-platdata
2021-01-05 Simon Glassspi: Tidy up get/set of device node
2021-01-05 Simon Glassx86: spl: Move priv/plat structs to headers
2021-01-05 Simon Glassx86: apl: Move priv/plat structs to headers
2021-01-05 Simon Glasssandbox: Add a compatible string for spltest
2021-01-05 Simon Glasssandbox: i2c: Move priv into a header file
2021-01-05 Simon Glasssandbox: serial: Move priv into a header file
2021-01-05 Simon Glassx86: pinctrl: Drop unlikely error messages from TPL
2021-01-05 Simon Glassx86: apl: Reduce size for TPL
2021-01-05 Simon Glasstest: Move some test drivers into their own file
2021-01-05 Simon Glasssysreset: Use a shorter error with SPL
2021-01-05 Simon Glasspinctrl: Drop post_bind() method when not needed
2021-01-05 Simon Glassdm: core: Rename the priv/plat members
2021-01-05 Simon Glassdm: core: Use access methods for dev/uclass private...
2021-01-05 Simon Glassdm: Use access methods for dev/uclass private data
2021-01-05 Simon Glassdm: core: Add functions to set priv/plat
2021-01-05 Simon Glassdm: core: Add function to access uclass priv
2021-01-05 Simon Glassx86: apl: Drop support for !OF_PLATDATA_PARENT
2021-01-05 Simon Glassdm: core: Only include simple-bus devicetree id when...
2021-01-05 Simon Glassdm: core: Use 'uclass_driver' for the uclass linker_list
2021-01-05 Simon Glassdm: core: Support dm_dump_all() in SPL
2021-01-05 Simon Glassserial: Rename ns16550 functions to lower case
2021-01-05 Simon Glassserial: Update NS16550_t and struct NS16550
2021-01-05 Michal Simekvideo: Call video_sync in video_clear()
2021-01-05 Michal Simekvideo: seps525: Add seps525 SPI driver
2021-01-05 Michal Simekvideo: Introduce video_sync operation
2021-01-05 Michal Simekvideo: Let video_sync to return error value
2021-01-05 Heinrich Schuchardtzynq: mtd: nand: remove superfluous if
next