diff options
author | Vignesh R <vigneshr@ti.com> | 2015-01-07 11:19:36 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-03 16:41:15 +0000 |
commit | b10848e6f9fa7638fc0713695a12c0735ffb52b7 (patch) | |
tree | c0f5aa5420e3a843d8e0dcd4b1a62a1ab8e8f331 /include/linux/mfd/ti_am335x_tscadc.h | |
parent | f0bd7ccc413f6de0947d6b8e998ef1fb787513ff (diff) | |
download | blackbird-op-linux-b10848e6f9fa7638fc0713695a12c0735ffb52b7.tar.gz blackbird-op-linux-b10848e6f9fa7638fc0713695a12c0735ffb52b7.zip |
mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save
In one shot mode, sequencer automatically disables all enabled steps at
the end of each cycle. (both ADC steps and TSC steps) Hence these steps
need not be saved in reg_se_cache for clearing these steps at a later
stage.
Also, when ADC wakes up Sequencer should not be busy executing any of the
config steps except for the charge step. Previously charge step was 1 ADC
clock cycle and hence it was ignored.
TSC steps are always disabled at the end of each conversion cycle, hence
there is no need to explicitly disable TSC steps by writing 0 to REG_SE.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/ti_am335x_tscadc.h')
-rw-r--r-- | include/linux/mfd/ti_am335x_tscadc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/ti_am335x_tscadc.h b/include/linux/mfd/ti_am335x_tscadc.h index 3f4e994ace2b..1fd50dcfe47c 100644 --- a/include/linux/mfd/ti_am335x_tscadc.h +++ b/include/linux/mfd/ti_am335x_tscadc.h @@ -128,6 +128,7 @@ /* Sequencer Status */ #define SEQ_STATUS BIT(5) +#define CHARGE_STEP 0x11 #define ADC_CLK 3000000 #define TOTAL_STEPS 16 |