summaryrefslogtreecommitdiff
path: root/drivers/adc
AgeCommit message (Expand)Author
2016-05-12adc: unify kconfig variables and make them consistentAnas Nashif
2016-05-11galileo: set priority of ADC to 95Anas Nashif
2016-04-28adc/qmsi: use new DEVICE_AND_API_INIT()Daniel Leung
2016-04-22qmsi: adc: use built-in qmsi driverAnas Nashif
2016-04-15adc/dw: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-03-18adc: move each driver kconfig options into submenusDaniel Leung
2016-03-16drivers: Replace DEV_NOT_CONFIG by -EPERMAndre 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_FAIL by -EIOAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-10drivers/adc: fix QMSI ADC config options dependencyMaciek Borzecki
2016-03-05adc: QMSI ADC driverSergio Rodriguez
2016-03-04SPI: Change read/write buffer pointers to void *Johan Hedberg
2016-02-10adc : rename device to just ADCDan Kalowsky
2016-02-10adc : ti : only one instanceDan Kalowsky
2016-02-10adc: dw: there is only one ADCDan Kalowsky
2016-02-10struct packingDan Kalowsky
2016-02-08adc: fixes unexpected error with interrupt handlerJuan Manuel Cruz
2016-02-08adc: adjustments to dummy readJuan Manuel Cruz
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICEBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05device: rename synchronous_call_ APIsBenjamin Walsh
2016-02-05adc: updates sample width kconfig help messageJuan Manuel Cruz
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05adc: Repetitive buffer managementJuan Manuel Cruz
2016-02-05adc: remove of single/differential modesJuan Manuel Cruz
2016-02-05adc: adds dummy conversionJuan Manuel Cruz
2016-02-05adc: fix a bug polling the power states.Juan Manuel Cruz
2016-02-05adc: adds calibration capability for dw driver.Juan Manuel Cruz
2016-02-05adc: removing MST_CLT and SLV_OBSR offsetsJuan Manuel Cruz
2016-02-05spi: Make the API fully synchronousTomasz Bursztyka
2016-02-05adc: Fix a mistake in result buffer handlingTomasz Bursztyka
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05adc: simplifies Kconfig options for adc dw driverJuan Manuel Cruz
2016-02-05adc: improves buffer management to hold repetitive reads.Juan Manuel Cruz
2016-02-05adc: fixes interrupt lines' issue.Juan Manuel Cruz
2016-02-05adc: simplifies buffer management on adc dw driver.Juan Manuel Cruz
2016-02-05drivers: set default priority for driversAnas Nashif
2016-02-05Use SoC instead of platform.Anas Nashif
2016-02-05adc: fixes the macro name for interruption vectors.Juan Manuel Cruz
2016-02-05adc: kconfig symbols for interruption vectors and priorityJuan Manuel Cruz
2016-02-05irq: removes priority parameter from IRQ_CONFIG macroJuan Manuel Cruz
2016-02-05adc: adapts irq static macro callsJuan Manuel Cruz
2016-02-05quark_se_ss: rename platform and remove arc suffixAnas Nashif
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05adc: add DesignWare ADC driverJuan Manuel Cruz