- 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 5 months ago
- 5278ec3 feat(st-pmic): add pmic_voltages_init() function by Yann Gautier · 3 years, 7 months ago
- 9be88e7 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 5 years ago
- 812daf9 feat(st): update the security based on new compatible by Lionel Debieve · 4 years, 8 months ago
- 53584e1 feat(st-gpio): allow to set a gpio in output mode by Fabien Dessenne · 3 years, 11 months ago
- 417196f refactor(st-gpio): code improvements by Fabien Dessenne · 3 years, 11 months ago
- 072d753 refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 6 years ago
- 591d80c refactor(st-clock): update STGEN management by Lionel Debieve · 6 years ago
- 2444d23 refactor(st-clock): use refcnt instead of secure status by Yann Gautier · 3 years, 7 months ago
- b208e3d refactor(st-clock): directly use oscillator name by Gabriel Fernandez · 5 years ago
- 63d2159 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 4 years, 5 months ago
- 06e55dc refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 4 years, 3 months ago
- 88f4fb8 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 4 years, 11 months ago
- 5def13e feat(st-ddr): add read valid training support by Nicolas Le Bayon · 3 years, 11 months ago
- 26cf5cf refactor(stm32mp1): remove the support of calibration result by Patrick Delaunay · 4 years, 3 months ago
- 258bef9 feat(st-sdmmc2): manage cards power cycle by Yann Gautier · 6 years ago
- 5d6a264 feat(st-drivers): introduce fixed regulator driver by Pascal Paillet · 4 years, 7 months ago
- 85fb175 feat(st-pmic): register the PMIC to regulator framework by Yann Gautier · 3 years, 10 months ago
- ae7792e refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 6 years ago
- d5b4a2c feat(regulator): add a regulator framework by Pascal Paillet · 4 years, 8 months ago
- ea552bf feat(stpmic1): add new services by Pascal Paillet · 4 years, 8 months ago
- 13fbfe0 feat(stpmic1): add USB OTG regulators by Etienne Carriere · 6 years ago
- 16e56a7 refactor(stpmic1): set stpmic1_is_regulator_enabled() as boolean by Nicolas Le Bayon · 6 years ago
- 737ad29 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 4 years, 2 months ago
- 165ad55 feat(drivers/st/uart): add uart driver for STM32MP1 by Nicolas Le Bayon · 6 years ago
- 9a138eb feat(drivers/st/usb): add device driver for STM32MP1 by Patrick Delaunay · 5 years ago
- 4bafa3d refactor(stpmic1): use BIT and GENMASK helpers by Yann Gautier · 3 years, 11 months ago
- 7feb435 Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into integration by Manish Pandey · 3 years, 10 months ago
- ff18c4c refactor(drivers/st/clk): change fdt_get_rcc_node as static by Patrick Delaunay · 4 years, 10 months ago
- 288f5cf refactor(stm32mp1_clk): update RCC registers file by Yann Gautier · 4 years ago
- f3d2750 feat(drivers/st): manage boot part in io_mmc by Vyacheslav Yurkov · 4 years, 2 months ago
- edaaa98 ddr: stm32mp1_ddr: correct SELFREF_TO_X32 mask by Yann Gautier · 4 years, 6 months ago
- b473430 drivers: move scmi-msg out of st by Peng Fan · 4 years, 7 months ago
- ade9ce0 stm32mp1: get peripheral base address from a define by Yann Gautier · 5 years ago
- 0adc87c drivers: st: add missing includes in ETZPC header by Yann Gautier · 5 years ago
- 37e8295 drivers: st: clock: register parent of secure clocks by Etienne Carriere · 5 years ago
- 7d6fa6e drivers/scmi-msg: smt entry points for incoming messages by Etienne Carriere · 5 years ago
- 6cc2c1c drivers/scmi-msg: support for reset domain protocol by Etienne Carriere · 5 years ago
- c9e8300 drivers/scmi-msg: support for clock protocol by Etienne Carriere · 5 years ago
- 75366cc drivers/scmi-msg: driver for processing scmi messages by Etienne Carriere · 6 years ago
- 77d0504 drivers: introduce ST ETZPC driver by Etienne Carriere · 6 years ago
- ec29ce6 Merge "drivers: stm32_reset adapt interface to timeout argument" into integration by Mark Dykes · 5 years ago
- 45c70e6 drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · 6 years ago
- 8fbcd9e drivers: stm32mp1 clocks: allow tree lookup for several system clocks by Etienne Carriere · 6 years ago
- 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 5 years ago
- c10db6d stm32: Use generic console_t data structure by Andre Przywara · 6 years ago
- 0581a88 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 6 years ago
- 695f7df fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 6 years ago
- b8718d1 io: stm32image: fix device_size type by Lionel Debieve · 6 years ago
- 19e2af7 crypto: stm32_hash: align stm32_hash_update() prototype by Yann Gautier · 6 years ago
- f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
- b1e0b11 crypto: stm32_hash: Add HASH driver by Lionel Debieve · 6 years ago
- 2c2c9f1 mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 6 years ago
- 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
- d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
- d4151d2 clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array by Yann Gautier · 6 years ago
- f66358a clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 6 years ago
- b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 6 years ago
- 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
- 5202cb3 stm32mp1: add timeout detection in reset driver by Yann Gautier · 6 years ago
- 447b2b1 stm32mp1: split clkfunc code by Yann Gautier · 6 years ago
- d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 6 years ago
- dfdb057 stm32mp1: use new functions to manage timeouts by Yann Gautier · 6 years ago
- 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
- 88ef042 stm32mp1: add BSEC driver by Yann Gautier · 7 years ago
- 1fc2130 stm32mp1: update device tree and gpio functions by Yann Gautier · 7 years ago
- 4156d4d drivers: st: update drivers code by Yann Gautier · 7 years ago
- 077f682 drivers: st: pmic: update stpmic1 driver by Yann Gautier · 7 years ago
- c948f77 stm32mp1: update device tree files by Yann Gautier · 7 years ago
- 23684d0 stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 7 years ago
- 6e6ab28 stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 7 years ago
- 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
- 6d264af drivers: st: update console driver to support MULTI_CONSOLE_API by Yann Gautier · 7 years ago
- 8244d22 stm32mp1: add a new file for UART registers definition by Yann Gautier · 7 years ago
- 7227d89 stm32mp1: remove duplicate function declaration by Yann Gautier · 7 years ago
- 3e6fab4 stm32mp1: correct some static analysis tools issues by Yann Gautier · 7 years ago
- c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
- a3d39cc stm32mp1: add an IO to read MMC devices by Yann Gautier · 7 years ago
- ceaff75 stm32mp1: add an IO to read STM32IMAGE binaries by Yann Gautier · 7 years ago
- 8e2e5e8 stm32mp1: add sdmmc2 driver by Yann Gautier · 7 years ago
- 10a511c stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 7 years ago
- e4f559f stm32mp1: Add PMIC support by Yann Gautier · 7 years ago
- 6a339a4 stm32mp1: Add GPIO support by Yann Gautier · 7 years ago
- 7839a05 stm32mp1: Add clock and reset support by Yann Gautier · 7 years ago
- 4353bb2 Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · 7 years ago