summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-s5m.c
Commit message (Expand)AuthorAge
* rtc: s5m: Remove VLA usageGustavo A. R. Silva2018-03-17
* rtc: s5m: Move enum from rtc.h to rtc-s5m.cGustavo A. R. Silva2018-03-17
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-02
* rtc: s5m: De-inline large functions to save spaceKrzysztof Kozlowski2016-03-14
* rtc: s5m: Make register configuration per S2MPS device to remove exceptionsKrzysztof Kozlowski2016-01-11
* rtc: s5m: Add separate field for storing auto-cleared mask in register configKrzysztof Kozlowski2016-01-11
* rtc: s5m: Cleanup by removing useless 'rtc' prefix from fieldsKrzysztof Kozlowski2016-01-11
* rtc: s5m.c: Add support for S2MPS15 RTCAlim Akhtar2015-11-23
* rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas2015-09-05
* rtc: s5m: fix to update ctrl registerJoonyoung Shim2015-09-05
* drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD typeKrzysztof Kozlowski2015-04-17
* rtc: use more standard kernel logging stylesJoe Perches2015-04-17
* drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-17
* rtc: s5m: Remove unused watchdog and sudden momentary power lossKrzysztof Kozlowski2015-03-03
* drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin2015-01-26
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-20
* drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz2014-08-29
* rtc: s5m: consolidate two device type switch statementsKrzysztof Kozlowski2014-06-10
* rtc: s5m: add support for S2MPS14 RTCKrzysztof Kozlowski2014-06-10
* rtc: s5m: support different register layoutKrzysztof Kozlowski2014-06-10
* rtc: s5m: use shorter time of register updateKrzysztof Kozlowski2014-06-10
* rtc: s5m: remove undocumented time init on first bootKrzysztof Kozlowski2014-06-10
* mfd/rtc: sec/s5m: rename SEC* symbols to S5MKrzysztof Kozlowski2014-06-10
* mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsetsKrzysztof Kozlowski2014-06-03
* drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven2014-01-23
* mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski2013-12-12
* rtc: s5m: enable IRQ wake during suspendKrzysztof Kozlowski2013-12-12
* rtc: s5m: limit endless loop waiting for register updateKrzysztof Kozlowski2013-12-12
* rtc: s5m: fix unsuccesful IRQ request during probeKrzysztof Kozlowski2013-12-12
* drivers/rtc/rtc-s5m.c: fix info->rtc assignmentGeert Uytterhoeven2013-12-12
* rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim2013-11-13