All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Claudiu.Beznea@microchip.com
Cc: Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/4] power: reset: at91-poweroff: remove at91_ramc_of_match
Date: Wed, 5 Dec 2018 23:37:30 +0100	[thread overview]
Message-ID: <20181205223730.t6g7lssazxb3zn5y@earth.universe> (raw)
In-Reply-To: <1541416443-4321-5-git-send-email-claudiu.beznea@microchip.com>

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

Hi,

On Mon, Nov 05, 2018 at 11:14:31AM +0000, Claudiu.Beznea@microchip.com wrote:
> Remove at91_ramc_of_match[] since it is not used anywhere in this code.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/reset/at91-poweroff.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/power/reset/at91-poweroff.c b/drivers/power/reset/at91-poweroff.c
> index e75d8f0f0526..43b4cccb7d0c 100644
> --- a/drivers/power/reset/at91-poweroff.c
> +++ b/drivers/power/reset/at91-poweroff.c
> @@ -232,11 +232,6 @@ static int __exit at91_poweroff_remove(struct platform_device *pdev)
>  	return 0;
>  }
>  
> -static const struct of_device_id at91_ramc_of_match[] = {
> -	{ .compatible = "atmel,sama5d3-ddramc", },
> -	{ /* sentinel */ }
> -};
> -
>  static const struct of_device_id at91_poweroff_of_match[] = {
>  	{ .compatible = "atmel,at91sam9260-shdwc", },
>  	{ .compatible = "atmel,at91sam9rl-shdwc", },
> -- 
> 2.7.4
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Claudiu.Beznea@microchip.com
Cc: linux-kernel@vger.kernel.org, alexandre.belloni@bootlin.com,
	linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH 4/4] power: reset: at91-poweroff: remove at91_ramc_of_match
Date: Wed, 5 Dec 2018 23:37:30 +0100	[thread overview]
Message-ID: <20181205223730.t6g7lssazxb3zn5y@earth.universe> (raw)
In-Reply-To: <1541416443-4321-5-git-send-email-claudiu.beznea@microchip.com>


[-- Attachment #1.1: Type: text/plain, Size: 1037 bytes --]

Hi,

On Mon, Nov 05, 2018 at 11:14:31AM +0000, Claudiu.Beznea@microchip.com wrote:
> Remove at91_ramc_of_match[] since it is not used anywhere in this code.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/reset/at91-poweroff.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/power/reset/at91-poweroff.c b/drivers/power/reset/at91-poweroff.c
> index e75d8f0f0526..43b4cccb7d0c 100644
> --- a/drivers/power/reset/at91-poweroff.c
> +++ b/drivers/power/reset/at91-poweroff.c
> @@ -232,11 +232,6 @@ static int __exit at91_poweroff_remove(struct platform_device *pdev)
>  	return 0;
>  }
>  
> -static const struct of_device_id at91_ramc_of_match[] = {
> -	{ .compatible = "atmel,sama5d3-ddramc", },
> -	{ /* sentinel */ }
> -};
> -
>  static const struct of_device_id at91_poweroff_of_match[] = {
>  	{ .compatible = "atmel,at91sam9260-shdwc", },
>  	{ .compatible = "atmel,at91sam9rl-shdwc", },
> -- 
> 2.7.4
> 

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2018-12-05 22:37 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05 11:14 [PATCH 0/4] power: reset: at91-poweroff: cleanups Claudiu.Beznea
2018-11-05 11:14 ` Claudiu.Beznea at microchip.com
2018-11-05 11:14 ` Claudiu.Beznea
2018-11-05 11:14 ` [PATCH 1/4] power: reset: at91-poweroff: use one poweroff function for at91-poweroff Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-12-05 22:37   ` Sebastian Reichel
2018-12-05 22:37     ` Sebastian Reichel
2018-11-05 11:14 ` [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-11-06 21:09   ` Alexandre Belloni
2018-11-06 21:09     ` Alexandre Belloni
2018-11-07 14:54     ` Claudiu.Beznea
2018-11-07 14:54       ` Claudiu.Beznea at microchip.com
2018-11-07 14:54       ` Claudiu.Beznea
2018-11-07 17:23       ` Alexandre Belloni
2018-11-07 17:23         ` Alexandre Belloni
2018-12-05 22:40         ` Sebastian Reichel
2018-12-05 22:40           ` Sebastian Reichel
2018-12-06  9:48           ` Claudiu.Beznea
2018-12-06  9:48             ` Claudiu.Beznea
2018-12-06  9:48             ` Claudiu.Beznea
2018-11-05 11:14 ` [PATCH 3/4] power: reset: at91-poweroff: check shdwc data structure at the beginning of probe Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-12-05 22:38   ` Sebastian Reichel
2018-12-05 22:38     ` Sebastian Reichel
2018-11-05 11:14 ` [PATCH 4/4] power: reset: at91-poweroff: remove at91_ramc_of_match Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-12-05 22:37   ` Sebastian Reichel [this message]
2018-12-05 22:37     ` Sebastian Reichel

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=20181205223730.t6g7lssazxb3zn5y@earth.universe \
    --to=sebastian.reichel@collabora.com \
    --cc=Claudiu.Beznea@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.