summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* befs: replace typedef befs_inode_info by structureFabian Frederick2015-04-172-7/+7
* befs: replace typedef befs_sb_info by structureFabian Frederick2015-04-175-13/+11
* befs: replace typedef befs_mount_options by structureFabian Frederick2015-04-172-5/+5
* rtc: use more standard kernel logging stylesJoe Perches2015-04-1713-24/+49
* drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner2015-04-171-5/+5
* drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() checkKrzysztof Kozlowski2015-04-171-3/+1
* drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla2015-04-171-2/+3
* drivers/rtc/Kconfig: update Kconfig for OMAP RTCLokesh Vutla2015-04-171-3/+3
* drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla2015-04-171-11/+52
* drivers/rtc/rtc-s3c.c: fix failed first read of RTC timeKrzysztof Kozlowski2015-04-171-16/+16
* rtc: hctosys: use function name in the error logAaro Koskinen2015-04-171-1/+1
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-171-2/+3
* drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen2015-04-171-3/+3
* drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-172-1/+21
* MAINTAINERS: Add Alexandre Belloni as an RTC maintainerAlexandre Belloni2015-04-171-0/+1
* rtc: driver for Conexant Digicolor CX92755 on-chip RTCBaruch Siach2015-04-173-0/+238
* rtc: digicolor: document device tree bindingBaruch Siach2015-04-171-0/+17
* drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner2015-04-171-1/+1
* drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspendAdam Ward2015-04-171-0/+2
* drivers/rtc/rtc-da9052.c: add constraints to set valid yearAdam Ward2015-04-171-0/+8
* drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...Adam Ward2015-04-171-21/+66
* drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard2015-04-171-2/+2
* drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard2015-04-171-1/+0
* drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_configKrzysztof Kozlowski2015-04-171-1/+1
* drivers/rtc/rtc-s3c.c: delete duplicate clock controlChanwoo Choi2015-04-171-124/+39
* rtc: hctosys: do not treat lack of RTC device as errorFloris Bos2015-04-171-1/+1
* drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extensionMartin Kepplinger2015-04-171-2/+2
* drivers/rtc/rtc-em3027.c: add device tree supportPeter Robinson2015-04-171-0/+11
* rtc: stmp3xxx: use optional crystal in low power statesUwe Kleine-König2015-04-172-6/+65
* drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec2015-04-171-6/+1
* kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin2015-04-171-2/+6
* fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes2015-04-171-21/+9
* checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches2015-04-171-0/+8
* checkpatch: fix --fix use with a patch of multiple filesJoe Perches2015-04-171-1/+1
* errno.h: Improve ENOSYS's commentAndy Lutomirski2015-04-171-1/+10
* checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski2015-04-171-0/+8
* checkpatch: add a test for const with __read_mostly usesJoe Perches2015-04-171-0/+10
* checkpatch: improve operator spacing checkSam Bobroff2015-04-171-1/+1
* checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches2015-04-171-0/+13
* checkpatch: add uart_ops to normally const structsJoe Perches2015-04-171-0/+1
* checkpatch: add #define foo "string" long line exceptionJoe Perches2015-04-171-2/+3
* checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches2015-04-172-2/+11
* checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick2015-04-171-7/+11
* checkpatch: add test for repeated const usesJoe Perches2015-04-171-0/+18
* checkpatch: improve return negative errno checkJoe Perches2015-04-171-3/+3
* checkpatch: match more world writable permissionsJoe Perches2015-04-171-2/+10
* checkpatch: add optional --codespell dictionary to find more typosJoe Perches2015-04-171-4/+34
* checkpatch: spell check reudceJani Nikula2015-04-171-0/+1
* checkpatch: add spell checking of email subject lineJoe Perches2015-04-171-1/+2
* checkpatch: improve "no space is necessary after a cast" testJoe Perches2015-04-171-2/+9
OpenPOWER on IntegriCloud