mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	barebox@lists.infradead.org
Cc: Ahmad Fatoum <ahmad@a3f.at>
Subject: Re: [PATCH 1/2] pinctrl: bcm2835: Probe driver earlier
Date: Wed, 22 Sep 2021 12:25:50 +0200	[thread overview]
Message-ID: <f1e31a49-6828-2cd9-e29b-c9ad842688ba@pengutronix.de> (raw)
In-Reply-To: <20210917094152.210494-1-u.kleine-koenig@pengutronix.de>

On 17.09.21 11:41, Uwe Kleine-König wrote:
> From: Ahmad Fatoum <ahmad@a3f.at>
> 
> coredevice is too late for the console driver and all other pinctrl drivers
> are using "core", too.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>

> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  drivers/pinctrl/pinctrl-bcm2835.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/pinctrl-bcm2835.c b/drivers/pinctrl/pinctrl-bcm2835.c
> index d62c73518189..38c788c82945 100644
> --- a/drivers/pinctrl/pinctrl-bcm2835.c
> +++ b/drivers/pinctrl/pinctrl-bcm2835.c
> @@ -205,4 +205,4 @@ static struct driver_d bcm2835_gpio_driver = {
>  	.of_compatible = DRV_OF_COMPAT(bcm2835_gpio_dt_ids),
>  };
>  
> -coredevice_platform_driver(bcm2835_gpio_driver);
> +core_platform_driver(bcm2835_gpio_driver);
> 


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2021-09-22 10:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17  9:41 Uwe Kleine-König
2021-09-17  9:41 ` [PATCH 2/2] pinctrl: bcm2835: Add support for bcm2711 Uwe Kleine-König
2021-09-22 10:17   ` Roland Hieber
2021-09-22 10:26   ` Ahmad Fatoum
2021-09-22 10:25 ` Ahmad Fatoum [this message]
2021-10-02  8:51 ` [PATCH 1/2] pinctrl: bcm2835: Probe driver earlier Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f1e31a49-6828-2cd9-e29b-c9ad842688ba@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=ahmad@a3f.at \
    --cc=barebox@lists.infradead.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox