aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-23checkpatch: whitespace - add/remove blank linesJoe Perches1-1/+3
2012-03-23checkpatch: warn on use of yield()Joe Perches1-0/+6
2012-03-23checkpatch: add --strict tests for braces, comments and castsJoe Perches1-8/+32
2012-03-23checkpatch: add [] to type extensionsAndy Whitcroft1-1/+1
2012-03-23checkpatch: high precedence operators do not require additional parentheses in #definesAndy Whitcroft1-1/+1
2012-03-23checkpatch: handle string concatenation in simple #definesAndy Whitcroft1-0/+6
2012-03-23checkpatch: allow simple character constants in #definesAndy Whitcroft1-0/+1
2012-03-23checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft1-1/+1
2012-03-23checkpatch.pl: be silent when -q and --ignore is givenArtem Bityutskiy1-3/+2
2012-03-23checkpatch: add some --strict coding style checksJoe Perches1-10/+84
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches4-7/+14
2012-03-23prio_tree: introduce prio_set_parent()Xiao Guangrong1-25/+22
2012-03-23prio_tree: simplify prio_tree_expand()Xiao Guangrong1-24/+14
2012-03-23prio_tree: cleanup prio_tree_left()/prio_tree_right()Xiao Guangrong1-41/+37
2012-03-23prio_tree: remove unnecessary code in prio_tree_replaceXiao Guangrong1-1/+0
2012-03-23string: memchr_inv() speed improvementsAkinobu Mita1-4/+16
2012-03-23led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu3-71/+71
2012-03-23drivers/leds/leds-lm3530.c: move the code setting gen_config to one placeAxel Lin1-8/+10
2012-03-23drivers/leds/leds-pca9633.c: remove unused 'adapter' variableAxel Lin1-2/+0
2012-03-23leds-lm3530: replace pltfm with pdataKim, Milo1-18/+18
2012-03-23leds-lm3530: remove LM3530_ALS_ZONE_REG codeKim, Milo1-15/+12
2012-03-23leds-lm3530: support pwm input modeKim, Milo2-8/+33
2012-03-23leds-lm3530: replace i2c_client with led_classdevKim, Milo1-8/+7
2012-03-23leds-lm3530: set the max_brightness to 127Kim, Milo1-2/+9
2012-03-23drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2012-03-23drivers/leds: add driver for PCA9633 I2C chipPeter Meerwald3-0/+204
2012-03-23drivers/leds/leds-lp5523.c: constify some dataAndrew Morton1-3/+3
2012-03-23drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR1-1/+1
2012-03-23drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo1-11/+10
2012-03-23drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo3-1/+150
2012-03-23drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo3-15/+36
2012-03-23drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo3-3/+15
2012-03-23drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2012-03-23drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter1-5/+3
2012-03-23drivers/leds/leds-lp5521.c: fix typoMasanari Iida1-1/+1
2012-03-23x86: use for_each_clear_bit_from()Akinobu Mita1-3/+3
2012-03-23uwb: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-03-23s390/char: use for_each_clear_bit()Akinobu Mita1-3/+2
2012-03-23mtd: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-03-23bitops: introduce for_each_clear_bit()Akinobu Mita1-0/+11
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita2-4/+1
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita3-4/+7
2012-03-23backlight: fix ot200_bl buildRandy Dunlap1-1/+1
2012-03-23backlight: convert platform_lcd to dev_pm_opsJingoo Han1-9/+10
2012-03-23backlight: add support for Pandora backlightGrazvydas Ignotas3-0/+179
2012-03-23backlight: add driver for Bachmann's ot200Christian Gmeiner3-1/+183
2012-03-23backlight: new backlight driver for LP855x devicesKim, Milo5-0/+548
2012-03-23drivers/video/backlight/adp5520_bl.c: use devm_ functionsJulia Lawall1-5/+1
2012-03-23drivers/video/backlight: use devm_ functionsJulia Lawall8-47/+18
2012-03-23drivers/video/backlight/wm831x_bl.c: use devm_ functionsJulia Lawall1-5/+1