summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds3-0/+172
2011-11-02Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds3-0/+15
2011-11-02Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds5-16/+6
2011-11-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-11-02virtio: Add platform bus driver for memory mapped virtio devicePawel Moll3-0/+491
2011-11-02virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar1-3/+7
2011-11-02virtio: console: wait for first console port for early console outputChristian Borntraeger1-0/+20
2011-11-02virtio: console: add port stats for bytes received, sent and discardedAmit Shah1-0/+24
2011-11-02virtio: console: make discard_port_data() use get_inbuf()Amit Shah1-10/+5
2011-11-02virtio: console: rename variableAmit Shah1-6/+5
2011-11-02virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah1-14/+8
2011-11-02virtio: console: Fix return type for get_inbuf()Amit Shah1-1/+1
2011-11-02virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah1-4/+5
2011-11-02virtio: console: Ignore port name update request if name already setAmit Shah1-0/+7
2011-11-02virtio: console: Fix indentationAmit Shah1-1/+1
2011-11-02virtio-net: Use virtio_config_val() for retrieving configSasha Levin1-9/+5
2011-11-02virtio-console: Use virtio_config_val() for retrieving configSasha Levin1-6/+4
2011-11-02Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds20-664/+1450
2011-11-02Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds12-41/+604
2011-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-172/+362
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2-14/+17
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds77-975/+4566
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier76-971/+4565
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds6-80/+76
2011-11-01Merge branch 'imx/devel' into next/dtArnd Bergmann2-0/+14
2011-11-01Revert "HID: multitouch: decide if hid-multitouch needs to handle mt devices"Henrik Rydberg1-43/+4
2011-11-01HID: drivers/hid/hid-roccat.c: eliminate a null pointer dereferenceJulia Lawall1-9/+9
2011-11-01Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann1-6/+0
2011-11-01edac: tag sb_edac as EXPERIMENTAL, as it requires more testingMauro Carvalho Chehab1-0/+1
2011-11-01EDAC: Fix incorrect edac mode reporting in sb_edacMark A. Grondona1-3/+4
2011-11-01edac: sb_edac: Add it to the building systemMauro Carvalho Chehab3-25/+31
2011-11-01edac: Add an experimental new driver to support Sandy Bridge CPU'sMauro Carvalho Chehab1-0/+1894
2011-11-01i7300_edac: Fix error cleanup logicMauro Carvalho Chehab1-25/+26
2011-11-01i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab1-0/+4
2011-11-01i7core_edac: Fix compilation on 32 bits archSedat Dilek1-2/+5
2011-11-01i7core_edac: scrubbing fixupsNils Carlson1-8/+133
2011-11-01EDAC: Correct Kconfig dependenciesBorislav Petkov1-3/+2
2011-11-01i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab1-2/+18
2011-11-01i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab1-1/+2
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov4-91/+25
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks3-52/+167
2011-11-01Merge branch 'for-32/i2c/irqflags' into for-linus/i2c-3.2Ben Dooks9-10/+10
2011-11-01Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v...Ben Dooks9-530/+1181
2011-11-01Merge branch 'akpm' (Andrew's incoming)Linus Torvalds36-368/+738
2011-11-01wireless: at76c50x: follow rename pack_hex_byte to hex_byte_packAndy Shevchenko1-1/+1
2011-11-01drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-11-01leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-11-01leds: save the delay values after a successful call to blink_set()Antonio Ospite1-1/+4
2011-11-01drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney1-1/+1
2011-11-01drivers/leds/leds-lm3530.c: add __devexit_p where neededAxel Lin1-1/+1