summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-s5m.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: s5m: De-inline large functions to save spaceKrzysztof Kozlowski2016-03-141-4/+4
* rtc: s5m: Make register configuration per S2MPS device to remove exceptionsKrzysztof Kozlowski2016-01-111-35/+75
* rtc: s5m: Add separate field for storing auto-cleared mask in register configKrzysztof Kozlowski2016-01-111-1/+5
* rtc: s5m: Cleanup by removing useless 'rtc' prefix from fieldsKrzysztof Kozlowski2016-01-111-21/+19
* rtc: s5m.c: Add support for S2MPS15 RTCAlim Akhtar2015-11-231-4/+33
* rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas2015-09-051-0/+1
* rtc: s5m: fix to update ctrl registerJoonyoung Shim2015-09-051-0/+10
* drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD typeKrzysztof Kozlowski2015-04-171-4/+6
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-1/+3
* drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-171-1/+19
* rtc: s5m: Remove unused watchdog and sudden momentary power lossKrzysztof Kozlowski2015-03-031-60/+0
* drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin2015-01-261-0/+1
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz2014-08-291-7/+14
* rtc: s5m: consolidate two device type switch statementsKrzysztof Kozlowski2014-06-101-19/+8
* rtc: s5m: add support for S2MPS14 RTCKrzysztof Kozlowski2014-06-101-17/+84
* rtc: s5m: support different register layoutKrzysztof Kozlowski2014-06-101-48/+109
* rtc: s5m: use shorter time of register updateKrzysztof Kozlowski2014-06-101-0/+7
* rtc: s5m: remove undocumented time init on first bootKrzysztof Kozlowski2014-06-101-30/+0
* mfd/rtc: sec/s5m: rename SEC* symbols to S5MKrzysztof Kozlowski2014-06-101-33/+33
* mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsetsKrzysztof Kozlowski2014-06-031-5/+70
* drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven2014-01-231-0/+2
* mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski2013-12-121-1/+1
* rtc: s5m: enable IRQ wake during suspendKrzysztof Kozlowski2013-12-121-0/+25
* rtc: s5m: limit endless loop waiting for register updateKrzysztof Kozlowski2013-12-121-6/+31
* rtc: s5m: fix unsuccesful IRQ request during probeKrzysztof Kozlowski2013-12-121-2/+4
* drivers/rtc/rtc-s5m.c: fix info->rtc assignmentGeert Uytterhoeven2013-12-121-27/+27
* rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim2013-11-131-0/+635