Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361741
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd |
| Date | 2016-03-21 13:00 +0100 |
| Message-ID | <rf6F4-52Q-11@gated-at.bofh.it> (permalink) |
| References | <raKa6-735-13@gated-at.bofh.it> <raKa6-735-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 09 Mar 2016, Maxime Ripard wrote:
> Now that we have a GPIO driver for the AXP209, we can add it to our MFD.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> ---
> drivers/mfd/axp20x.c | 3 +++
> 1 file changed, 3 insertions(+)
Applied, thanks.
> diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c
> index a57d6e940610..89518ee3be33 100644
> --- a/drivers/mfd/axp20x.c
> +++ b/drivers/mfd/axp20x.c
> @@ -430,6 +430,9 @@ static const struct regmap_irq_chip axp288_regmap_irq_chip = {
>
> static struct mfd_cell axp20x_cells[] = {
> {
> + .name = "axp20x-gpio",
> + .of_compatible = "x-powers,axp209-gpio",
> + }, {
> .name = "axp20x-pek",
> .num_resources = ARRAY_SIZE(axp20x_pek_resources),
> .resources = axp20x_pek_resources,
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd Lee Jones <lee.jones@linaro.org> - 2016-03-21 13:00 +0100
Re: [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-03-29 12:00 +0200
Re: [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd Lee Jones <lee.jones@linaro.org> - 2016-03-29 12:20 +0200
csiph-web