[PATCH v2] pps-gpio: add device-tree binding and support

2013-06-01 Thread Jan Luebbe
-off-by: Jan Luebbe --- This patch depends on my two recent pps-gpio patches, which are currently in Andrew Morton's mmotm. So it should probably also go via Andrew if it is acceptable. Changes since v1: - Do not allocate a pdata struct, store info in pps_gpio_device

[PATCH] pps-gpio: add device-tree binding and support

2013-05-31 Thread Jan Luebbe
Signed-off-by: Jan Luebbe --- This patch depends on my two recent pps-gpio patches, which are currently in Andrew Morton's mmotm. So it should probably also go via Andrew if it is acceptable. Documentation/devicetree/bindings/pps/pps-gpio.txt | 20 +++ drivers/pps/clients/pps-g

Re: [PATCH 1/3] ARM: dts: AM33XX: Add pinmux configuration for CPSW to beaglebone

2013-04-01 Thread Jan Luebbe
On Mon, Mar 25, 2013 at 12:57:56PM +0530, Mugunthan V N wrote: > am33xx_pinmux: pinmux@44e10800 { > pinctrl-names = "default"; > - pinctrl-0 = <&user_leds_s0>; > + pinctrl-0 = <&user_leds_s0 &cpsw_s0>; Why do you add &cpsw_s0 to the pinmux node? This sho