summaryrefslogtreecommitdiffstats
path: root/Documentation/power (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-01rtc: cmos: fix possible race conditionAlexandre Belloni1-4/+8
2018-03-01rtc: ds1553: make alarms usefulAlexandre Belloni1-10/+0
2018-03-01rtc: ds1553: use generic nvmemAlexandre Belloni1-31/+24
2018-03-01rtc: ds1553: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2018-03-01rtc: sirfsoc: remove useless sirfsoc_rtc_ioctlAlexandre Belloni1-18/+0
2018-03-01rtc: m48t59: use generic nvmemAlexandre Belloni1-32/+24
2018-03-01rtc: m48t59: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2018-03-01rtc: ds1343: use generic nvmemAlexandre Belloni1-46/+20
2018-03-01rtc: ds1343: remove undocumented and useless sysfs filesAlexandre Belloni1-95/+1
2018-03-01rtc: ds1343: switch to rtc_register_deviceAlexandre Belloni1-5/+8
2018-03-01rtc: ds1343: simplify regmap initializationAlexandre Belloni1-6/+2
2018-03-01rtc: remove nvmem_configAlexandre Belloni2-3/+0
2018-03-01rtc: rv8803: fix possible race conditionAlexandre Belloni1-8/+8
2018-03-01rtc: rv8803: put struct nvmem_config on the stackAlexandre Belloni1-10/+10
2018-03-01rtc: rv8803: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: pcf85363: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: pcf85363: call rtc_nvmem_register()Alexandre Belloni1-2/+6
2018-03-01rtc: omap: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: m48t86: put m48t86_nvmem_cfg on the stackAlexandre Belloni1-11/+9
2018-03-01rtc: m48t86: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: ds1511: put ds1511_nvmem_cfg on the stackAlexandre Belloni1-10/+9
2018-03-01rtc: ds1511: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni1-6/+6
2018-03-01rtc: ds1305: put ds1305_nvmem_cfg on the stackAlexandre Belloni1-9/+8
2018-03-01rtc: ds1305: call rtc_nvmem_register()Alexandre Belloni1-2/+2
2018-03-01rtc: export rtc_nvmem_register() to driversAlexandre Belloni3-15/+14
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni3-11/+4
2018-02-14rtc: nvmem: disallow registering nvmem more than onceAlexandre Belloni1-0/+3
2018-02-14rtc: nvmem: return error valuesAlexandre Belloni2-8/+13
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni3-11/+14
2018-02-14rtc: documentation: correct nvmem date and versionAlexandre Belloni1-2/+2
2018-02-13rtc: ds1302: remove redundant initializations of pointer bpColin Ian King1-2/+2
2018-02-13rtc: goldfish: Add missing MODULE_LICENSEJames Hogan1-0/+2
2018-02-13rtc: Fix overflow when converting time64_t to rtc_timeBaolin Wang1-4/+2
2018-02-13rtc: Add tracepoints for RTC systemBaolin Wang2-0/+236
2018-02-12Linux 4.16-rc1v4.16-rc1Linus Torvalds1-2/+2
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro8-142/+47
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds297-913/+913
2018-02-11xtensa: fix build with KASANMax Filippov1-0/+2
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre1-8/+8
2018-02-10powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy1-2/+3
2018-02-10mconsole_proc(): don't mess with file->f_posAl Viro1-1/+2
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16
2018-02-10platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systemsVadim Pasternak1-0/+142
2018-02-10platform/x86: mlx-platform: Add support for new msn201x system typeVadim Pasternak1-0/+59
2018-02-10platform/x86: mlx-platform: Add support for new msn274x system typeVadim Pasternak1-0/+124
2018-02-09ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen1-4/+1