aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-sun6i.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateGravatar Michael Trimarchi 1-2/+2
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2017-12-18rtc: sun6i: ensure rtc is kfree'd on errorGravatar Colin Ian King 1-1/+3
2017-09-01rtc: sun6i: Add support for the external oscillator gateGravatar Maxime Ripard 1-3/+21
2017-07-31rtc: sun6i: ensure clk_data is kfree'd on errorGravatar Colin Ian King 1-2/+6
2017-07-31rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()Gravatar Alexey Klimov 1-1/+1
2017-02-12rtc: sun6i: Fix return value check in sun6i_rtc_clk_init()Gravatar Wei Yongjun 1-1/+1
2017-02-01rtc: sun6i: Fix compatibility with old DT bindingGravatar Chen-Yu Tsai 1-3/+3
2017-02-01rtc: sun6i: Switch to devm_rtc_device_registerGravatar Maxime Ripard 1-12/+2
2017-02-01rtc: sun6i: Expose the 32kHz oscillatorGravatar Maxime Ripard 1-13/+133
2017-02-01rtc: sun6i: Switch to the external oscillatorGravatar Maxime Ripard 1-0/+6
2017-02-01rtc: sun6i: Add some lockingGravatar Maxime Ripard 1-2/+15
2017-01-24rtc: sun6i: Disable the build as a moduleGravatar Maxime Ripard 1-6/+1
2014-09-19rtc: sun6i: Add sun6i RTC driverGravatar Chen-Yu Tsai 1-0/+447