<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/gpio, branch v2018.03-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/gpio?h=v2018.03-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/gpio?h=v2018.03-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-01-28T17:27:32Z</updated>
<entry>
<title>bcm283x: Add pinctrl driver</title>
<updated>2018-01-28T17:27:32Z</updated>
<author>
<name>Alexander Graf</name>
<email>agraf@suse.de</email>
</author>
<published>2018-01-23T17:05:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=caf2233b281c03e3e359061a3dfa537d8a25c273'/>
<id>urn:sha1:caf2233b281c03e3e359061a3dfa537d8a25c273</id>
<content type='text'>
The bcm283x family of SoCs have a GPIO controller that also acts as
pinctrl controller.

This patch introduces a new pinctrl driver that can actually properly mux
devices into their device tree defined pin states and is now the primary
owner of the gpio device. The previous GPIO driver gets moved into a
subdevice of the pinctrl driver, bound to the same OF node.

That way whenever a device asks for pinctrl support, it gets it
automatically from the pinctrl driver and GPIO support is still available
in the normal command line phase.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>gpio: mpc8xxx: Make live-tree compatible</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f5ac4f2ea0b1107a82c309b416af8e55e13d33b1'/>
<id>urn:sha1:f5ac4f2ea0b1107a82c309b416af8e55e13d33b1</id>
<content type='text'>
Make the MPC8xxx GPIO driver compatible with a live device tree.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gpio: mpc8xxx: Make compatible with more SoCs</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9c7fde2600de8c5f2f7893c7acfe3d4323f2688'/>
<id>urn:sha1:f9c7fde2600de8c5f2f7893c7acfe3d4323f2688</id>
<content type='text'>
Finally, make the mpc8xxx driver capable of handling more GPIO devices;
this entails adding a special case for the MPC5121 SoC, and adding a set
of new compatible strings.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gpio: mpc8xxx: Rename Kconfig option, structures, and functions</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c2168348046a8d59273714a1e611ce04f0a7dd0'/>
<id>urn:sha1:3c2168348046a8d59273714a1e611ce04f0a7dd0</id>
<content type='text'>
Rename the Kconfig option, structures (and their members), as well as
functions of the mpc85xx driver to include mpc8xxx to reflect the more
generic usage.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gpio: mpc85xx: Rename driver file to mpc8xxx</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76d00cc9cbf9775b238194c0594ce5dfd274a66d'/>
<id>urn:sha1:76d00cc9cbf9775b238194c0594ce5dfd274a66d</id>
<content type='text'>
In preparation to making the MPC85xx GPIO driver useable for a broader
range of SoCs, rename the driver file.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gpio: mpc85xx_gpio: Fix style violations</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aadc5e67eeff3bea9a5f0fc5bfe8ccb0e7d4adae'/>
<id>urn:sha1:aadc5e67eeff3bea9a5f0fc5bfe8ccb0e7d4adae</id>
<content type='text'>
Fix some style violations in the MPC85XX GPIO driver.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gpio: pca953x_gpio: Make live-tree compatible</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f62ca2cd2ab8171f603960da9203ceb6ee8a1efd'/>
<id>urn:sha1:f62ca2cd2ab8171f603960da9203ceb6ee8a1efd</id>
<content type='text'>
Make the pca953x_gpio driver compatible with a live device tree.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gpio: pca953x_gpio: Fix style violations</title>
<updated>2018-01-28T14:36:28Z</updated>
<author>
<name>Mario Six</name>
<email>mario.six@gdsys.cc</email>
</author>
<published>2018-01-15T10:07:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb01e07a955788f1b13aec9960984b5b9518609c'/>
<id>urn:sha1:fb01e07a955788f1b13aec9960984b5b9518609c</id>
<content type='text'>
Fix some style violations in the pca953x_gpio driver.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh</title>
<updated>2018-01-27T23:25:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-01-27T19:50:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c486e7cb03787016d2d5a360c5a62296bf5ca7b'/>
<id>urn:sha1:9c486e7cb03787016d2d5a360c5a62296bf5ca7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gpio: rmobile: Add RCar Gen2 compatible string</title>
<updated>2018-01-27T19:38:53Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@gmail.com</email>
</author>
<published>2018-01-17T23:52:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b05436ff555434f71d137867d0a61da0bf1e93c'/>
<id>urn:sha1:8b05436ff555434f71d137867d0a61da0bf1e93c</id>
<content type='text'>
Add DT compatible string for RCar Gen2.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
</feed>
