mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Note - last minute rebase was to drop a typo patch that I'd accidentally picked up (in the microblaze arch Kconfig) Take 2 is due to that rebase messing up some fixes tags that were referring to patches after that point. There is a known merge conflict due to changes in neighbouring lines. Stephen's resolution in linux-next is: https://lore.kernel.org/linux-next/20250506155728.65605bae@canb.auug.org.au/ Added 3 named IIO reviewers to MAINTAINERS. This is a reflection of those who have been doing much of this work for some time. Lars-Peter is removed from the entry having moved on to other topics. Thanks Nuno, David and Andy for stepping up and Lars-Peter for all your hard work in the past! Includes the usual mix of new device support, features and general cleanup. This time we also have some tree wide changes. - Rip out the iio_device_claim_direct_scoped() as it proved hard to work with. This series includes quite a few related cleanups such as use of guard or factoring code out to allow direct returns. - Switch from iio_device_claim/release_direct_mode() to new iio_device_claim/release_direct() which is structured so that sparse can warn on failed releases. There were a few false positives but those were mostly in code that benefited from being cleaned up as part of this process. - Introduce iio_push_to_buffers_with_ts() to replace the _timestamp() version over time. This version takes the size of the supplied buffer which the core checks is at least as big as expected by calculation from channel descriptions of those channels enabled. Use this in an initial set of drivers. - Add macros for IIO_DECLARE_BUFFER_WITH_TS() and IIO_DECLARE_DMA_BUFFER_WITH_TS() to avoid lots of fiddly code to ensure correctly aligned buffers for timestamps being added onto the end of channel data. New device support ------------------ adi,ad3530r - New driver for AD3530, AD3530R, AD3531 and AD3531R DACs with programmable gain controls. R variants have internal references. adi,ad7476 - Add support (dt compatible only) for the Rohm BU79100G ADC which is fully compatible with the ti,ads7866. adi,ad7606 - Support ad7606c-16 and ad7606c-18 devices. Includes switch to dynamic channel information allocation. adi,ad7380 - Add support for the AD7389-4 dfrobot,sen0322 - New driver for this oxygen sensor. mediatek,mt2701-auxadc - Add binding for MT6893 which is fully compatible with already supported MT8173. meson-saradc - Support the GXLX SoCs. Mostly this is a workaround for some unrelated clock control bits found in the ADC register map. nuvoton,nct7201 - New driver for NCT7201 and NCT7202 I2C ADCs. rohm,bd79124 - New driver for this 12-bit, 8-channel SAR ADC. - Switch to new set_rv etc gpio callbacks that were added in 6.15. rohm,bd79703 - Add support for BD79700, BD79701 and BD79702 DACs that have subsets of functionality of the already supported bd79703. Included making this driver suitable for support device variants. st,stm32-lptimer - Add support for stm32pm25 to this trigger. Features -------- Beyond IIO - Property iterator for named children. core - Enable writes for 64 bit integers used for standard IIO ABI elements. Previously these could be read only. - Helper library that should avoid code duplication for simpler ADC bindings that have a child node per channel. - Enforce that IIO_DMA_MINALIGN is always at least 8 (almost always true and simplifies code on all significant architectures) core/backend - Add support to control source of data - useful when the HDL includes things like generated ramps for testing purposes. Enable this for adi-axi-dac adi,ad3552-hs - Add debugfs related callbacks to allow debug access to register contents. adi,ad4000 - Support SPI offload with appropriate FPGA firmware along with improving documentation. adi,ad7293 - Add support for external reference voltage. adi,ad7606 - Support SPI offload. adi,ad7768-1 - Support reset GPIO. adi,admv8818 - Support filter frequencies beyond 2^32. adi,adxl345 - Add single and double tap events. hid-sensor-prox - Support 16-bit report sizes as seen on some Intel platforms. invensense,icm42600 - Enable use of named interrupts to avoid problems with some wiring choices. Get the interrupt by name, but fallback to previous assumption on the first being INT1 if no names are supplied. microchip,mcp3911 - Add reset gpio support. rohm,bh7150 - Add reset gpio support. st,stm32 - Add support to control oversampling. ti,adc128s052 - Add support for ROHM BD79104 which is early compatible with the TI parts already supported by this driver. Includes some general driver cleanup and a separate dt binding. - Simplify reference voltage handling by assuming it is fixed after enabling the supply. winsen,mhz19b - New driver for this C02 sensor. Cleanup and minor fixes ----------------------- dt-bindings - Correct indentation and style for DTS examples. - Use unevalutateProperties for SPI devices instead of additionalProperties to allow generic SPI properties from spi-peripheral-props.yaml ABI Docs - Add missing docs for sampling_frequency when it applies only to events. Treewide - Various minor tweaks, comment fixes and similar. - Sort TI ADCs in Kconfig that had gotten out of order. - Switch various drives that provide GPIO chip functionality to the new callbacks with return values. - Standardize on { } formatting for all array sentinels. - Make use of aligned_s64 in a few places to replace either wrong types or manually defined equivalents. - Drop places where spi bits_per_word is set to 8 because that is the default anyway. adi,ad_sigma_delta library - Avoid a potential use of uninitialized data if reg_size has a value that is not supported (no drivers hit this but it is reasonable hardening) adi,ad4030 - Add error checking for scan types and no longer store it in state. - Rework code to reduce duplication. - Move setting the mode from buffer preenable() to update_scan_mode(), better matching expected semantics of the two different callbacks. - Improve data marshalling comments. adi,ad4695 - Use u16 for buffer elements as oversampling is not yet supported except with SPI offload (which doesn't use this path). adi,ad5592r - Clean up destruction of mutexes. - Use lock guards to simplify code (later patch fixes a missed unlock) adi,ad5933 - Correct some incorrect settling times. adi,ad7091 - Deduplicate handling of writable vs volatile registers as they are the inverse of each other for this device. adi,ad7124 - Fix 3db Filter frequency. - Remove ability to directly write the filter frequency (which was broken) - Register naming improvements. adi,ad7606 - Add a missing return value check. - Fill in max sampling rates for all chips. - Use devm_mutex_init() - Fix up some kernel-doc formatting issues. - Remove some camel case that snuck in. - Drop setting address field in channels as easily established from other fields. - Drop unnecessary parameter to ad76060_scale_setup_cb_t. adi,ad7768-1 - Convert to regmap. - Factor out buffer allocation. - Tidy up headers. adi,ad7944 - Stop setting bits_per_word in SPI xfers with no data. adi,ad9832 - Add of_device_id table rather than just relying on fallbacks. - Use FIELD_PREP() to set values of fields. adi,admv1013 - Cleanup a pointless ternary. adi,admv8818 - Fix up LPF Band 5 frequency which was slightly wrong. - Fix an integer overflow. - Fix range calculation adi,adt7316 - Replace irqd_get_trigger_type(irq_get_irq_data()) with simpler irq_get_trigger_type() adi,adxl345 - Use regmap cache instead of various state variables that were there to reduce bus accesses. - Make regmap return value checking consistent across all call sites. adi,axi-dac - Add a check on number of channels (0 to 15 valid) allwinner,sun20i - Use new adc-helpers to replace local parsing code for channel nodes. bosch,bmp290 - Move to local variables for sensor data marshalling removing the need for a messy definition that has to work for all supported parts. Follow up fix adds a missing initialization. dynaimage,al3010 and dynaimage,al3320a - Various minor cleanup to bring these drivers inline with reviewed feedback given on a new driver. - Fix an error path in which power down is not called when it should be. - Switch to regmap. google,cros_ec - Fix up a flexible array in middle of structure warning. - Flush fifo when changing the timeout to avoid potential long wait for samples. hid-sensor-rotation - Remove an __aligned(16) marking that doesn't seem to be justified. kionix,kxcjk-1013 - Deduplicate code for setting up interrupts. microchip,mcp3911 - Fix handling of conversion results register which differs across supported devices. idt,zopt2201 - Avoid duplicating register lists as all volatile registers are the inverse of writeable registers on this device. renesas,rzg2l - Use new adc-helpers to replace local parsing code for channel nodes. ti,ads1298 - Fix a missing Kconfig dependency. -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAmgt1EgRHGppYzIzQGtl cm5lbC5vcmcACgkQVIU0mcT0Foii3g//bZJT2/rHGIkU/MKUsYQCZGh5ux7X59Kk DT8R7i8RYg2dshbtkkHUn/S6yC3OX84q3Legzy8TtHkPvGMK1NSwWCrn2cqkCZdG 4kksfq3P41FmRrpSfm4p+WSAD9nYzA/LToSLdwGIOa44lKxlCElBgsIDz/HxwXLB N08H5jniST+cmSWAkkxCj15jcKXGtuIUS3XSCffwlzQZNPHp7guk4u+5EiUaPwvy X75iZ6SthUo9GfE6QyhE4rdOceix6S5wsQrKVpGKB7ZuQbXYQxlvNVt/l5p6MGdY teoqB7CyUADD1yHZp9L85+JSqjbodxm5a/Y9b0wQKHV33dxphEVZeli9t+VZYg6K fSM5xq0Cmt0msXLGRgB1uvZcEfj+vlkn7SN9nyyfTN2nXoac1E/MYCEiCLMhOj6D jxwc1aQDwaT+f6U6mRyRab2+TPea7AOv81x0MyRclOArqY4NCOPIG+XvC2nouYXk 9MSyK4FIysbINjenFCZdpdibp3HKWGqc8rTv3NWrx7CejAYQoEkYW5WA9qyzy/I8 8gDbcQskcYcehrI8ztc1ratfKl5k0QJPCgcLvuTpxK3PkQCgX+dGnL1EXW7D4BRx 7Gl6O7gW7JR6kVx7LidJAxUSykoCdtPyiDxfEU8ypERiype2E6EJN/Bn11o1P8zr VZ/PdGti5gg= =vLKV -----END PGP SIGNATURE----- Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next Jonathan writes: IIO: New device support, features and cleanup for 6.16 - take 2 Note - last minute rebase was to drop a typo patch that I'd accidentally picked up (in the microblaze arch Kconfig) Take 2 is due to that rebase messing up some fixes tags that were referring to patches after that point. There is a known merge conflict due to changes in neighbouring lines. Stephen's resolution in linux-next is: https://lore.kernel.org/linux-next/20250506155728.65605bae@canb.auug.org.au/ Added 3 named IIO reviewers to MAINTAINERS. This is a reflection of those who have been doing much of this work for some time. Lars-Peter is removed from the entry having moved on to other topics. Thanks Nuno, David and Andy for stepping up and Lars-Peter for all your hard work in the past! Includes the usual mix of new device support, features and general cleanup. This time we also have some tree wide changes. - Rip out the iio_device_claim_direct_scoped() as it proved hard to work with. This series includes quite a few related cleanups such as use of guard or factoring code out to allow direct returns. - Switch from iio_device_claim/release_direct_mode() to new iio_device_claim/release_direct() which is structured so that sparse can warn on failed releases. There were a few false positives but those were mostly in code that benefited from being cleaned up as part of this process. - Introduce iio_push_to_buffers_with_ts() to replace the _timestamp() version over time. This version takes the size of the supplied buffer which the core checks is at least as big as expected by calculation from channel descriptions of those channels enabled. Use this in an initial set of drivers. - Add macros for IIO_DECLARE_BUFFER_WITH_TS() and IIO_DECLARE_DMA_BUFFER_WITH_TS() to avoid lots of fiddly code to ensure correctly aligned buffers for timestamps being added onto the end of channel data. New device support ------------------ adi,ad3530r - New driver for AD3530, AD3530R, AD3531 and AD3531R DACs with programmable gain controls. R variants have internal references. adi,ad7476 - Add support (dt compatible only) for the Rohm BU79100G ADC which is fully compatible with the ti,ads7866. adi,ad7606 - Support ad7606c-16 and ad7606c-18 devices. Includes switch to dynamic channel information allocation. adi,ad7380 - Add support for the AD7389-4 dfrobot,sen0322 - New driver for this oxygen sensor. mediatek,mt2701-auxadc - Add binding for MT6893 which is fully compatible with already supported MT8173. meson-saradc - Support the GXLX SoCs. Mostly this is a workaround for some unrelated clock control bits found in the ADC register map. nuvoton,nct7201 - New driver for NCT7201 and NCT7202 I2C ADCs. rohm,bd79124 - New driver for this 12-bit, 8-channel SAR ADC. - Switch to new set_rv etc gpio callbacks that were added in 6.15. rohm,bd79703 - Add support for BD79700, BD79701 and BD79702 DACs that have subsets of functionality of the already supported bd79703. Included making this driver suitable for support device variants. st,stm32-lptimer - Add support for stm32pm25 to this trigger. Features -------- Beyond IIO - Property iterator for named children. core - Enable writes for 64 bit integers used for standard IIO ABI elements. Previously these could be read only. - Helper library that should avoid code duplication for simpler ADC bindings that have a child node per channel. - Enforce that IIO_DMA_MINALIGN is always at least 8 (almost always true and simplifies code on all significant architectures) core/backend - Add support to control source of data - useful when the HDL includes things like generated ramps for testing purposes. Enable this for adi-axi-dac adi,ad3552-hs - Add debugfs related callbacks to allow debug access to register contents. adi,ad4000 - Support SPI offload with appropriate FPGA firmware along with improving documentation. adi,ad7293 - Add support for external reference voltage. adi,ad7606 - Support SPI offload. adi,ad7768-1 - Support reset GPIO. adi,admv8818 - Support filter frequencies beyond 2^32. adi,adxl345 - Add single and double tap events. hid-sensor-prox - Support 16-bit report sizes as seen on some Intel platforms. invensense,icm42600 - Enable use of named interrupts to avoid problems with some wiring choices. Get the interrupt by name, but fallback to previous assumption on the first being INT1 if no names are supplied. microchip,mcp3911 - Add reset gpio support. rohm,bh7150 - Add reset gpio support. st,stm32 - Add support to control oversampling. ti,adc128s052 - Add support for ROHM BD79104 which is early compatible with the TI parts already supported by this driver. Includes some general driver cleanup and a separate dt binding. - Simplify reference voltage handling by assuming it is fixed after enabling the supply. winsen,mhz19b - New driver for this C02 sensor. Cleanup and minor fixes ----------------------- dt-bindings - Correct indentation and style for DTS examples. - Use unevalutateProperties for SPI devices instead of additionalProperties to allow generic SPI properties from spi-peripheral-props.yaml ABI Docs - Add missing docs for sampling_frequency when it applies only to events. Treewide - Various minor tweaks, comment fixes and similar. - Sort TI ADCs in Kconfig that had gotten out of order. - Switch various drives that provide GPIO chip functionality to the new callbacks with return values. - Standardize on { } formatting for all array sentinels. - Make use of aligned_s64 in a few places to replace either wrong types or manually defined equivalents. - Drop places where spi bits_per_word is set to 8 because that is the default anyway. adi,ad_sigma_delta library - Avoid a potential use of uninitialized data if reg_size has a value that is not supported (no drivers hit this but it is reasonable hardening) adi,ad4030 - Add error checking for scan types and no longer store it in state. - Rework code to reduce duplication. - Move setting the mode from buffer preenable() to update_scan_mode(), better matching expected semantics of the two different callbacks. - Improve data marshalling comments. adi,ad4695 - Use u16 for buffer elements as oversampling is not yet supported except with SPI offload (which doesn't use this path). adi,ad5592r - Clean up destruction of mutexes. - Use lock guards to simplify code (later patch fixes a missed unlock) adi,ad5933 - Correct some incorrect settling times. adi,ad7091 - Deduplicate handling of writable vs volatile registers as they are the inverse of each other for this device. adi,ad7124 - Fix 3db Filter frequency. - Remove ability to directly write the filter frequency (which was broken) - Register naming improvements. adi,ad7606 - Add a missing return value check. - Fill in max sampling rates for all chips. - Use devm_mutex_init() - Fix up some kernel-doc formatting issues. - Remove some camel case that snuck in. - Drop setting address field in channels as easily established from other fields. - Drop unnecessary parameter to ad76060_scale_setup_cb_t. adi,ad7768-1 - Convert to regmap. - Factor out buffer allocation. - Tidy up headers. adi,ad7944 - Stop setting bits_per_word in SPI xfers with no data. adi,ad9832 - Add of_device_id table rather than just relying on fallbacks. - Use FIELD_PREP() to set values of fields. adi,admv1013 - Cleanup a pointless ternary. adi,admv8818 - Fix up LPF Band 5 frequency which was slightly wrong. - Fix an integer overflow. - Fix range calculation adi,adt7316 - Replace irqd_get_trigger_type(irq_get_irq_data()) with simpler irq_get_trigger_type() adi,adxl345 - Use regmap cache instead of various state variables that were there to reduce bus accesses. - Make regmap return value checking consistent across all call sites. adi,axi-dac - Add a check on number of channels (0 to 15 valid) allwinner,sun20i - Use new adc-helpers to replace local parsing code for channel nodes. bosch,bmp290 - Move to local variables for sensor data marshalling removing the need for a messy definition that has to work for all supported parts. Follow up fix adds a missing initialization. dynaimage,al3010 and dynaimage,al3320a - Various minor cleanup to bring these drivers inline with reviewed feedback given on a new driver. - Fix an error path in which power down is not called when it should be. - Switch to regmap. google,cros_ec - Fix up a flexible array in middle of structure warning. - Flush fifo when changing the timeout to avoid potential long wait for samples. hid-sensor-rotation - Remove an __aligned(16) marking that doesn't seem to be justified. kionix,kxcjk-1013 - Deduplicate code for setting up interrupts. microchip,mcp3911 - Fix handling of conversion results register which differs across supported devices. idt,zopt2201 - Avoid duplicating register lists as all volatile registers are the inverse of writeable registers on this device. renesas,rzg2l - Use new adc-helpers to replace local parsing code for channel nodes. ti,ads1298 - Fix a missing Kconfig dependency. * tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (260 commits) dt-bindings: iio: adc: Add ROHM BD79100G iio: adc: add support for Nuvoton NCT7201 dt-bindings: iio: adc: add NCT7201 ADCs iio: chemical: Add driver for SEN0322 dt-bindings: trivial-devices: Document SEN0322 iio: adc: ad7768-1: reorganize driver headers iio: bmp280: zero-init buffer iio: ssp_sensors: optimalize -> optimize HID: sensor-hub: Fix typo and improve documentation iio: admv1013: replace redundant ternary operator with just len iio: chemical: mhz19b: Fix error code in probe() iio: adc: at91-sama5d2: use IIO_DECLARE_BUFFER_WITH_TS iio: accel: sca3300: use IIO_DECLARE_BUFFER_WITH_TS iio: adc: ad7380: use IIO_DECLARE_DMA_BUFFER_WITH_TS iio: adc: ad4695: rename AD4695_MAX_VIN_CHANNELS iio: adc: ad4695: use IIO_DECLARE_DMA_BUFFER_WITH_TS iio: introduce IIO_DECLARE_BUFFER_WITH_TS macros iio: make IIO_DMA_MINALIGN minimum of 8 bytes iio: pressure: zpa2326_spi: remove bits_per_word = 8 iio: pressure: ms5611_spi: remove bits_per_word = 8 ...
640 lines
17 KiB
C
640 lines
17 KiB
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Rockchip Successive Approximation Register (SAR) A/D Converter
|
|
* Copyright (C) 2014 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#include <linux/bitfield.h>
|
|
#include <linux/module.h>
|
|
#include <linux/mutex.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/io.h>
|
|
#include <linux/of.h>
|
|
#include <linux/clk.h>
|
|
#include <linux/completion.h>
|
|
#include <linux/delay.h>
|
|
#include <linux/reset.h>
|
|
#include <linux/regulator/consumer.h>
|
|
#include <linux/iio/buffer.h>
|
|
#include <linux/iio/iio.h>
|
|
#include <linux/iio/trigger_consumer.h>
|
|
#include <linux/iio/triggered_buffer.h>
|
|
|
|
#define SARADC_DATA 0x00
|
|
|
|
#define SARADC_STAS 0x04
|
|
#define SARADC_STAS_BUSY BIT(0)
|
|
|
|
#define SARADC_CTRL 0x08
|
|
#define SARADC_CTRL_IRQ_STATUS BIT(6)
|
|
#define SARADC_CTRL_IRQ_ENABLE BIT(5)
|
|
#define SARADC_CTRL_POWER_CTRL BIT(3)
|
|
#define SARADC_CTRL_CHN_MASK 0x7
|
|
|
|
#define SARADC_DLY_PU_SOC 0x0c
|
|
#define SARADC_DLY_PU_SOC_MASK 0x3f
|
|
|
|
#define SARADC_TIMEOUT msecs_to_jiffies(100)
|
|
#define SARADC_MAX_CHANNELS 8
|
|
|
|
/* v2 registers */
|
|
#define SARADC2_CONV_CON 0x000
|
|
#define SARADC_T_PD_SOC 0x004
|
|
#define SARADC_T_DAS_SOC 0x00c
|
|
#define SARADC2_END_INT_EN 0x104
|
|
#define SARADC2_ST_CON 0x108
|
|
#define SARADC2_STATUS 0x10c
|
|
#define SARADC2_END_INT_ST 0x110
|
|
#define SARADC2_DATA_BASE 0x120
|
|
|
|
#define SARADC2_EN_END_INT BIT(0)
|
|
#define SARADC2_START BIT(4)
|
|
#define SARADC2_SINGLE_MODE BIT(5)
|
|
|
|
#define SARADC2_CONV_CHANNELS GENMASK(3, 0)
|
|
|
|
struct rockchip_saradc;
|
|
|
|
struct rockchip_saradc_data {
|
|
const struct iio_chan_spec *channels;
|
|
int num_channels;
|
|
unsigned long clk_rate;
|
|
void (*start)(struct rockchip_saradc *info, int chn);
|
|
int (*read)(struct rockchip_saradc *info);
|
|
void (*power_down)(struct rockchip_saradc *info);
|
|
};
|
|
|
|
struct rockchip_saradc {
|
|
void __iomem *regs;
|
|
struct clk *pclk;
|
|
struct clk *clk;
|
|
struct completion completion;
|
|
struct regulator *vref;
|
|
/* lock to protect against multiple access to the device */
|
|
struct mutex lock;
|
|
int uv_vref;
|
|
struct reset_control *reset;
|
|
const struct rockchip_saradc_data *data;
|
|
u16 last_val;
|
|
const struct iio_chan_spec *last_chan;
|
|
struct notifier_block nb;
|
|
};
|
|
|
|
static void rockchip_saradc_reset_controller(struct reset_control *reset);
|
|
|
|
static void rockchip_saradc_start_v1(struct rockchip_saradc *info, int chn)
|
|
{
|
|
/* 8 clock periods as delay between power up and start cmd */
|
|
writel_relaxed(8, info->regs + SARADC_DLY_PU_SOC);
|
|
/* Select the channel to be used and trigger conversion */
|
|
writel(SARADC_CTRL_POWER_CTRL | (chn & SARADC_CTRL_CHN_MASK) |
|
|
SARADC_CTRL_IRQ_ENABLE, info->regs + SARADC_CTRL);
|
|
}
|
|
|
|
static void rockchip_saradc_start_v2(struct rockchip_saradc *info, int chn)
|
|
{
|
|
int val;
|
|
|
|
if (info->reset)
|
|
rockchip_saradc_reset_controller(info->reset);
|
|
|
|
writel_relaxed(0xc, info->regs + SARADC_T_DAS_SOC);
|
|
writel_relaxed(0x20, info->regs + SARADC_T_PD_SOC);
|
|
val = FIELD_PREP(SARADC2_EN_END_INT, 1);
|
|
val |= SARADC2_EN_END_INT << 16;
|
|
writel_relaxed(val, info->regs + SARADC2_END_INT_EN);
|
|
val = FIELD_PREP(SARADC2_START, 1) |
|
|
FIELD_PREP(SARADC2_SINGLE_MODE, 1) |
|
|
FIELD_PREP(SARADC2_CONV_CHANNELS, chn);
|
|
val |= (SARADC2_START | SARADC2_SINGLE_MODE | SARADC2_CONV_CHANNELS) << 16;
|
|
writel(val, info->regs + SARADC2_CONV_CON);
|
|
}
|
|
|
|
static void rockchip_saradc_start(struct rockchip_saradc *info, int chn)
|
|
{
|
|
info->data->start(info, chn);
|
|
}
|
|
|
|
static int rockchip_saradc_read_v1(struct rockchip_saradc *info)
|
|
{
|
|
return readl_relaxed(info->regs + SARADC_DATA);
|
|
}
|
|
|
|
static int rockchip_saradc_read_v2(struct rockchip_saradc *info)
|
|
{
|
|
int offset;
|
|
|
|
/* Clear irq */
|
|
writel_relaxed(0x1, info->regs + SARADC2_END_INT_ST);
|
|
|
|
offset = SARADC2_DATA_BASE + info->last_chan->channel * 0x4;
|
|
|
|
return readl_relaxed(info->regs + offset);
|
|
}
|
|
|
|
static int rockchip_saradc_read(struct rockchip_saradc *info)
|
|
{
|
|
return info->data->read(info);
|
|
}
|
|
|
|
static void rockchip_saradc_power_down_v1(struct rockchip_saradc *info)
|
|
{
|
|
writel_relaxed(0, info->regs + SARADC_CTRL);
|
|
}
|
|
|
|
static void rockchip_saradc_power_down(struct rockchip_saradc *info)
|
|
{
|
|
if (info->data->power_down)
|
|
info->data->power_down(info);
|
|
}
|
|
|
|
static int rockchip_saradc_conversion(struct rockchip_saradc *info,
|
|
struct iio_chan_spec const *chan)
|
|
{
|
|
reinit_completion(&info->completion);
|
|
|
|
info->last_chan = chan;
|
|
rockchip_saradc_start(info, chan->channel);
|
|
|
|
if (!wait_for_completion_timeout(&info->completion, SARADC_TIMEOUT))
|
|
return -ETIMEDOUT;
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int rockchip_saradc_read_raw(struct iio_dev *indio_dev,
|
|
struct iio_chan_spec const *chan,
|
|
int *val, int *val2, long mask)
|
|
{
|
|
struct rockchip_saradc *info = iio_priv(indio_dev);
|
|
int ret;
|
|
|
|
switch (mask) {
|
|
case IIO_CHAN_INFO_RAW:
|
|
mutex_lock(&info->lock);
|
|
|
|
ret = rockchip_saradc_conversion(info, chan);
|
|
if (ret) {
|
|
rockchip_saradc_power_down(info);
|
|
mutex_unlock(&info->lock);
|
|
return ret;
|
|
}
|
|
|
|
*val = info->last_val;
|
|
mutex_unlock(&info->lock);
|
|
return IIO_VAL_INT;
|
|
case IIO_CHAN_INFO_SCALE:
|
|
*val = info->uv_vref / 1000;
|
|
*val2 = chan->scan_type.realbits;
|
|
return IIO_VAL_FRACTIONAL_LOG2;
|
|
default:
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
|
|
static irqreturn_t rockchip_saradc_isr(int irq, void *dev_id)
|
|
{
|
|
struct rockchip_saradc *info = dev_id;
|
|
|
|
/* Read value */
|
|
info->last_val = rockchip_saradc_read(info);
|
|
info->last_val &= GENMASK(info->last_chan->scan_type.realbits - 1, 0);
|
|
|
|
rockchip_saradc_power_down(info);
|
|
|
|
complete(&info->completion);
|
|
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
static const struct iio_info rockchip_saradc_iio_info = {
|
|
.read_raw = rockchip_saradc_read_raw,
|
|
};
|
|
|
|
#define SARADC_CHANNEL(_index, _id, _res) { \
|
|
.type = IIO_VOLTAGE, \
|
|
.indexed = 1, \
|
|
.channel = _index, \
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \
|
|
.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), \
|
|
.datasheet_name = _id, \
|
|
.scan_index = _index, \
|
|
.scan_type = { \
|
|
.sign = 'u', \
|
|
.realbits = _res, \
|
|
.storagebits = 16, \
|
|
.endianness = IIO_CPU, \
|
|
}, \
|
|
}
|
|
|
|
static const struct iio_chan_spec rockchip_saradc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 10),
|
|
SARADC_CHANNEL(1, "adc1", 10),
|
|
SARADC_CHANNEL(2, "adc2", 10),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data saradc_data = {
|
|
.channels = rockchip_saradc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_saradc_iio_channels),
|
|
.clk_rate = 1000000,
|
|
.start = rockchip_saradc_start_v1,
|
|
.read = rockchip_saradc_read_v1,
|
|
.power_down = rockchip_saradc_power_down_v1,
|
|
};
|
|
|
|
static const struct iio_chan_spec rockchip_rk3066_tsadc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 12),
|
|
SARADC_CHANNEL(1, "adc1", 12),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data rk3066_tsadc_data = {
|
|
.channels = rockchip_rk3066_tsadc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_rk3066_tsadc_iio_channels),
|
|
.clk_rate = 50000,
|
|
.start = rockchip_saradc_start_v1,
|
|
.read = rockchip_saradc_read_v1,
|
|
.power_down = rockchip_saradc_power_down_v1,
|
|
};
|
|
|
|
static const struct iio_chan_spec rockchip_rk3399_saradc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 10),
|
|
SARADC_CHANNEL(1, "adc1", 10),
|
|
SARADC_CHANNEL(2, "adc2", 10),
|
|
SARADC_CHANNEL(3, "adc3", 10),
|
|
SARADC_CHANNEL(4, "adc4", 10),
|
|
SARADC_CHANNEL(5, "adc5", 10),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data rk3399_saradc_data = {
|
|
.channels = rockchip_rk3399_saradc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_rk3399_saradc_iio_channels),
|
|
.clk_rate = 1000000,
|
|
.start = rockchip_saradc_start_v1,
|
|
.read = rockchip_saradc_read_v1,
|
|
.power_down = rockchip_saradc_power_down_v1,
|
|
};
|
|
|
|
static const struct iio_chan_spec rockchip_rk3528_saradc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 10),
|
|
SARADC_CHANNEL(1, "adc1", 10),
|
|
SARADC_CHANNEL(2, "adc2", 10),
|
|
SARADC_CHANNEL(3, "adc3", 10),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data rk3528_saradc_data = {
|
|
.channels = rockchip_rk3528_saradc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_rk3528_saradc_iio_channels),
|
|
.clk_rate = 1000000,
|
|
.start = rockchip_saradc_start_v2,
|
|
.read = rockchip_saradc_read_v2,
|
|
};
|
|
|
|
static const struct iio_chan_spec rockchip_rk3562_saradc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 10),
|
|
SARADC_CHANNEL(1, "adc1", 10),
|
|
SARADC_CHANNEL(2, "adc2", 10),
|
|
SARADC_CHANNEL(3, "adc3", 10),
|
|
SARADC_CHANNEL(4, "adc4", 10),
|
|
SARADC_CHANNEL(5, "adc5", 10),
|
|
SARADC_CHANNEL(6, "adc6", 10),
|
|
SARADC_CHANNEL(7, "adc7", 10),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data rk3562_saradc_data = {
|
|
.channels = rockchip_rk3562_saradc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_rk3562_saradc_iio_channels),
|
|
.clk_rate = 1000000,
|
|
.start = rockchip_saradc_start_v2,
|
|
.read = rockchip_saradc_read_v2,
|
|
};
|
|
|
|
static const struct iio_chan_spec rockchip_rk3568_saradc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 10),
|
|
SARADC_CHANNEL(1, "adc1", 10),
|
|
SARADC_CHANNEL(2, "adc2", 10),
|
|
SARADC_CHANNEL(3, "adc3", 10),
|
|
SARADC_CHANNEL(4, "adc4", 10),
|
|
SARADC_CHANNEL(5, "adc5", 10),
|
|
SARADC_CHANNEL(6, "adc6", 10),
|
|
SARADC_CHANNEL(7, "adc7", 10),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data rk3568_saradc_data = {
|
|
.channels = rockchip_rk3568_saradc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_rk3568_saradc_iio_channels),
|
|
.clk_rate = 1000000,
|
|
.start = rockchip_saradc_start_v1,
|
|
.read = rockchip_saradc_read_v1,
|
|
.power_down = rockchip_saradc_power_down_v1,
|
|
};
|
|
|
|
static const struct iio_chan_spec rockchip_rk3588_saradc_iio_channels[] = {
|
|
SARADC_CHANNEL(0, "adc0", 12),
|
|
SARADC_CHANNEL(1, "adc1", 12),
|
|
SARADC_CHANNEL(2, "adc2", 12),
|
|
SARADC_CHANNEL(3, "adc3", 12),
|
|
SARADC_CHANNEL(4, "adc4", 12),
|
|
SARADC_CHANNEL(5, "adc5", 12),
|
|
SARADC_CHANNEL(6, "adc6", 12),
|
|
SARADC_CHANNEL(7, "adc7", 12),
|
|
};
|
|
|
|
static const struct rockchip_saradc_data rk3588_saradc_data = {
|
|
.channels = rockchip_rk3588_saradc_iio_channels,
|
|
.num_channels = ARRAY_SIZE(rockchip_rk3588_saradc_iio_channels),
|
|
.clk_rate = 1000000,
|
|
.start = rockchip_saradc_start_v2,
|
|
.read = rockchip_saradc_read_v2,
|
|
};
|
|
|
|
static const struct of_device_id rockchip_saradc_match[] = {
|
|
{
|
|
.compatible = "rockchip,saradc",
|
|
.data = &saradc_data,
|
|
}, {
|
|
.compatible = "rockchip,rk3066-tsadc",
|
|
.data = &rk3066_tsadc_data,
|
|
}, {
|
|
.compatible = "rockchip,rk3399-saradc",
|
|
.data = &rk3399_saradc_data,
|
|
}, {
|
|
.compatible = "rockchip,rk3528-saradc",
|
|
.data = &rk3528_saradc_data,
|
|
}, {
|
|
.compatible = "rockchip,rk3562-saradc",
|
|
.data = &rk3562_saradc_data,
|
|
}, {
|
|
.compatible = "rockchip,rk3568-saradc",
|
|
.data = &rk3568_saradc_data,
|
|
}, {
|
|
.compatible = "rockchip,rk3588-saradc",
|
|
.data = &rk3588_saradc_data,
|
|
},
|
|
{ }
|
|
};
|
|
MODULE_DEVICE_TABLE(of, rockchip_saradc_match);
|
|
|
|
/*
|
|
* Reset SARADC Controller.
|
|
*/
|
|
static void rockchip_saradc_reset_controller(struct reset_control *reset)
|
|
{
|
|
reset_control_assert(reset);
|
|
usleep_range(10, 20);
|
|
reset_control_deassert(reset);
|
|
}
|
|
|
|
static void rockchip_saradc_regulator_disable(void *data)
|
|
{
|
|
struct rockchip_saradc *info = data;
|
|
|
|
regulator_disable(info->vref);
|
|
}
|
|
|
|
static irqreturn_t rockchip_saradc_trigger_handler(int irq, void *p)
|
|
{
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *i_dev = pf->indio_dev;
|
|
struct rockchip_saradc *info = iio_priv(i_dev);
|
|
/*
|
|
* @values: each channel takes an u16 value
|
|
* @timestamp: will be 8-byte aligned automatically
|
|
*/
|
|
struct {
|
|
u16 values[SARADC_MAX_CHANNELS];
|
|
aligned_s64 timestamp;
|
|
} data;
|
|
int ret;
|
|
int i, j = 0;
|
|
|
|
memset(&data, 0, sizeof(data));
|
|
|
|
mutex_lock(&info->lock);
|
|
|
|
iio_for_each_active_channel(i_dev, i) {
|
|
const struct iio_chan_spec *chan = &i_dev->channels[i];
|
|
|
|
ret = rockchip_saradc_conversion(info, chan);
|
|
if (ret) {
|
|
rockchip_saradc_power_down(info);
|
|
goto out;
|
|
}
|
|
|
|
data.values[j] = info->last_val;
|
|
j++;
|
|
}
|
|
|
|
iio_push_to_buffers_with_ts(i_dev, &data, sizeof(data),
|
|
iio_get_time_ns(i_dev));
|
|
out:
|
|
mutex_unlock(&info->lock);
|
|
|
|
iio_trigger_notify_done(i_dev->trig);
|
|
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
static int rockchip_saradc_volt_notify(struct notifier_block *nb,
|
|
unsigned long event, void *data)
|
|
{
|
|
struct rockchip_saradc *info =
|
|
container_of(nb, struct rockchip_saradc, nb);
|
|
|
|
if (event & REGULATOR_EVENT_VOLTAGE_CHANGE)
|
|
info->uv_vref = (unsigned long)data;
|
|
|
|
return NOTIFY_OK;
|
|
}
|
|
|
|
static void rockchip_saradc_regulator_unreg_notifier(void *data)
|
|
{
|
|
struct rockchip_saradc *info = data;
|
|
|
|
regulator_unregister_notifier(info->vref, &info->nb);
|
|
}
|
|
|
|
static int rockchip_saradc_probe(struct platform_device *pdev)
|
|
{
|
|
const struct rockchip_saradc_data *match_data;
|
|
struct rockchip_saradc *info = NULL;
|
|
struct device_node *np = pdev->dev.of_node;
|
|
struct iio_dev *indio_dev = NULL;
|
|
int ret;
|
|
int irq;
|
|
|
|
if (!np)
|
|
return -ENODEV;
|
|
|
|
indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(*info));
|
|
if (!indio_dev)
|
|
return dev_err_probe(&pdev->dev, -ENOMEM,
|
|
"failed allocating iio device\n");
|
|
|
|
info = iio_priv(indio_dev);
|
|
|
|
match_data = of_device_get_match_data(&pdev->dev);
|
|
if (!match_data)
|
|
return dev_err_probe(&pdev->dev, -ENODEV,
|
|
"failed to match device\n");
|
|
|
|
info->data = match_data;
|
|
|
|
/* Sanity check for possible later IP variants with more channels */
|
|
if (info->data->num_channels > SARADC_MAX_CHANNELS)
|
|
return dev_err_probe(&pdev->dev, -EINVAL,
|
|
"max channels exceeded");
|
|
|
|
info->regs = devm_platform_ioremap_resource(pdev, 0);
|
|
if (IS_ERR(info->regs))
|
|
return PTR_ERR(info->regs);
|
|
|
|
/*
|
|
* The reset should be an optional property, as it should work
|
|
* with old devicetrees as well
|
|
*/
|
|
info->reset = devm_reset_control_get_optional_exclusive(&pdev->dev,
|
|
"saradc-apb");
|
|
if (IS_ERR(info->reset)) {
|
|
ret = PTR_ERR(info->reset);
|
|
return dev_err_probe(&pdev->dev, ret, "failed to get saradc-apb\n");
|
|
}
|
|
|
|
init_completion(&info->completion);
|
|
|
|
irq = platform_get_irq(pdev, 0);
|
|
if (irq < 0)
|
|
return irq;
|
|
|
|
ret = devm_request_irq(&pdev->dev, irq, rockchip_saradc_isr,
|
|
0, dev_name(&pdev->dev), info);
|
|
if (ret < 0) {
|
|
dev_err(&pdev->dev, "failed requesting irq %d\n", irq);
|
|
return ret;
|
|
}
|
|
|
|
info->vref = devm_regulator_get(&pdev->dev, "vref");
|
|
if (IS_ERR(info->vref))
|
|
return dev_err_probe(&pdev->dev, PTR_ERR(info->vref),
|
|
"failed to get regulator\n");
|
|
|
|
if (info->reset)
|
|
rockchip_saradc_reset_controller(info->reset);
|
|
|
|
ret = regulator_enable(info->vref);
|
|
if (ret < 0)
|
|
return dev_err_probe(&pdev->dev, ret,
|
|
"failed to enable vref regulator\n");
|
|
|
|
ret = devm_add_action_or_reset(&pdev->dev,
|
|
rockchip_saradc_regulator_disable, info);
|
|
if (ret)
|
|
return dev_err_probe(&pdev->dev, ret,
|
|
"failed to register devm action\n");
|
|
|
|
ret = regulator_get_voltage(info->vref);
|
|
if (ret < 0)
|
|
return ret;
|
|
|
|
info->uv_vref = ret;
|
|
|
|
info->pclk = devm_clk_get_enabled(&pdev->dev, "apb_pclk");
|
|
if (IS_ERR(info->pclk))
|
|
return dev_err_probe(&pdev->dev, PTR_ERR(info->pclk),
|
|
"failed to get pclk\n");
|
|
|
|
info->clk = devm_clk_get_enabled(&pdev->dev, "saradc");
|
|
if (IS_ERR(info->clk))
|
|
return dev_err_probe(&pdev->dev, PTR_ERR(info->clk),
|
|
"failed to get adc clock\n");
|
|
/*
|
|
* Use a default value for the converter clock.
|
|
* This may become user-configurable in the future.
|
|
*/
|
|
ret = clk_set_rate(info->clk, info->data->clk_rate);
|
|
if (ret < 0)
|
|
return dev_err_probe(&pdev->dev, ret,
|
|
"failed to set adc clk rate\n");
|
|
|
|
platform_set_drvdata(pdev, indio_dev);
|
|
|
|
indio_dev->name = dev_name(&pdev->dev);
|
|
indio_dev->info = &rockchip_saradc_iio_info;
|
|
indio_dev->modes = INDIO_DIRECT_MODE;
|
|
|
|
indio_dev->channels = info->data->channels;
|
|
indio_dev->num_channels = info->data->num_channels;
|
|
ret = devm_iio_triggered_buffer_setup(&indio_dev->dev, indio_dev, NULL,
|
|
rockchip_saradc_trigger_handler,
|
|
NULL);
|
|
if (ret)
|
|
return ret;
|
|
|
|
info->nb.notifier_call = rockchip_saradc_volt_notify;
|
|
ret = regulator_register_notifier(info->vref, &info->nb);
|
|
if (ret)
|
|
return ret;
|
|
|
|
ret = devm_add_action_or_reset(&pdev->dev,
|
|
rockchip_saradc_regulator_unreg_notifier,
|
|
info);
|
|
if (ret)
|
|
return ret;
|
|
|
|
mutex_init(&info->lock);
|
|
|
|
return devm_iio_device_register(&pdev->dev, indio_dev);
|
|
}
|
|
|
|
static int rockchip_saradc_suspend(struct device *dev)
|
|
{
|
|
struct iio_dev *indio_dev = dev_get_drvdata(dev);
|
|
struct rockchip_saradc *info = iio_priv(indio_dev);
|
|
|
|
clk_disable_unprepare(info->clk);
|
|
clk_disable_unprepare(info->pclk);
|
|
regulator_disable(info->vref);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int rockchip_saradc_resume(struct device *dev)
|
|
{
|
|
struct iio_dev *indio_dev = dev_get_drvdata(dev);
|
|
struct rockchip_saradc *info = iio_priv(indio_dev);
|
|
int ret;
|
|
|
|
ret = regulator_enable(info->vref);
|
|
if (ret)
|
|
return ret;
|
|
|
|
ret = clk_prepare_enable(info->pclk);
|
|
if (ret)
|
|
return ret;
|
|
|
|
ret = clk_prepare_enable(info->clk);
|
|
if (ret)
|
|
clk_disable_unprepare(info->pclk);
|
|
|
|
return ret;
|
|
}
|
|
|
|
static DEFINE_SIMPLE_DEV_PM_OPS(rockchip_saradc_pm_ops,
|
|
rockchip_saradc_suspend,
|
|
rockchip_saradc_resume);
|
|
|
|
static struct platform_driver rockchip_saradc_driver = {
|
|
.probe = rockchip_saradc_probe,
|
|
.driver = {
|
|
.name = "rockchip-saradc",
|
|
.of_match_table = rockchip_saradc_match,
|
|
.pm = pm_sleep_ptr(&rockchip_saradc_pm_ops),
|
|
},
|
|
};
|
|
|
|
module_platform_driver(rockchip_saradc_driver);
|
|
|
|
MODULE_AUTHOR("Heiko Stuebner <heiko@sntech.de>");
|
|
MODULE_DESCRIPTION("Rockchip SARADC driver");
|
|
MODULE_LICENSE("GPL v2");
|