summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-301-0/+24
|\
| * Input: add driver for FT5x06 based EDT displaysSimon Budig2012-07-241-0/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2012-07-301-75/+133
|\ \
| * \ Merge branch 'devel'Mauro Carvalho Chehab2012-07-291-75/+133
| |\ \
| | * | edac: allow specifying the error count with fake_injectMauro Carvalho Chehab2012-06-271-0/+1
| | * | edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab2012-06-111-17/+42
| | * | edac: Add debufs nodes to allow doing fake error injectMauro Carvalho Chehab2012-06-111-0/+7
| | * | edac: Get rid of the old kobj's from the edac mc codeMauro Carvalho Chehab2012-06-111-30/+0
| | * | edac: rewrite the sysfs code to use struct deviceMauro Carvalho Chehab2012-06-111-14/+33
| | * | edac: use Documentation-nano format for some data structsMauro Carvalho Chehab2012-06-111-23/+59
| | * | edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-1/+1
* | | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-301-2/+2
|\ \ \ \
| * | | | firewire: core: add is_local sysfs device attributeClemens Ladisch2012-06-301-1/+1
| * | | | firewire: core: make address handler length 64 bitsClemens Ladisch2012-05-271-1/+1
* | | | | Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-07-303-0/+134
|\ \ \ \ \
| * | | | | pwm-backlight: Add rudimentary device tree supportThierry Reding2012-07-231-0/+1
| * | | | | pwm: Add device tree supportThierry Reding2012-06-151-0/+6
| * | | | | dt: Add empty of_parse_phandle_with_args() functionThierry Reding2012-06-151-0/+9
| * | | | | dt: Add empty of_property_match_string() functionThierry Reding2012-06-151-0/+7
| * | | | | pwm: Add table-based lookup for static mappingsThierry Reding2012-06-151-0/+22
| * | | | | pwm: Add debugfs interfaceThierry Reding2012-06-151-0/+6
| * | | | | pwm: Allow chips to support multiple PWMsThierry Reding2012-06-151-13/+58
| * | | | | pwm: Add PWM framework supportSascha Hauer2012-06-151-0/+38
* | | | | | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-282-1/+41
|\ \ \ \ \ \
| * | | | | | i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam2012-07-141-0/+1
| * | | | | | i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam2012-07-141-1/+1
| * | | | | | i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>Alessandro Rubini2012-07-091-0/+39
* | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-271-0/+47
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-0/+47
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | | * | | | | | ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>Alessandro Rubini2012-06-281-0/+47
| | | |/ / / / / /
* | | | | | | | | Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-271-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | serial/8250: Add LPC3220 standard UART typeRoland Stigge2012-07-261-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-272-45/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pipe: remove KM_USER0 from commentsCong Wang2012-07-241-5/+3
| * | | | | | | | | highmem: remove the deprecated form of kmap_atomicCong Wang2012-07-241-40/+1
* | | | | | | | | | Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-272-3/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpumask: cpulist_parse() comments correctionAlex Shi2012-07-271-2/+1
| * | | | | | | | | | init: add comments to keep initcall-names in sync with initcall levelsJim Cromie2012-07-271-1/+2
| * | | | | | | | | | cpumask: add a few comments of cpumask functionsAlex Shi2012-07-271-0/+12
* | | | | | | | | | | Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2012-07-262-2/+77
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | leds: Add LED driver for lm3556 chipG.Shark Jeong2012-07-241-0/+50
| * | | | | | | | | | | leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan2012-07-241-2/+2
| * | | | | | | | | | | leds: add oneshot blink functionsFabio Baltieri2012-07-241-0/+25
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-07-261-11/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remoteproc: Support custom firmware handlersSjur Brændeland2012-07-151-0/+2
| * | | | | | | | | | | remoteproc: adopt the driver core's alloc/add/del/put namingOhad Ben-Cohen2012-07-061-3/+3
| * | | | | | | | | | | remoteproc: remove the get_by_name/put APIOhad Ben-Cohen2012-07-061-3/+0
| * | | | | | | | | | | remoteproc: remove the now-redundant krefOhad Ben-Cohen2012-07-061-3/+0
| * | | | | | | | | | | remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-061-2/+4
* | | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-264-30/+67
|\ \ \ \ \ \ \ \ \ \ \ \