summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Belloni1-2/+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 Belloni2-15/+1
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni2-3/+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-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 Wang1-0/+30
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds187-510/+510
2018-02-12Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-02-11Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds9-36/+111
2018-02-11Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86Linus Torvalds2-11/+363
2018-02-11Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-19/+57
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-2/+1017
2018-02-10Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds4-4/+0
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-100/+330
2018-02-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds13-389/+795
2018-02-10Merge tag 'fbdev-v4.16-fix' of git://github.com/bzolnier/linuxLinus Torvalds4-0/+6
2018-02-09ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen1-4/+1
2018-02-09s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-02-09s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-02-09net: stmmac: remove redundant enable of PMT irqNiklas Cassel2-4/+1
2018-02-09net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4Niklas Cassel2-3/+3
2018-02-09net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel1-2/+4
2018-02-09ibmvnic: Reset long term map ID counterThomas Falcon1-0/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-02-09Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-25/+27