[V4] [TWL4030 MADC] Correction and clean-up

2015-08-04 Thread Adam YH Lee
is case) does device removal as well as error handling. [1] http://www.spinics.net/lists/linux-omap/msg120871.html Adam YH Lee (1): [TWL4030 MADC] Fix ADC[3:6] readings drivers/iio/adc/twl4030-madc.c | 34 ++ 1 file changed, 34 insertions(+) -- 2.1.4 -- To u

[V4] [TWL4030 MADC] Fix ADC[3:6] readings

2015-08-04 Thread Adam YH Lee
MADC[3:6] reads incorrect values without these two following changes: - enable the 3v1 bias regulator for ADC[3:6] - configure ADC[3:6] lines as input, not as USB Signed-off-by: Adam YH Lee --- drivers/iio/adc/twl4030-madc.c | 34 ++ 1 file changed, 34

[V3] [TWL4030 MADC] Fix ADC[3:6] readings

2015-07-20 Thread Adam YH Lee
MADC[3:6] reads incorrect values without these two following changes: - enable the 3v1 bias regulator for ADC[3:6] - configure ADC[3:6] lines as input, not as USB Signed-off-by: Adam YH Lee --- drivers/iio/adc/twl4030-madc.c | 36 1 file changed, 36

[V2] [TWL4030 MADC] Fix ADC[3:6] readings

2015-07-20 Thread Adam YH Lee
MADC[3:6] reads incorrect values without these two following changes: - enable the 3v1 bias regulator for ADC[3:6] - configure ADC[3:6] lines as input, not as USB Signed-off-by: Adam YH Lee --- drivers/iio/adc/twl4030-madc.c | 14 ++ drivers/phy/phy-twl4030-usb.c | 7 +++ 2

[PATCH] [TWL4030 MADC] Fix ADC[3:6] readings

2015-07-20 Thread Adam YH Lee
MADC[3:6] reads incorrect values without these two following changes: - enable the 3v1 bias regulator for ADC[3:6] - configure ADC[3:6] lines as input, not as USB Signed-off-by: Adam YH Lee --- drivers/iio/adc/twl4030-madc.c | 14 ++ drivers/phy/phy-twl4030-usb.c | 7 +++ 2

[PATCH] Fix incomplete initialization of ADC[3:6]$

2015-07-20 Thread Adam YH Lee
://www.droid-developers.org/images/2/21/Tps65950_TRM.pdf$ [5] http://www.spinics.net/lists/linux-omap/msg120300.html Adam YH Lee (1): [TWL4030 MADC] Fix ADC[3:6] readings drivers/iio/adc/twl4030-madc.c | 14 ++ drivers/phy/phy-twl4030-usb.c | 7 +++ 2 files changed, 21

[PATCH] [TWL4030 MADC] Fix ADC[3:6] readings

2015-07-16 Thread Adam YH Lee
MADC[3:6] reads incorrect values without these two following changes: - enable the 3v1 bias regulator for ADC[3:6] - configure ADC[3:6] lines as input, not as USB Signed-off-by: Adam YH Lee --- drivers/iio/adc/twl4030-madc.c | 14 ++ drivers/phy/phy-twl4030-usb.c | 7 +++ 2

[PATCH] Fix incomplete initialization of ADC[3:6]

2015-07-16 Thread Adam YH Lee
-read-value-td4967139.html#none [3] https://e2e.ti.com/support/power_management/pmu/f/43/t/732 Adam YH Lee (1): [TWL4030 MADC] Fix ADC[3:6] readings drivers/iio/adc/twl4030-madc.c | 14 ++ drivers/phy/phy-twl4030-usb.c | 7 +++ 2 files changed, 21 insertions(+) -- 2.1.4

[PATCH V2] arm:DTS Correct audio input route & set mic bias

2015-07-14 Thread Adam YH Lee
With these changes, I can record audio with a pair of proliferate TRRS earbuds. Signed-off-by: Adam YH Lee --- arch/arm/boot/dts/am335x-pepper.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts i

[PATCH v2] ARM: dts: configure regulators for Gumstix Pepper

2015-07-09 Thread Adam YH Lee
c. This will improve diagnostics. Signed-off-by: Adam YH Lee --- arch/arm/boot/dts/am335x-pepper.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts index 0d35ab6..661f835 100644 --- a/arch/arm/boot/dts/am335x-pepper.dts

[PATCH] rtc-twl: add DT support for RTC battery recharge

2015-03-02 Thread Adam YH Lee
This patch introduces device tree binding for the RTC backup battery charger on TWL4030. Tested on Gumstix Overo (OMAP3) Tobi. Signed-off-by: Adam YH Lee --- Documentation/devicetree/bindings/rtc/twl-rtc.txt | 20 drivers/rtc/rtc-twl.c | 39

[PATCH] ARM: Gumstix DuoVero: Bind vdac regulator to hdmi node

2014-11-13 Thread Adam YH Lee
The HDMI node does not have a power supply attached. As a result its power regulator, VDAC, shuts off on boot and screen loses signal. This attaches VDAC (vdda_hdmi_dac) to HDMI's vdda-supply. Signed-off-by: Adam YH Lee --- arch/arm/boot/dts/omap4-duovero-parlor.dts | 1 + 1 file chang