mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 15:34:48 +08:00
bfebeb1672
Subsystem: - new helpers to add custom sysfs attributes - struct rtc_task removal along with rtc_irq_register/rtc_irq_unregister - rtc_irq_set_state and rtc_irq_set_freq are not exported anymore Drivers: - armada38x: reset after rtc power loss - ds1307: now supports m41t11 - isl1208: now supports isl1219 and tamper detection - pcf2127: internal SRAM support -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEXx9Viay1+e7J/aM4AyWl4gNJNJIFAlt7L0oACgkQAyWl4gNJ NJIB3w/+Mo5moMRnjDe+MiFzbLxe9lv3Wtdmqq0AdHQpxxOVu7LQ2O5oHQBjdMsz nCYPy7sIWBXzJWI+X5OByukZheWmhmsORtZw14MrmhMCY7Xt0lCHAsmHzs0yyqXT KnF0RL9HtSfYr4ftcOGrnY/8VZCPjI0I08AP1naVYTcX34PPGRL7KWwyxYBuwyOL Za2eH8snhI/QkEKx9enPsXeMvB87hkhCEFM0oTyyS5bY6L68PGzErWO4J8mWvFSH w1GWOvaNAg74lSe1Kgq9QtXRmhl67vwPLUX3QdxKb0HRuEInfdwDifdwU14HixE/ t2Vj0HNpn9xZwRhCvC/LnwtQGr+53R2Ase5NSwpZvpvM8e2LgoN/W7NxoD4BGSMi Aal0lPUFLbzayFQC5MOIZVazrf7PzWowSFNWO66uQR3Cmt/voGtRDGbfTPHn6nvs kLl5kb8j0KdJOsVeDDmnVmEU0ZEmGZSqxX7oE0QiL8QMim76yZtqwy1Y13xE5nI9 6fDA2MyQADNn5JDFMC/deL/d8hgI4Yv19tNOxNuj9yW/wFbctCG4tkremQoXHZ4n zLg/pdS2/iHSGKYW6ejWIS7VxwEWDbJp60Tx02LWQz40xXiUtgYh0/eYCzdfBVU/ wXla023DFerg1irguOrSPTLLDddvOz8fW6Gh7DMT+nxjuxdh+lw= =cAQ9 -----END PGP SIGNATURE----- Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux Pull RTC updates from Alexandre Belloni: "It is now possible to add custom sysfs attributes while avoiding a possible race condition. Unused code has been removed resulting in a nice reduction of the code base. And more drivers have been switched to SPDX by their maintainers. Summary: Subsystem: - new helpers to add custom sysfs attributes - struct rtc_task removal along with rtc_irq_[un]register() - rtc_irq_set_state and rtc_irq_set_freq are not exported anymore Drivers: - armada38x: reset after rtc power loss - ds1307: now supports m41t11 - isl1208: now supports isl1219 and tamper detection - pcf2127: internal SRAM support" * tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (34 commits) rtc: ds1307: simplify hwmon config rtc: s5m: Add SPDX license identifier rtc: maxim: Add SPDX license identifiers rtc: isl1219: add device tree documentation rtc: isl1208: set ev-evienb bit from device tree rtc: isl1208: Add "evdet" interrupt source for isl1219 rtc: isl1208: add support for isl1219 with tamper detection rtc: sysfs: facilitate attribute add to rtc device rtc: remove struct rtc_task char: rtc: remove task handling rtc: pcf85063: preserve control register value between stop and start rtc: sh: remove unused variable rtc_dev rtc: unexport rtc_irq_set_* rtc: simplify rtc_irq_set_state/rtc_irq_set_freq rtc: remove irq_task and irq_task_lock rtc: remove rtc_irq_register/rtc_irq_unregister rtc: sh: remove dead code rtc: sa1100: don't set PIE frequency rtc: ds1307: support m41t11 variant rtc: ds1307: fix data pointer to m41t0 ... |
||
---|---|---|
.. | ||
abracon,abx80x.txt | ||
alphascale,asm9260-rtc.txt | ||
armada-380-rtc.txt | ||
atmel,at91rm9200-rtc.txt | ||
atmel,at91sam9-rtc.txt | ||
brcm,brcmstb-waketimer.txt | ||
cpcap-rtc.txt | ||
dallas,ds1390.txt | ||
digicolor-rtc.txt | ||
dw-apb.txt | ||
epson,rtc7301.txt | ||
epson,rx6110.txt | ||
epson,rx8900.txt | ||
faraday,ftrtc010.txt | ||
google,goldfish-rtc.txt | ||
haoyu,hym8563.txt | ||
imxdi-rtc.txt | ||
ingenic,jz4740-rtc.txt | ||
isil,isl1219.txt | ||
isil,isl12026.txt | ||
isil,isl12057.txt | ||
lpc32xx-rtc.txt | ||
maxim-ds1302.txt | ||
maxim,ds1742.txt | ||
maxim,ds3231.txt | ||
maxim,mcp795.txt | ||
microchip,pic32-rtc.txt | ||
moxa,moxart-rtc.txt | ||
nvidia,tegra20-rtc.txt | ||
nxp,lpc1788-rtc.txt | ||
nxp,rtc-2123.txt | ||
olpc-xo1-rtc.txt | ||
orion-rtc.txt | ||
pcf8563.txt | ||
pcf85363.txt | ||
pxa-rtc.txt | ||
realtek,rtd119x.txt | ||
rtc-cmos.txt | ||
rtc-ds1307.txt | ||
rtc-m41t80.txt | ||
rtc-mt7622.txt | ||
rtc-mxc_v2.txt | ||
rtc-mxc.txt | ||
rtc-omap.txt | ||
rtc-opal.txt | ||
rtc-palmas.txt | ||
rtc-sh.txt | ||
rtc-st-lpc.txt | ||
s3c-rtc.txt | ||
sa1100-rtc.txt | ||
sirf,prima2-sysrtc.txt | ||
snvs-rtc.txt | ||
spear-rtc.txt | ||
sprd,sc27xx-rtc.txt | ||
st,stm32-rtc.txt | ||
stericsson,coh901331.txt | ||
stmp3xxx-rtc.txt | ||
sun6i-rtc.txt | ||
sunxi-rtc.txt | ||
ti,bq32k.txt | ||
twl-rtc.txt | ||
via,vt8500-rtc.txt | ||
xgene-rtc.txt | ||
xlnx-rtc.txt |