lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 16 Dec 2015 23:02:52 +0100
From:	Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To:	Akshay Bhat <akshay.bhat@...esys.com>
Cc:	rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org,
	a.zummo@...ertech.it, justin.waters@...esys.com
Subject: Re: [PATCH v2] rtc: Add Epson RX8010SJ RTC driver

On 03/12/2015 at 14:41:21 -0500, Akshay Bhat wrote :
> This driver supports the following functions:
>  - reading and setting time
>  - alarms when connected to an IRQ
>  - reading and clearing the voltage low flags
> 
> Datasheet:
> http://www.epsondevice.com/docs/qd/en/DownloadServlet?id=ID000956
> Signed-off-by: Akshay Bhat <akshay.bhat@...esys.com>
> ---
> Changes in v2:
> - Address comments from Alexandre Belloni
> - Update copyright info
> - Use i2c_smbus_read_byte_data/i2c_smbus_read_i2c_block_data directly
> - Use ffs for wday instead of bcd2bin
> - Fixes from checkpatch --strict
> - Limit date range to 2000 to 2100
> - Fix incorrect write to RX8010_WDAY
> - Do not clear VLF flag on power up
> 
>  drivers/rtc/Kconfig      |  10 +
>  drivers/rtc/Makefile     |   1 +
>  drivers/rtc/rtc-rx8010.c | 523 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 534 insertions(+)
>  create mode 100644 drivers/rtc/rtc-rx8010.c
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ