summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-03drivers/rtc/rtc-pcf8583.c: move assignment outside if conditionSachin Kamat
2013-07-03drivers/rtc/rtc-pcf2123.c: remove space before tabsSachin Kamat
2013-07-03drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>Sachin Kamat
2013-07-03drivers/rtc/rtc-mxc.c: fix checkpatch errorSachin Kamat
2013-07-03drivers/rtc/rtc-msm6242.c: use pr_warnSachin Kamat
2013-07-03drivers/rtc/rtc-mpc5121.c: remove space before tabSachin Kamat
2013-07-03drivers/rtc/rtc-max8997.c: remove space before semicolonSachin Kamat
2013-07-03drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat
2013-07-03drivers/rtc/rtc-max6902.c: remove unwanted spacesSachin Kamat
2013-07-03drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat
2013-07-03drivers/rtc/rtc-fm3130.c: fix whitespace related issueSachin Kamat
2013-07-03drivers/rtc/rtc-ds3234.c: fix whitespace issueSachin Kamat
2013-07-03drivers/rtc/rtc-ds1511.c: fix issues related to spaces and bracesSachin Kamat
2013-07-03drivers/rtc/rtc-ds1374.c: fix spacing related issuesSachin Kamat
2013-07-03drivers/rtc/rtc-ds1305.c: add missing braces around sizeofSachin Kamat
2013-07-03drivers/rtc/rtc-davinci.c: fix whitespace warningSachin Kamat
2013-07-03drivers/rtc/rtc-cmos.c: fix whitespace related errorsSachin Kamat
2013-07-03drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h>Sachin Kamat
2013-07-03drivers/rtc/rtc-at32ap700x.c: fix checkpatch errorSachin Kamat
2013-07-03drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat
2013-07-03drivers/rtc/rtc-v3020.c: remove redundant gotoSachin Kamat
2013-07-03rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-03kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause
2013-07-03insert missing space in printk line of root_delayToralf Förster
2013-07-03init: remove permanent string buffer from do_one_initcall()Steven Rostedt
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches
2013-07-03checkpatch: allow longer logging function namesJacob Keller
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches
2013-07-03checkpatch: improve "no space after cast" testJoe Perches
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches
2013-07-03checkpatch: improve network block comment test and messageJoe Perches
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches
2013-07-03lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du
2013-07-03ipw2200: convert __list_for_each usage to list_for_eachDave Jones
2013-07-03radeon: remove redundant __list_for_each definition from mkregtable.cDave Jones
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan
2013-07-03MAINTAINERS: add Backlight subsystem co-maintainerJingoo Han
2013-07-03lcd: add devm_lcd_device_{register,unregister}()Jingoo Han