From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: [PATCH v2 0/6] ARM: dts: bcm283x: add and use pinctrl groups Date: Mon, 12 Sep 2016 10:22:50 +0200 Message-ID: <1473668576-22256-1-git-send-email-kraxel@redhat.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org, swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Gerd Hoffmann List-Id: devicetree@vger.kernel.org Hi, Next round: Patch 1 is new and adds the pull defines to the device tree bindings. Patch 2 adds all the pinctrl groups, in a single patch now, list sorting caused too many conflicts. Patch 3-6 put some pinctrl groups into use, they are unmodified (patches 5-8 in v1). cheers, Gerd Eric Anholt (1): ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node. Gerd Hoffmann (5): pinctrl: bcm2835: add pull defines to dt bindings ARM: dts: bcm283x: add pinctrl group to &pwm, drop pins from &gpio ARM: dts: bcm283x: add pinctrl group to &i2c0, drop pins from &gpio ARM: dts: bcm283x: add pinctrl group to &i2c1, drop pins from &gpio ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio arch/arm/boot/dts/bcm2835-rpi.dtsi | 12 +- arch/arm/boot/dts/bcm283x.dtsi | 203 ++++++++++++++++++++++++++++++++++ drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 - include/dt-bindings/pinctrl/bcm2835.h | 5 + 4 files changed, 218 insertions(+), 8 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: kraxel@redhat.com (Gerd Hoffmann) Date: Mon, 12 Sep 2016 10:22:50 +0200 Subject: [PATCH v2 0/6] ARM: dts: bcm283x: add and use pinctrl groups Message-ID: <1473668576-22256-1-git-send-email-kraxel@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Next round: Patch 1 is new and adds the pull defines to the device tree bindings. Patch 2 adds all the pinctrl groups, in a single patch now, list sorting caused too many conflicts. Patch 3-6 put some pinctrl groups into use, they are unmodified (patches 5-8 in v1). cheers, Gerd Eric Anholt (1): ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node. Gerd Hoffmann (5): pinctrl: bcm2835: add pull defines to dt bindings ARM: dts: bcm283x: add pinctrl group to &pwm, drop pins from &gpio ARM: dts: bcm283x: add pinctrl group to &i2c0, drop pins from &gpio ARM: dts: bcm283x: add pinctrl group to &i2c1, drop pins from &gpio ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio arch/arm/boot/dts/bcm2835-rpi.dtsi | 12 +- arch/arm/boot/dts/bcm283x.dtsi | 203 ++++++++++++++++++++++++++++++++++ drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 - include/dt-bindings/pinctrl/bcm2835.h | 5 + 4 files changed, 218 insertions(+), 8 deletions(-) -- 1.8.3.1