[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VfRDWC1DAhHK-B_2rGLdLGG_FjHmYAmRS5ucspaUoJygA@mail.gmail.com>
Date: Fri, 16 Feb 2018 22:13:40 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: David Daney <david.daney@...ium.com>
Cc: Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>, linux-rtc@...r.kernel.org,
devicetree <devicetree@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v4] rtc: isl12026: Add driver.
On Fri, Feb 16, 2018 at 9:44 PM, David Daney <david.daney@...ium.com> wrote:
> The ISL12026 is a combination RTC and EEPROM device with I2C
> interface. The standard RTC driver interface is provided. The EEPROM
> is accessed via the NVMEM interface via the "eeprom0" directory in the
> sysfs entry for the device.
> +config RTC_DRV_ISL12026
> + tristate "Intersil ISL12026"
depends on OF
> +static struct i2c_driver isl12026_driver = {
> + .driver = {
> + .name = "rtc-isl12026",
> + .of_match_table = of_match_ptr(isl12026_dt_match),
/of_match_ptr//
> + },
> + .probe_new = isl12026_probe_new,
> + .remove = isl12026_remove,
> +};
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists