[U-Boot] [PATCH][v4] RTC driver for PT7C4338 chip.

Kumar Gala galak at kernel.crashing.org
Fri Dec 17 11:32:28 CET 2010


On Oct 26, 2010, at 4:22 AM, Priyanka Jain wrote:

> PT7C4338 chip is being manufactured by Pericom Technology Inc.
> It is a serial real-time clock which provides:
> 1)Low-power clock/calendar.
> 2)Programmable square-wave output.
> It has 56 bytes of nonvolatile RAM.
> 
> Signed-off-by: Priyanka Jain <Priyanka.Jain at freescale.com>
> Acked-by: Timur Tabi <timur at freescale.com>
> ---
> PT7C4338 RTC driver is verified on Freescale P1010RDB. 
> Changes for v1:
> 	Incoperated Heiko's review comments 
> 	-keeping the Makefile list sorted.
> 	-Removing unneccesary blank lines.
> Changes for v2:
> 	Incoperated Wolfgang Denk's review comments
> 	-Merging two checks of RTC Oscillator stop check into one
> Changes for v3:  
> 	-Removing board name from pt7c4338.c file as this can be used 
> 	 for any board having PT7C4338 chip.  
> Changes for v4:  
> 	Incoperated Wolfgang Denk's review comments
> 	-Attaching patch change log
> 
> drivers/rtc/Makefile   |    1 +
> drivers/rtc/pt7c4338.c |  144 ++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 145 insertions(+), 0 deletions(-)
> create mode 100644 drivers/rtc/pt7c4338.c

Is this going into 'next'?

- k


More information about the U-Boot mailing list