summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-1824-257/+1055
|\
| * rtc: mcp795: Fix whitespace and indentation.Emil Bartczak2016-12-191-6/+6
| * rtc: mcp795: Prefer using the BIT() macro.Emil Bartczak2016-12-191-2/+2
| * rtc: mcp795: fix month write resetting date to 1.Emil Bartczak2016-12-191-5/+81
| * rtc: mcp795: fix time range difference between linux and RTC chip.Emil Bartczak2016-12-191-2/+2
| * rtc: mcp795: fix bitmask value for leap year (LP).Emil Bartczak2016-12-191-1/+2
| * rtc: mcp795: use bcd2bin/bin2bcd.Emil Bartczak2016-12-191-12/+13
| * rtc: add support for EPSON TOYOCOM RTC-7301SF/DGAkinobu Mita2016-12-194-0/+481
| * rtc: ds1307: Add ACPI supportTin Huynh2016-12-191-9/+43
| * rtc: imxdi: (trivial) fix a typoMartin Kaiser2016-12-071-1/+1
| * rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia2016-12-071-3/+1
| * rtc: twl: make driver DT onlyNicolae Rosia2016-11-302-5/+8
| * rtc: twl: kill static variablesNicolae Rosia2016-11-301-76/+114
| * rtc: fix typos in KconfigAlexandre Belloni2016-11-091-2/+2
| * rtc: jz4740: make the driver builtin onlyAlexandre Belloni2016-11-092-13/+2
| * rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni2016-11-081-2/+1
| * Documentation: bindings: fix twl-rtc documentationNicolae Rosia2016-11-051-10/+9
| * rtc: Enable compile testing for Maxim and Samsung driversKrzysztof Kozlowski2016-11-051-3/+4
| * MIPS: jz4740: Remove obsolete codePaul Cercueil2016-11-053-85/+0
| * MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerPaul Cercueil2016-11-052-1/+4
| * MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreePaul Cercueil2016-11-051-0/+11
| * rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil2016-11-051-0/+81
| * rtc: jz4740: Add support for devicetreePaul Cercueil2016-11-041-1/+15
| * Documentation: dt: Add binding info for jz4740-rtc driverPaul Cercueil2016-11-041-0/+37
| * rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil2016-11-042-5/+51
| * rtc: sparc: make sun4v explicitly non-modularPaul Gortmaker2016-11-041-6/+4
| * rtc: sparc: make starfire explicitly non-modularPaul Gortmaker2016-11-041-6/+4
| * rtc: make rtc-lib explicitly non-modularPaul Gortmaker2016-11-041-3/+1
| * rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak2016-11-041-0/+7
| * ABI: rtc-ab8500: fix rtc_calibration documentationMauro Carvalho Chehab2016-10-301-2/+3
| * rtc: cmos: don't refer to asm-generic/rtc.hChristoph Hellwig2016-10-192-5/+2
| * rtc: cmos: Reject unsupported alarm valuesGabriele Mazzotta2016-10-191-0/+72
* | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-1814-80/+190
|\ \
| * \ Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams2016-12-1714-80/+190
| |\ \
| | * | dax: add region 'id', 'size', and 'align' attributesDan Williams2016-12-171-0/+94
| | * | libnvdimm: fix mishandled nvdimm_clear_poison() return valueDan Williams2016-12-162-11/+19
| | * | libnvdimm: replace mutex_is_locked() warnings with lockdep_assert_heldDan Williams2016-12-153-8/+6
| | * | libnvdimm, pfn: fix align attributeDan Williams2016-12-101-1/+1
| | * | libnvdimm, e820: use module_platform_driverJohannes Thumshirn2016-12-051-11/+1
| | * | libnvdimm, namespace: use octal for permissionsFabian Frederick2016-12-041-2/+2
| | * | libnvdimm, namespace: avoid multiple sector calculationsFabian Frederick2016-12-041-6/+5
| | * | libnvdimm: remove else after return in nsio_rw_bytes()Fabian Frederick2016-12-041-19/+16
| | * | libnvdimm, namespace: fix the type of name variableNicolas Iooss2016-11-281-1/+1
| | * | libnvdimm: use consistent naming for request_mem_region()Dan Williams2016-11-283-3/+4
| | * | nvdimm: use the right length of "pmem"Nicolas Iooss2016-11-111-1/+1
| | * | libnvdimm: check and clear poison before writing to pmemDave Jiang2016-11-111-4/+26
| | * | tools/testing/nvdimm: dynamic label supportDan Williams2016-10-191-7/+23
| | * | libnvdimm: allow a platform to force enable label supportDan Williams2016-10-193-0/+10
| | * | libnvdimm: use generic iostat interfacesToshi Kani2016-10-192-31/+9
| | |/
* | | Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...Linus Torvalds2016-12-1813-19/+897
|\ \ \