summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2016-04-25drivers: uart_qmsi: Re-enable HW FC for arduino_101 & quark_se_devboardJohan Hedberg
2016-04-22qmsi: uart: use built-in qmsi driverAnas Nashif
2016-04-18stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1XAnas Nashif
2016-04-18stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32Anas Nashif
2016-04-15serial/stellaris: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15serial/uart_stm32: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15uart/atmel_sam3: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15serial/k20: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15serial/uart_ns16550: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-12uart/nsim: fixed missing driver_api assignmentDaniel Leung
2016-03-30serial/ns16550: make IRQ triggering condition a SoC decisionDaniel Leung
2016-03-30serial/ns16550: reduce number of kconfig optionsDaniel Leung
2016-03-26serial/stellaris: remove base addr, irq and clk freq from kconfigDaniel Leung
2016-03-26serial/k20: remove base addr, irq and clk freq from kconfigDaniel Leung
2016-03-18uart: Enable QMSI driver for Quark D2000Andre Guedes
2016-03-18serial/stm32: add support for IRQ APIsMaciek Borzecki
2016-03-18serial/stm32: add driver for STM32 UARTMaciek Borzecki
2016-03-17serial: minor kconfig semantic changesDaniel Leung
2016-03-16drivers: Replace DEV_NO_SUPPORT by -ENODEVAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_CONF by -EINVALAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_OP by -ENOTSUPAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-11uart: qmsi: Add support for IRQ APIsAndre Guedes
2016-03-11uart: qmsi: Support for line control and driver commandAndre Guedes
2016-03-11uart: qmsi: Add baud rate configuration supportAndre Guedes
2016-03-11uart: Introduce QMSI shim driverAndre Guedes
2016-03-05uart: add ISR callback mechanism for UART driversDaniel Leung
2016-03-05uart: serial_ns16550: exclude driver data variables under #ifdefDaniel Leung
2016-02-10struct packingDan Kalowsky
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05uart: remove incorrect comment w.r.t. type of device pointerBenjamin Walsh
2016-02-05ns16550: implement the irq_tx_empty functionFabien Chereau
2016-02-05ns16550: implement the err_check functionFabien Chereau
2016-02-05ns16550: Interruption Identification Register definitions clean upFabien Chereau
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05serial: adds UART driver for SAM3X8EDaniel Leung
2016-02-05uart: remove uart_irq_get()Andrew Boie
2016-02-05uart/ns16550: implements new API of line controlDaniel Leung
2016-02-05serial/uart: adds new APIs for serial line controlDaniel Leung
2016-02-05uart: move baud rate and options into driver dataDaniel Leung
2016-02-05uart/ns16550: support divisor latch fraction (DLF)Daniel Leung
2016-02-05drivers: pci: struct pci_dev_info rename classJavier B Perez Hernandez
2016-02-05serial/ns16550: scan pci on the second portIdo Yariv
2016-02-05Use SoC instead of platform.Anas Nashif
2016-02-05arm/fsl_frdm_k64f: serial/uart_k20: rework UART clock gatingDaniel Leung
2016-02-05serial: simplify interrupt config optionsDaniel Leung
2016-02-05uart/nsim: Make config for uart/nsim explicitDaniel Leung
2016-02-05uart: remove uart_devs[]Daniel Leung