summaryrefslogtreecommitdiff
path: root/include/drivers/st
Commit message (Expand)AuthorAgeFilesLines
* fix(st-crypto): move flag control into source codeLionel Debieve2023-05-031-14/+1
* refactor(st): remove unused io_mmc driverYann Gautier2022-12-191-18/+0
* refactor(stm32mp1): remove STM32MP_USE_STM32IMAGEYann Gautier2022-11-141-32/+0
* feat(st-crypto): add STM32 RNG driverYann Gautier2022-11-141-0/+15
* feat(st-crypto): add AES decrypt/auth by SAES IPNicolas Toromanoff2022-11-141-0/+59
* feat(st-crypto): add ECDSA signature check with PKANicolas Toromanoff2022-11-141-0/+46
* feat(st-crypto): update HASH for new hardware version used in STM32MP13Nicolas Toromanoff2022-11-141-2/+10
* refactor(st-uart): compute the over sampling dynamicallyPatrick Delaunay2022-09-231-12/+1
* feat(st-pmic): add pmic_voltages_init() functionYann Gautier2022-03-221-1/+8
* feat(st-clock): add clock driver for STM32MP13Gabriel Fernandez2022-03-223-2323/+4213
* feat(st): update the security based on new compatibleLionel Debieve2022-02-031-1/+1
* feat(st-gpio): allow to set a gpio in output modeFabien Dessenne2022-02-011-0/+5
* refactor(st-gpio): code improvementsFabien Dessenne2022-02-011-15/+15
* refactor(st-drivers): improve BSEC driverNicolas Le Bayon2022-01-282-120/+150
* refactor(st-clock): update STGEN managementLionel Debieve2022-01-272-2/+5
* refactor(st-clock): use refcnt instead of secure statusYann Gautier2022-01-271-26/+1
* refactor(st-clock): directly use oscillator nameGabriel Fernandez2022-01-181-3/+3
* refactor(st-ddr): move basic tests in a dedicated fileNicolas Le Bayon2022-01-051-0/+17
* refactor(st-ddr): reorganize generic and specific elementsNicolas Le Bayon2022-01-055-264/+375
* feat(stm32mp1): allow configuration of DDR AXI ports numberYann Gautier2022-01-052-0/+12
* feat(st-ddr): add read valid training supportNicolas Le Bayon2022-01-051-1/+2
* refactor(stm32mp1): remove the support of calibration resultPatrick Delaunay2022-01-051-17/+1
* feat(st-sdmmc2): manage cards power cycleYann Gautier2021-12-221-1/+3
* feat(st-drivers): introduce fixed regulator driverPascal Paillet2021-12-221-0/+12
* feat(st-pmic): register the PMIC to regulator frameworkYann Gautier2021-12-221-8/+0
* refactor(st-pmic): split initialize_pmic()Nicolas Le Bayon2021-12-221-1/+9
* feat(regulator): add a regulator frameworkPascal Paillet2021-12-221-0/+108
* feat(stpmic1): add new servicesPascal Paillet2021-12-221-0/+28
* feat(stpmic1): add USB OTG regulatorsEtienne Carriere2021-12-221-0/+1
* refactor(stpmic1): set stpmic1_is_regulator_enabled() as booleanNicolas Le Bayon2021-12-221-1/+1
* feat(stm32_gpio): add a function to reset a pinYann Gautier2021-12-141-1/+2
* feat(drivers/st/uart): add uart driver for STM32MP1Nicolas Le Bayon2021-12-032-1/+172
* feat(drivers/st/usb): add device driver for STM32MP1Patrick Delaunay2021-10-291-0/+16
* refactor(stpmic1): use BIT and GENMASK helpersYann Gautier2021-10-061-12/+12
* Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into inte...Manish Pandey2021-10-041-1/+0
|\
| * refactor(drivers/st/clk): change fdt_get_rcc_node as staticPatrick Delaunay2021-09-221-1/+0
* | refactor(stm32mp1_clk): update RCC registers fileYann Gautier2021-09-171-466/+2229
|/
* feat(drivers/st): manage boot part in io_mmcVyacheslav Yurkov2021-06-041-1/+5
* ddr: stm32mp1_ddr: correct SELFREF_TO_X32 maskYann Gautier2021-02-041-2/+2
* drivers: move scmi-msg out of stPeng Fan2021-01-202-236/+0
* stm32mp1: get peripheral base address from a defineYann Gautier2020-10-131-3/+1
* drivers: st: add missing includes in ETZPC headerYann Gautier2020-09-241-0/+3
* drivers: st: clock: register parent of secure clocksEtienne Carriere2020-07-081-0/+3
* drivers/scmi-msg: smt entry points for incoming messagesEtienne Carriere2020-06-171-0/+26
* drivers/scmi-msg: support for reset domain protocolEtienne Carriere2020-06-171-0/+37
* drivers/scmi-msg: support for clock protocolEtienne Carriere2020-06-171-0/+79
* drivers/scmi-msg: driver for processing scmi messagesEtienne Carriere2020-06-172-0/+94
* drivers: introduce ST ETZPC driverEtienne Carriere2020-06-031-0/+35
* Merge "drivers: stm32_reset adapt interface to timeout argument" into integra...Mark Dykes2020-06-011-2/+37
|\
| * drivers: stm32_reset adapt interface to timeout argumentEtienne Carriere2020-06-011-2/+37