
Dear Priyanka Jain,
In message 1288084939-21835-1-git-send-email-Priyanka.Jain@freescale.com you 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@freescale.com Acked-by: Timur Tabi timur@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
Applied to "next", thanks.
Best regards,
Wolfgang Denk