summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: max77686: avoid reference of parent device info multiple placesLaxman Dewangan2016-03-141-29/+23
* rtc: max77686: use rtc regmap to access RTC registersLaxman Dewangan2016-03-141-3/+4
* rtc: max77686: fix checkpatch errorLaxman Dewangan2016-03-141-12/+13
* rtc: allow compilation of sun6i RTC for all sunxi SoCsAndre Przywara2016-03-141-3/+4
* rtc: add driver for RX6110SA real time clockSteffen Trumtrar2016-03-143-0/+412
* Documentation: devicetree: add epson rx6110 bindingSteffen Trumtrar2016-03-141-0/+39
* rtc: pcf2123: avoid resetting the clock if possibleJoshua Clayton2016-03-141-3/+12
* rtc: pcf2123: refactor chip reset into a functionJoshua Clayton2016-03-141-28/+36
* rtc: pcf2123: clean up writes to the rtc chipJoshua Clayton2016-03-141-35/+32
* rtc: pcf2123: clean up reads from the chipJoshua Clayton2016-03-141-17/+19
* rtc: pcf2123: define registers and bit macrosJoshua Clayton2016-03-141-3/+47
* rtc: ds1307: add temperature sensor support for ds3231Akinobu Mita2016-02-042-0/+97
* rtc: ds1307: add support for the DT property 'wakeup-source'Michael Lange2016-02-041-2/+27
* rtc: mt6397: add IRQ domain dependencyArnd Bergmann2016-02-041-1/+1
* rtc: rx8025: remove rv8803 idAlexandre Belloni2016-02-041-1/+0
* rtc: ds1305: use to_spi_device and kobj_to_devGeliang Tang2016-02-041-2/+2
* rtc: max77686: Cleanup and reduce dmesg outputKrzysztof Kozlowski2016-02-041-25/+14
* rtc: Remove Maxim 77802 driverJavier Martinez Canillas2016-02-043-513/+0
* rtc: max77686: Properly handle regmap_irq_get_virq() error codeKrzysztof Kozlowski2016-02-041-1/+1
* rtc: max77686: Fix unsupported year messageJavier Martinez Canillas2016-02-041-3/+1
* rtc: max77686: Add max77802 supportJavier Martinez Canillas2016-02-041-40/+156
* rtc: max77686: Add an indirection level to access RTC registersJavier Martinez Canillas2016-02-041-10/+80
* rtc: max77686: Use a driver data struct instead hard-coded valuesJavier Martinez Canillas2016-02-041-17/+34
* rtc: max77686: Use usleep_range() instead of msleep()Javier Martinez Canillas2016-02-041-2/+3
* rtc: max77686: Use ARRAY_SIZE() instead of current array lengthJavier Martinez Canillas2016-02-041-11/+12
* rtc: max77686: Fix max77686_rtc_read_alarm() return valueJavier Martinez Canillas2016-02-041-1/+1
* Linux 4.5-rc1v4.5-rc1Linus Torvalds2016-01-241-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-24130-676/+4923
|\
| * Merge branch '4.4-fixes' into mips-for-linux-nextRalf Baechle2016-01-247-4/+14
| |\
| | * MIPS: Fix macro typoJaedon Shin2016-01-241-1/+1
| | * MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn2016-01-242-0/+7
| | * MIPS: io.h: Define `ioremap_cache'Maciej W. Rozycki2016-01-241-0/+1
| | * Revert "MIPS: Fix PAGE_MASK definition"Dan Williams2016-01-231-1/+1
| * | MIPS: zboot: Add support for serial debug using the PROMAlban Bedel2016-01-243-0/+12
| * | MIPS: zboot: Avoid useless rebuildsAlban Bedel2016-01-241-6/+8
| * | MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIBFlorian Fainelli2016-01-241-0/+1
| * | MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionSimon Arlott2016-01-242-13/+0
| * | MIPS: bcm963xx: Update bcm_tag field image_sequenceSimon Arlott2016-01-241-6/+5
| * | MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott2016-01-242-4/+7
| * | MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott2016-01-243-4/+7
| * | MIPS: bcm63xx: nvram: Use nvram structure definition from header fileSimon Arlott2016-01-241-32/+3
| * | MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structureSimon Arlott2016-01-242-0/+113
| * | MAINTAINERS: Add KVM for MIPS entryJames Hogan2016-01-241-0/+8
| * | MIPS: KVM: Add missing newline to kvm_err()James Hogan2016-01-241-1/+1
| * | MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-244-28/+5
| * | MIPS: KVM: Use cacheops.h definitionsJames Hogan2016-01-241-22/+8
| * | MIPS: Break down cacheops.h definitionsJames Hogan2016-01-241-42/+64
| * | MIPS: Use EXCCODE_ constants with set_except_vector()James Hogan2016-01-242-30/+30
| * | MIPS: Update trap codesJames Hogan2016-01-241-2/+10
| * | MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2016-01-245-83/+80