aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 3-67/+328
2011-11-01Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 3-0/+122
2011-11-01Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 3-0/+172
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 3-0/+15
2011-11-01Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 5-16/+6
2011-11-01Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxGravatar Linus Torvalds 20-664/+1450
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorGravatar Linus Torvalds 12-41/+604
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 4-172/+362
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Gravatar Linus Torvalds 2-14/+17
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 77-975/+4566
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Gravatar Roland Dreier 76-971/+4565
2011-11-01Merge git://github.com/herbertx/cryptoGravatar Linus Torvalds 6-80/+76
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Gravatar Ben Dooks 3-52/+167
2011-11-01Merge branch 'for-32/i2c/irqflags' into for-linus/i2c-3.2Gravatar Ben Dooks 9-10/+10
2011-11-01Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v...Gravatar Ben Dooks 9-530/+1181
2011-10-31Merge branch 'akpm' (Andrew's incoming)Gravatar Linus Torvalds 36-368/+738
2011-10-31wireless: at76c50x: follow rename pack_hex_byte to hex_byte_packGravatar Andy Shevchenko 1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulGravatar Srinidhi KASAGAR 1-0/+18
2011-10-31leds: turn the blink_timer off before starting to blinkGravatar Antonio Ospite 1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Gravatar Antonio Ospite 1-1/+4
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingGravatar David Daney 1-1/+1
2011-10-31drivers/leds/leds-lm3530.c: add __devexit_p where neededGravatar Axel Lin 1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Gravatar Axel Lin 1-3/+3
2011-10-31drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataGravatar Magnus Damm 1-1/+1
2011-10-31drivers/leds/leds-renesas-tpu.c: update driver to use workqueueGravatar Magnus Damm 1-4/+17
2011-10-31drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-1/+0
2011-10-31drivers/leds/led-triggers.c: fix memory leakGravatar Masakazu Mokuno 1-1/+4
2011-10-31leds: Renesas TPU LED driverGravatar Magnus Damm 3-0/+357
2011-10-31backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity()Gravatar Axel Lin 1-2/+2
2011-10-31drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify err...Gravatar Fabio Estevam 1-11/+4
2011-10-31backlight: fix broken regulator API usage in l4f00242t03Gravatar Mark Brown 1-37/+20
2011-10-31video/backlight: remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-2/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 12-34/+29
2011-10-31drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Gravatar Peter Korsgaard 1-0/+1
2011-10-31driver/misc/fsa9480.c fix potential null-pointer dereferenceGravatar Jonghwan Choi 1-1/+2
2011-10-31lis3lv02d: make regulator API usage unconditionalGravatar Mark Brown 1-22/+12
2011-10-31lis3: remove the references to the global variable in core driverGravatar Éric Piel 2-103/+133
2011-10-31lis3: change exported function to use passed parameterGravatar Éric Piel 5-9/+9
2011-10-31lis3: use consistent naming of variablesGravatar Éric Piel 1-60/+60
2011-10-31lis3: free regulators if probe() failsGravatar Éric Piel 1-2/+7
2011-10-31hp_accel: add HP ProBook 655xGravatar Éric Piel 1-0/+1
2011-10-31lis3: add support for HP EliteBook 8540wGravatar Éric Piel 1-0/+1
2011-10-31lis3: add support for HP EliteBook 2730pGravatar Éric Piel 1-0/+1
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedGravatar Éric Piel 3-9/+32
2011-10-31drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Gravatar Jonathan Cameron 1-39/+8
2011-10-31hwmon: convert idr to ida and use ida_simple interfaceGravatar Jonathan Cameron 1-24/+8
2011-10-31mm: distinguish between mlocked and pinned pagesGravatar Christoph Lameter 3-8/+8
2011-11-01Merge branch 'depends/rmk/memory_h' into next/fixesGravatar Arnd Bergmann 1-6/+0
2011-10-31Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 31-350/+395
2011-10-31Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Gravatar Linus Torvalds 14-599/+1395