summaryrefslogtreecommitdiff
path: root/drivers/adc
AgeCommit message (Expand)Author
2016-10-25drivers/ti_adc108s102: Make driver_api structure const.Marcus Shawcroft
2016-10-25drivers/adc_qmsi_ss: Make driver_api structure const.Marcus Shawcroft
2016-10-25drivers/adc_qmsi: Make driver_api structure const.Marcus Shawcroft
2016-10-20adc: Make driver config_info structure const.Marcus Shawcroft
2016-10-07adc/ti: Make driver config structure static.Marcus Shawcroft
2016-10-07adc/ti: Make config_info pointers const.Marcus Shawcroft
2016-10-07adc/dw: Make driver config structure static.Marcus Shawcroft
2016-10-07adc/dw: Make config_info pointers const.Marcus Shawcroft
2016-09-16boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem)Anas Nashif
2016-08-11drivers: adc: Correct an error in KconfigBaohong Liu
2016-07-06sensor: adc: Fix a bug in ADC QMSI shim driverBaohong Liu
2016-07-01ext qmsi: Update to QMSI 1.1-BetaJesus Sanchez-Palencia
2016-06-30sys_log: replace old debug macros at ADC driverGenaro Saucedo Tejada
2016-06-02adc: qmsi: remove obsolete usage of QM_RC_OKAnas Nashif
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-24adc: some symbols didn't have depends on ADC and shouldChuck Jordan
2016-05-23adc: quark se: Add QMSI 1.1-based ADC shim driverAnas Nashif
2016-05-23qmsi: update qmsi to 1.1 alphaAnas Nashif
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