linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Bastian Stender <bst@pengutronix.de>, rtc-linux@googlegroups.com
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Arnd Bergmann <arnd@arndb.de>, Felipe Balbi <balbi@ti.com>,
	Nishanth Menon <nm@ti.com>, Tony Lindgren <tony@atomide.com>,
	kernel@pengutronix.de
Subject: [rtc-linux] Re: [PATCH] rtc: ds1307: add OF and ACPI entries for Epson RX8130
Date: Tue, 17 Oct 2017 14:49:14 +0200	[thread overview]
Message-ID: <6c4c6718-fda0-80df-d217-da27108f4809@denx.de> (raw)
In-Reply-To: <20171017124607.17461-1-bst@pengutronix.de>

On 10/17/2017 02:46 PM, Bastian Stender wrote:
> Make Epson RX8130 device tree and ACPI aware.
> 
> Fixes: ee0981be7704 ("rtc: ds1307: Add support for Epson RX8130CE")

Fixes , really ? I don't think it's broken in any way without the ACPI
entries.

> Signed-off-by: Bastian Stender <bst@pengutronix.de>
> ---
>  drivers/rtc/rtc-ds1307.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c
> index e7d9215c9201..8e2cd45a2f96 100644
> --- a/drivers/rtc/rtc-ds1307.c
> +++ b/drivers/rtc/rtc-ds1307.c
> @@ -325,6 +325,10 @@ static const struct of_device_id ds1307_of_match[] = {
>  		.compatible = "isil,isl12057",
>  		.data = (void *)ds_1337
>  	},
> +	{
> +		.compatible = "epson,rx8130",
> +		.data = (void *)rx_8130
> +	},
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(of, ds1307_of_match);
> @@ -348,6 +352,7 @@ static const struct acpi_device_id ds1307_acpi_ids[] = {
>  	{ .id = "PT7C4338", .driver_data = ds_1307 },
>  	{ .id = "RX8025", .driver_data = rx_8025 },
>  	{ .id = "ISL12057", .driver_data = ds_1337 },
> +	{ .id = "RX8130", .driver_data = rx_8130 },
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(acpi, ds1307_acpi_ids);
> 


-- 
Best regards,
Marek Vasut

-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  reply	other threads:[~2017-10-17 12:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-17 12:46 [PATCH] rtc: ds1307: add OF and ACPI entries for Epson RX8130 Bastian Stender
2017-10-17 12:49 ` Marek Vasut [this message]
2017-10-17 12:55   ` [rtc-linux] " Bastian Stender
2017-10-17 13:00     ` Marek Vasut
2017-10-26 20:59 ` Alexandre Belloni

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=6c4c6718-fda0-80df-d217-da27108f4809@denx.de \
    --to=marex@denx.de \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=arnd@arndb.de \
    --cc=balbi@ti.com \
    --cc=bst@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=nm@ti.com \
    --cc=rtc-linux@googlegroups.com \
    --cc=tony@atomide.com \
    /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;
as well as URLs for NNTP newsgroup(s).