aboutsummaryrefslogtreecommitdiff
path: root/core/include/drivers
AgeCommit message (Expand)Author
2019-04-10stm32_i2c: handle pinctrlEtienne Carriere
2019-04-04stm32_rng: driver for STM32 RNGEtienne Carriere
2019-03-07stm32_i2c: driver for STM32 I2C busEtienne Carriere
2019-02-25stm32_bsec: OTP driver for stm32mp platformsEtienne Carriere
2019-02-11stm32_gpio: driver for GPIO and pin controlEtienne Carriere
2019-02-08stm32_etzpc: STM32 Extended TrustZone Protection ControllerEtienne Carriere
2019-01-11stm32_uart: API to init console bus from a DTBEtienne Carriere
2019-01-11stm32_uart: rename exported structure and add secure flagEtienne Carriere
2018-12-18core: move io_pa_va support out of serial driversEtienne Carriere
2018-06-26drivers: tzc380: fix tzc_configure_region apiSilvano di Ninno
2018-06-19core: stm32_uart driverEtienne Carriere
2018-05-16Remove license notice from STMicroelectronics filesEtienne Carriere
2018-01-17Remove support for Allwinner A80 platform (plat-sunxi)Jerome Forissier
2018-01-17tzc380: export more apiPeng Fan
2018-01-17tzc380: do not write reserved bitsPeng Fan
2018-01-10Remove 'All rights reserved' from Linaro filesJerome Forissier
2018-01-10Remove license notice from Linaro filesJerome Forissier
2018-01-10Add SPDX license identifiersJerome Forissier
2017-11-21plat-marvell: Add initial support for ARMADA3700wangwen
2017-10-12core: fix gic_init() prototypeJens Wiklander
2017-10-10core: drivers: add imx wdog supportPeng Fan
2017-09-28TUI: remove frame bufferJens Wiklander
2017-09-28TUI: remove ps2mouseJens Wiklander
2017-09-28TUI: remove clcd pl111Jens Wiklander
2017-09-28TUI: remove PL050Jens Wiklander
2017-08-31plat-sam: Add support for Atmel-Microchip SAMA5D2-XULT boardAkshay Bhat
2017-07-20drivers: add snvs srtc supportPeng Fan
2017-06-12drivers: tzc380: add tzc380 driverPeng Fan
2017-04-28pl011: dt: Add DT supportJerome Forissier
2017-04-28dt: Introduce struct serial_driverJerome Forissier
2017-04-05drivers: scif: enable TX during initializationVolodymyr Babchuk
2017-04-03core: move plat-stm consoles to generic console frameworkEtienne Carriere
2017-04-03core: move stih UART driver to the drivers/ directoryEtienne Carriere
2017-03-17drivers: convert scif_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert ns16550 driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert sunxi_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert sprd_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert serial8250_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert cdns_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert imx_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert hi16xx_uart driver to use struct serial_chipJerome Forissier
2017-03-17drivers: convert pl011 driver to use struct serial_chipJerome Forissier
2017-03-17drivers: serial: introduce struct io_pa_vaJerome Forissier
2017-03-17serial.h: add missing #include <stdbool.h>Jerome Forissier
2017-02-23drivers: pl022: Allow platforms to register CS control functionVictor Chong
2017-02-23drivers: spi: Make configure, start and end functions genericVictor Chong
2017-02-23drivers: pl022: Add more checks and configurationVictor Chong
2017-02-23drivers: spi: simplify codeVictor Chong
2016-12-14drivers: Add register size definition for serial8250_uartAndrew F. Davis
2016-08-25drivers: add SCIF driverVolodymyr Babchuk