public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] sunxi: Add driver-model support for axp pmic gpio pins
@ 2015-04-26  9:51 Hans de Goede
  2015-04-26  9:51 ` [U-Boot] [PATCH v2 1/6] sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops Hans de Goede
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Hans de Goede @ 2015-04-26  9:51 UTC (permalink / raw)
  To: u-boot

Hi Simon, Ian,

Here is a new series to replace the 2 patches which added support for
axp gpio-s to the sunxi_gpio.c driver-model code. As requested this series
instead adds a new driver-model axp_gpio driver instead of bolting it
on to the sunxi_gpio code.

Patches 1-5 are intended to slot into the original series for moving all
sunxi boards over to the driver-model for gpio and enet, at the same place
as were the 2 original patches sit.

Patch 6 is intended to be tagged on to the end, and removes the ugly bolt-on
axp-gpio code from the non driver-model sunxi-gpio code, leaving sunxi_gpio.c
almost entirely free of axp related code (there is one bit of special casing
in sunxi_name_to_gpio left).

Some of the interrim patches are not the prettiest, doing things like forward
declaring struct udevice, this all gets removed later on. I've done things
this way as that was the easiest way to do the conversion while keeping all
intermediate steps 100% working on all boards for bisectability.

Regards,

Hans

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-05-02 13:57 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26  9:51 [U-Boot] [PATCH v2 0/6] sunxi: Add driver-model support for axp pmic gpio pins Hans de Goede
2015-04-26  9:51 ` [U-Boot] [PATCH v2 1/6] sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops Hans de Goede
2015-04-28  3:20   ` Simon Glass
2015-05-02 13:51   ` Ian Campbell
2015-04-26  9:51 ` [U-Boot] [PATCH v2 2/6] sunxi: axp: Move axp pmic register helpers to a separate file Hans de Goede
2015-04-28  3:20   ` Simon Glass
2015-05-02 13:52   ` Ian Campbell
2015-04-26  9:51 ` [U-Boot] [PATCH v2 3/6] sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers Hans de Goede
2015-04-28  3:20   ` Simon Glass
2015-05-02 13:53   ` Ian Campbell
2015-04-26  9:51 ` [U-Boot] [PATCH v2 4/6] sunxi: axp: Move axp gpio code to a separate axpi-gpio driver Hans de Goede
2015-04-28  3:20   ` Simon Glass
2015-05-02 13:55   ` Ian Campbell
2015-04-26  9:51 ` [U-Boot] [PATCH v2 5/6] sunxi: axp: Add driver-model support to the axp_gpio code Hans de Goede
2015-04-28  3:20   ` Simon Glass
2015-05-02 13:56   ` Ian Campbell
2015-04-26  9:51 ` [U-Boot] [PATCH v2 6/6] sunxi: axp: Remove non driver-model support from the axp gpio code Hans de Goede
2015-04-28  3:20   ` Simon Glass
2015-04-28  6:24     ` Hans de Goede
2015-04-28 13:56       ` Simon Glass
2015-05-02 13:57   ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox