Commit Graph

294768 Commits (78dff4189708d07cdcaf7bfd1b04ebe78ac9c041)
 

Author SHA1 Message Date
Bob Pearson 78dff41897 crc32: add note about this patchset to crc32.c 13 years ago
Bob Pearson 0292c497b6 crc32: optimize loop counter for x86 13 years ago
Bob Pearson 324eb0f17d crc32: add slice-by-8 algorithm to existing code 13 years ago
Bob Pearson 9a1dbf6a29 crc32: make CRC_*_BITS definition correspond to actual bit counts 13 years ago
Bob Pearson ce4320ddda crc32: fix mixing of endian-specific types 13 years ago
Bob Pearson 60e58d5c9d crc32: miscellaneous cleanups 13 years ago
Bob Pearson 3863ef31dc crc32: simplify unit test code 13 years ago
Bob Pearson fbedceb100 crc32: move long comment about crc32 fundamentals to Documentation/ 13 years ago
Bob Pearson e30c7a8fcf crc32: remove two instances of trailing whitespaces 13 years ago
Josh Triplett ca56dc098c checkpatch: check for quoted strings broken across lines 13 years ago
Joe Perches 6712d85852 checkpatch: whitespace - add/remove blank lines 13 years ago
Joe Perches 2c92488ab2 checkpatch: warn on use of yield() 13 years ago
Joe Perches aad4f61498 checkpatch: add --strict tests for braces, comments and casts 13 years ago
Andy Whitcroft b337d8b82f checkpatch: add [] to type extensions 13 years ago
Andy Whitcroft fd1b57ac73 checkpatch: high precedence operators do not require additional parentheses in #defines 13 years ago
Andy Whitcroft e45bab8ebf checkpatch: handle string concatenation in simple #defines 13 years ago
Andy Whitcroft b9df76ac76 checkpatch: allow simple character constants in #defines 13 years ago
Andy Whitcroft daebc534ac checkpatch: catch [ ... ] usage when not at the beginning of definition 13 years ago
Artem Bityutskiy 11232688ec checkpatch.pl: be silent when -q and --ignore is given 13 years ago
Joe Perches d1fe9c099c checkpatch: add some --strict coding style checks 13 years ago
Joe Perches 6061d949dd include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) 13 years ago
Xiao Guangrong 97e834c504 prio_tree: introduce prio_set_parent() 13 years ago
Xiao Guangrong 742245d5c2 prio_tree: simplify prio_tree_expand() 13 years ago
Xiao Guangrong f35368dd1c prio_tree: cleanup prio_tree_left()/prio_tree_right() 13 years ago
Xiao Guangrong f42240d729 prio_tree: remove unnecessary code in prio_tree_replace 13 years ago
Akinobu Mita f43804bf5f string: memchr_inv() speed improvements 13 years ago
Bryan Wu a403d930c5 led-class: change back LEDS_CLASS to tristate instead of bool 13 years ago
Axel Lin cea694ca3d drivers/leds/leds-lm3530.c: move the code setting gen_config to one place 13 years ago
Axel Lin 1a1278da5c drivers/leds/leds-pca9633.c: remove unused 'adapter' variable 13 years ago
Kim, Milo 99ad98d259 leds-lm3530: replace pltfm with pdata 13 years ago
Kim, Milo 8544d0e3f6 leds-lm3530: remove LM3530_ALS_ZONE_REG code 13 years ago
Kim, Milo bb982009d3 leds-lm3530: support pwm input mode 13 years ago
Kim, Milo e13d978659 leds-lm3530: replace i2c_client with led_classdev 13 years ago
Kim, Milo bbe6453204 leds-lm3530: set the max_brightness to 127 13 years ago
Mark Brown 16db7f9095 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h 13 years ago
Peter Meerwald 75cb2e1d1a drivers/leds: add driver for PCA9633 I2C chip 13 years ago
Andrew Morton d06cb46c3e drivers/leds/leds-lp5523.c: constify some data 13 years ago
Srinidhi KASAGAR 42960b76d2 drivers/leds/leds-lp5521.c: ret may be uninitialized 13 years ago
Kim, Milo 32a2f747dd drivers/leds/leds-lp5521.c: redefinition of register bits 13 years ago
Kim, Milo 011af7bc7c drivers/leds/leds-lp5521.c: support led pattern data 13 years ago
Kim, Milo 3b49aacd0e drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data 13 years ago
Kim, Milo 5ae4e8a77d drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config 13 years ago
Wolfram Sang c5bd2a712a drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata 13 years ago
Dan Carpenter 920c4f4c36 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() 13 years ago
Masanari Iida 3a2fd4a141 drivers/leds/leds-lp5521.c: fix typo 13 years ago
Akinobu Mita 0b2f4d4d76 x86: use for_each_clear_bit_from() 13 years ago
Akinobu Mita 1a07cbba14 uwb: use for_each_clear_bit() 13 years ago
Akinobu Mita fc89db4b78 s390/char: use for_each_clear_bit() 13 years ago
Akinobu Mita c527b414ca mtd: use for_each_clear_bit() 13 years ago
Akinobu Mita 03f4a8226c bitops: introduce for_each_clear_bit() 13 years ago