Age | Commit message (Expand) | Author | Files | Lines |
2012-03-23 | crc32: move long comment about crc32 fundamentals to Documentation/ | Bob Pearson | 3 | -127/+186 |
2012-03-23 | crc32: remove two instances of trailing whitespaces | Bob Pearson | 2 | -2/+2 |
2012-03-23 | checkpatch: check for quoted strings broken across lines | Josh Triplett | 1 | -0/+15 |
2012-03-23 | checkpatch: whitespace - add/remove blank lines | Joe Perches | 1 | -1/+3 |
2012-03-23 | checkpatch: warn on use of yield() | Joe Perches | 1 | -0/+6 |
2012-03-23 | checkpatch: add --strict tests for braces, comments and casts | Joe Perches | 1 | -8/+32 |
2012-03-23 | checkpatch: add [] to type extensions | Andy Whitcroft | 1 | -1/+1 |
2012-03-23 | checkpatch: high precedence operators do not require additional parentheses i... | Andy Whitcroft | 1 | -1/+1 |
2012-03-23 | checkpatch: handle string concatenation in simple #defines | Andy Whitcroft | 1 | -0/+6 |
2012-03-23 | checkpatch: allow simple character constants in #defines | Andy Whitcroft | 1 | -0/+1 |
2012-03-23 | checkpatch: catch [ ... ] usage when not at the beginning of definition | Andy Whitcroft | 1 | -1/+1 |
2012-03-23 | checkpatch.pl: be silent when -q and --ignore is given | Artem Bityutskiy | 1 | -3/+2 |
2012-03-23 | checkpatch: add some --strict coding style checks | Joe Perches | 1 | -10/+84 |
2012-03-23 | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) | Joe Perches | 4 | -7/+14 |
2012-03-23 | prio_tree: introduce prio_set_parent() | Xiao Guangrong | 1 | -25/+22 |
2012-03-23 | prio_tree: simplify prio_tree_expand() | Xiao Guangrong | 1 | -24/+14 |
2012-03-23 | prio_tree: cleanup prio_tree_left()/prio_tree_right() | Xiao Guangrong | 1 | -41/+37 |
2012-03-23 | prio_tree: remove unnecessary code in prio_tree_replace | Xiao Guangrong | 1 | -1/+0 |
2012-03-23 | string: memchr_inv() speed improvements | Akinobu Mita | 1 | -4/+16 |
2012-03-23 | led-class: change back LEDS_CLASS to tristate instead of bool | Bryan Wu | 3 | -71/+71 |
2012-03-23 | drivers/leds/leds-lm3530.c: move the code setting gen_config to one place | Axel Lin | 1 | -8/+10 |
2012-03-23 | drivers/leds/leds-pca9633.c: remove unused 'adapter' variable | Axel Lin | 1 | -2/+0 |
2012-03-23 | leds-lm3530: replace pltfm with pdata | Kim, Milo | 1 | -18/+18 |
2012-03-23 | leds-lm3530: remove LM3530_ALS_ZONE_REG code | Kim, Milo | 1 | -15/+12 |
2012-03-23 | leds-lm3530: support pwm input mode | Kim, Milo | 2 | -8/+33 |
2012-03-23 | leds-lm3530: replace i2c_client with led_classdev | Kim, Milo | 1 | -8/+7 |
2012-03-23 | leds-lm3530: set the max_brightness to 127 | Kim, Milo | 1 | -2/+9 |
2012-03-23 | drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h | Mark Brown | 1 | -2/+1 |
2012-03-23 | drivers/leds: add driver for PCA9633 I2C chip | Peter Meerwald | 3 | -0/+204 |
2012-03-23 | drivers/leds/leds-lp5523.c: constify some data | Andrew Morton | 1 | -3/+3 |
2012-03-23 | drivers/leds/leds-lp5521.c: ret may be uninitialized | Srinidhi KASAGAR | 1 | -1/+1 |
2012-03-23 | drivers/leds/leds-lp5521.c: redefinition of register bits | Kim, Milo | 1 | -11/+10 |
2012-03-23 | drivers/leds/leds-lp5521.c: support led pattern data | Kim, Milo | 3 | -1/+150 |
2012-03-23 | drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data | Kim, Milo | 3 | -15/+36 |
2012-03-23 | drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config | Kim, Milo | 3 | -3/+15 |
2012-03-23 | drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata | Wolfram Sang | 1 | -1/+0 |
2012-03-23 | drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() | Dan Carpenter | 1 | -5/+3 |
2012-03-23 | drivers/leds/leds-lp5521.c: fix typo | Masanari Iida | 1 | -1/+1 |
2012-03-23 | x86: use for_each_clear_bit_from() | Akinobu Mita | 1 | -3/+3 |
2012-03-23 | uwb: use for_each_clear_bit() | Akinobu Mita | 1 | -4/+2 |
2012-03-23 | s390/char: use for_each_clear_bit() | Akinobu Mita | 1 | -3/+2 |
2012-03-23 | mtd: use for_each_clear_bit() | Akinobu Mita | 1 | -4/+2 |
2012-03-23 | bitops: introduce for_each_clear_bit() | Akinobu Mita | 1 | -0/+11 |
2012-03-23 | bitops: remove for_each_set_bit_cont() | Akinobu Mita | 2 | -4/+1 |
2012-03-23 | bitops: rename for_each_set_bit_cont() in favor of analogous list.h function | Akinobu Mita | 3 | -4/+7 |
2012-03-23 | backlight: fix ot200_bl build | Randy Dunlap | 1 | -1/+1 |
2012-03-23 | backlight: convert platform_lcd to dev_pm_ops | Jingoo Han | 1 | -9/+10 |
2012-03-23 | backlight: add support for Pandora backlight | Grazvydas Ignotas | 3 | -0/+179 |
2012-03-23 | backlight: add driver for Bachmann's ot200 | Christian Gmeiner | 3 | -1/+183 |
2012-03-23 | backlight: new backlight driver for LP855x devices | Kim, Milo | 5 | -0/+548 |