[PATCH v2 2/3] dt-bindings: iio: accel: kxcjk1013: Add device tree binding documentation

2019-03-04 Thread Robert Yang
Document device tree bindings for Kionix KXCJK-1013 Accelerometer driver. Signed-off-by: Robert Yang --- .../bindings/iio/accel/kionix,kxcjk1013.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.txt

[PATCH v2 3/3] iio: accel: kxcjk1013: Add device tree support

2019-03-04 Thread Robert Yang
Add device tree support for kxcjk-1013 accelerometer sensors. Signed-off-by: Robert Yang --- drivers/iio/accel/kxcjk-1013.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c index 7096e577b23f..e4cbc443e6ed 100644

[PATCH v2 0/3] Add device tree support for kxcjk1013 accelerometer

2019-03-04 Thread Robert Yang
- Add a vendor prefix for Kionix Inc. to device tree bindings. There is already one other Kionix accelerometer (kxsd9) with device tree bindings but this vendor prefix hasn't been documented. - Document the kxcjk1013 device tree bindings. - Add device tree support for Kionix kxcjk1013 accelerom

[PATCH v2 1/3] dt-bindings: Add vendor prefix for Kionix, Inc.

2019-03-04 Thread Robert Yang
Kionix manufactured MEMs sensors. There are Kionix acceleromoter sensor drivers which can be used with device tree. Signed-off-by: Robert Yang --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor

[PATCH 2/3] dt-bindings: iio: accel: kxcjk1013: Add device tree binding documentation

2019-02-28 Thread Robert Yang
Document device tree bindings for Kionix KXCJK-1013 Accelerometer driver. Signed-off-by: Robert Yang --- .../bindings/iio/accel/kionix,kxcjk1013.txt| 18 ++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.txt

[PATCH 1/3] dt-bindings: Add vendor prefix for Kionix, Inc.

2019-02-28 Thread Robert Yang
Kionix manufactured MEMs sensors. There are Kionix acceleromoter sensor drivers which can be used with device tree. Signed-off-by: Robert Yang --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor

[PATCH 3/3] iio: accel: kxcjk1013: Add device tree support

2019-02-28 Thread Robert Yang
Add device tree support for kxcjk-1013 accelerometer sensors. Signed-off-by: Robert Yang --- drivers/iio/accel/kxcjk-1013.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c index 7096e577b23f..e7a00743cdcb 100644

[PATCH 0/3] Add device tree support for kxcjk1013 accelerometer

2019-02-28 Thread Robert Yang
k1013 accelerometer sensors. Robert Yang (3): dt-bindings: Add vendor prefix for Kionix, Inc. dt-bindings: iio: accel: kxcjk1013: Add device tree binding documentation iio: accel: kxcjk1013: Add device tree support .../bindings/iio/accel/kionix,kxcjk1013.txt| 18 ++ .../devic

[PATCH] mfd: tps65910: Properly disable the power on state

2019-02-28 Thread Robert Yang
power off through the pm_power_off call. The power light stays on and the device heatsink is warm. Long pressing the power button can power off the device. After this patch the device powers off correctly when calling power off through userspace software. Signed-off-by: Robert Yang --- drivers/mf

Re: [PATCH v6 0/7] Support Trusted Foundations firmware on Tegra30

2019-02-25 Thread Robert Yang
On Mon, Feb 25, 2019 at 08:21:55AM +0300, Dmitry Osipenko wrote: > В Mon, 25 Feb 2019 05:02:33 +0100 > Michał Mirosław пишет: > > > On Fri, Feb 22, 2019 at 10:34:19PM +0300, Dmitry Osipenko wrote: > > > Hello, > > > > > > This patchset adds support for the Trusted Foundations firmware on > > > N

[PATCH V2] clk: tegra: Return the exact clock rate from clk_round_rate

2018-09-25 Thread Robert Yang
The current behavior is that clk_round_rate would return the same clock rate passed to it for valid PLL configurations. This change will return the exact rate the PLL will provide in accordance with clk API. Signed-off-by: Robert Yang --- Changes in V2: - Move input divider (m == 0) check into

[PATCH 1/1] Watchdog: Fixed the watchdog close/stop logic - only close the watchdog if the magic character was received and the magic close is supported.

2014-12-08 Thread Robert Yang
From: ryang Signed-off-by: ryang --- drivers/watchdog/watchdog_dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/watchdog_dev.c b/drivers/watchdog/watchdog_dev.c index 6aaefba..73793d8 100644 --- a/drivers/watchdog/watchdog_dev.c +++ b/drivers/watchd

[PATCH 1/1] Atmel-PWM: Fixed the PWM channel enable/disable issue which will cause the PWM output stop working after reenable. THe PWM channel status register is read to ensure the PWM channel is rea

2014-10-01 Thread robert yang
From: ryang Signed-off-by: ryang --- drivers/pwm/pwm-atmel.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c index 6e700a5..bab933a 100644 --- a/drivers/pwm/pwm-atmel.c +++ b/drivers/pwm/pwm-atmel.c @@ -237,7 +237,