summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2023-07-22iio: adc: meson: fix core clock enable/disable momentGeorge Stark
2023-07-15iio: adc: ina2xx: avoid NULL pointer dereference on OF device matchAlvin Šipraga
2023-07-15iio: adc: ad7192: Fix ac excitation featureAlisa Roman
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-03Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2023-06-28iio: adc: max77541: Add ADI MAX77541 ADC SupportOkan Sahin
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-06-10meson saradc: fix clock divider mask lengthGeorge Stark
2023-06-05Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman
2023-06-04iio: adc: ad7192: Fix internal/external clock selectionFabrizio Lamarque
2023-06-04iio: adc: ad7192: Fix null ad7192_state pointer accessFabrizio Lamarque
2023-06-04iio: adc: rockchip_saradc: Use dev_err_probeShreeya Patel
2023-06-04iio: adc: rockchip_saradc: Match alignment with open parenthesisShreeya Patel
2023-06-04iio: adc: rockchip_saradc: Use of_device_get_match_dataShreeya Patel
2023-06-04iio: adc: rockchip_saradc: Make use of devm_clk_get_enabledShreeya Patel
2023-06-04iio: adc: rockchip_saradc: Add support for RK3588Simon Xue
2023-06-04iio: adc: rockchip_saradc: Add callback functionsSimon Xue
2023-05-30iio: adc: Use devm_krealloc_arrayJames Clark
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-20iio: ad7606: Kconfig: add HAS_IOPORT dependenciesNiklas Schnelle
2023-05-20iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flagMasahiro Honda
2023-05-13iio: adc: qcom-spmi-vadc: Propagate fw node label to userspaceMarijn Suijten
2023-05-13iio: adc: qcom-spmi-adc5: Remove unnecessary datasheet_name NULL checkMarijn Suijten
2023-05-13iio: adc: qcom-spmi-adc5: Fall back to datasheet_name instead of fwnode nameMarijn Suijten
2023-05-13iio: adc: qcom-spmi-adc5: Use driver datasheet_name instead of DT labelMarijn Suijten
2023-05-13iio: adc: palmas: Remove the unneeded include <linux/i2c.h>Christophe JAILLET
2023-05-13iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer
2023-05-13iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer
2023-05-13iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer
2023-05-13iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil
2023-05-13iio: adc: palmas: fix off by one bugsDan Carpenter
2023-05-13iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo
2023-05-13iio: ad4130: Make sure clock provider gets removedLars-Peter Clausen
2023-05-13iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID ...ChiaEn Wu
2023-05-13iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-25Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki
2023-04-13iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström
2023-04-13iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström
2023-04-13iio: adc: palmas: always reset events on unloadPatrik Dahlström
2023-04-13iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström
2023-04-13iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström
2023-04-13iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström
2023-04-13iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström
2023-04-13iio: adc: palmas: Take probe fully device managed.Jonathan Cameron
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman