summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-18rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri
2012-12-18rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri
2012-12-18rtc: rtc-spear: use devm_*() routinesViresh Kumar
2012-12-18drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun
2012-12-18drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga
2012-12-18drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge
2012-12-18drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge
2012-12-18rtc: omap: add runtime pm supportVaibhav Hiremath
2012-12-18rtc: omap: depend on am33xxAfzal Mohammed
2012-12-18rtc: omap: dt supportAfzal Mohammed
2012-12-18ARM: davinci: remove rtc kicker releaseAfzal Mohammed
2012-12-18rtc: omap: kicker mechanism supportAfzal Mohammed
2012-12-18binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox
2012-12-18checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-18checkpatch: add support for floating point constantsJoe Perches
2012-12-18checkpatch: find hex constants as a single IDENTJoe Perches
2012-12-18checkpatch: add --strict test for switch/default missing breakJoe Perches
2012-12-18checkpatch: warn when declaring "struct spinlock foo;"Joe Perches
2012-12-18checkpatch: Add --strict messages for blank lines around bracesJoe Perches
2012-12-18checkpatch: extend line continuation testJoe Perches
2012-12-18checkpatch: allow control over line length warning, default remains 80Joe Perches
2012-12-18checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft
2012-12-18checkpatch: remove reference to feature-removal-schedule.txtTao Ma
2012-12-18checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook
2012-12-18checkpatch: warn on unnecessary line continuationsJoe Perches
2012-12-18compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-12-18lib/rbtree_test.c: fix uninitialized variable warningCong Ding
2012-12-18percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov
2012-12-18percpu_rw_semaphore: add lockdep annotationsOleg Nesterov
2012-12-18percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov
2012-12-18percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov
2012-12-18sscanf: don't ignore field widths for numeric conversionsJan Beulich
2012-12-18drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko
2012-12-18trace: use kbasename()Andy Shevchenko
2012-12-18procfs: use kbasename()Andy Shevchenko
2012-12-18mm: use kbasename()Andy Shevchenko
2012-12-18lib: dynamic_debug: use kbasename()Andy Shevchenko
2012-12-18string: introduce helper to get base file name from given pathAndy Shevchenko
2012-12-18MAINTAINERS: add LP855x backlight driver entryKim, Milo
2012-12-18backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ONMarko Katic
2012-12-18drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...Jingoo Han
2012-12-18drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be calledJingoo Han
2012-12-18backlight: 88pm860x_bl: remove an unnecessary line continuationJingoo Han
2012-12-18drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...Peter Ujfalusi
2012-12-18backlight: add of_find_backlight_by_node()Thierry Reding
2012-12-18drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs fileAxel Lin
2012-12-18drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han
2012-12-18drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han
2012-12-18drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointerJingoo Han
2012-12-18drivers/video/backlight/vgg2432a4.c: add missing constJingoo Han