summaryrefslogtreecommitdiff
path: root/drivers/pinmux
AgeCommit message (Expand)Author
2016-05-04pinmux_dev: Remove PINMUX_SELECT_REGISTER from quark_mcu driverAndre Guedes
2016-05-04drivers: pinmux: Implement pinmux pin get API for QMSI shim driverBaohong Liu
2016-04-26drivers: stm32: Include errno.hAndre Guedes
2016-04-22qmsi: pinmux: use built-in qmsi driverAnas Nashif
2016-04-20boards/olimexino_stm32: add new boardYannis Damigos
2016-04-18kinetis: reorganise soc directory using soc familyAnas 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-16spi: intel: fix port 1 pin setupVlad Lungu
2016-04-16pinmux: include errno.hAnas Nashif
2016-04-15pinmux/dev: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-01pinmux/galileo: include board.hDaniel Leung
2016-04-01pinmux: Fix where to look for PINMUX_BASE_ADDRliu.lei
2016-03-29pinmux: Fix where to look for PINMUX_BASE_ADDRTomasz Bursztyka
2016-03-28pinmux: remove base address and number of pins from kconfigDaniel Leung
2016-03-28pinmux/galileo: extract kconfig options into its own fileDaniel Leung
2016-03-26frdm_k64f: gpio: pinmux: remove base addr and irq from kconfigDaniel Leung
2016-03-25pinmux_dev: Adds the STM32 pinmux dev driverVinicius Costa Gomes
2016-03-25pinmux: Move STM32 boards to the pinmux modelVinicius Costa Gomes
2016-03-25pinmux_dev: Add driver using QMSI libraryVinicius Costa Gomes
2016-03-25pinmux_dev: Add Quark MCU generic driverVinicius Costa Gomes
2016-03-25pinmux_dev: Add driver for Galileo boardVinicius Costa Gomes
2016-03-25pinmux_dev: Add driver for Freescale FRDM K64FVinicius Costa Gomes
2016-03-25pinmux_dev: Add the pinmux_dev driver for Atmel SAM3XVinicius Costa Gomes
2016-03-25pinmux: Move the Quark SE devboard to the pinmux modelVinicius Costa Gomes
2016-03-25pinmux: Move the Quark D2000 board to the pinmux modelVinicius Costa Gomes
2016-03-25pinmux: Move the Freescale FRDM K64F board to the pinmux modelVinicius Costa Gomes
2016-03-25pinmux: Move the Galileo board to the pinmux modelVinicius Costa Gomes
2016-03-25k64f: Fix mixing GPIO and pinmux conceptsVinicius Costa Gomes
2016-03-25pinmux: Move the Arduino Due board to the pinmux modelVinicius Costa Gomes
2016-03-25pinmux: Move the Arduino 101 board to the pinmux modelVinicius Costa Gomes
2016-03-23drivers: pinmux: Restructure kconfig optionsYannis Damigos
2016-03-19k64f: Fix indentation in the K64F pinmux driverVinicius Costa Gomes
2016-03-18soc/stm32f1/pinmux: implement STM32 pinmux integrationMaciek Borzecki
2016-03-18pinmux/stm32: add common driver for STM32 pinmuxMaciek Borzecki
2016-03-16drivers: Replace DEV_NOT_CONFIG by -EPERMAndre Guedes
2016-03-16drivers: Replace DEV_NO_ACCESS by -EACCESAndre 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-16pinmux: Change returning type from pinmux.h APIsAndre Guedes
2016-03-15arm/fsl_frdm_k64f: fix kconfig hierarchyDaniel Leung
2016-03-14pinmux: do not depend on GPIOAnas Nashif
2016-03-09arm: Add GPIO interrupt/callback support for K64FJeff Blais
2016-03-09arm: Freescale K64/FRDM-K64F Pinmux supportJeff Blais
2016-03-09pinmux: Expand the pin function/mode parameter sizeJeff Blais
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05platforms: introduce Quark X1000 SoCAnas Nashif
2016-02-05pinmux: enable pinmuxing for quark platformsAnas Nashif
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin