summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | HID: wiimote: Register input device in wiimote hid driverDavid Herrmann2011-07-111-0/+34
| | | * | HID: wiimote: Add wiimote device structureDavid Herrmann2011-07-111-2/+39
| | | * | HID: wiimote: Register wiimote hid driver stubDavid Herrmann2011-07-113-1/+65
| | | * | HID: wiimote: Add Nintendo Wii Remote driver stubDavid Herrmann2011-07-113-0/+39
| | * | | HID: fix support for Microsoft comfort mouse 4500Jiri Kosina2011-07-221-0/+1
| | * | | HID: hid-multitouch: add one new multitouch device's VID/PIDice chien2011-07-214-0/+9
| | * | | HID: prodikeys: remove a redundant forward declaration of struct pcmidi_sndAxel Lin2011-07-211-2/+0
| | * | | HID: prodikeys: make needlessly global symbols staticAxel Lin2011-07-211-7/+8
| | * | | HID: emsff: properly handle emsff_init failureAxel Lin2011-07-201-1/+6
| | * | | HID: ACRUX - add missing hid_hw_stop() in ax_probe() error pathAxel Lin2011-07-141-0/+1
| | * | | HID: fix horizontal wheel for ms comfort mouse 4500Ari Savolainen2011-07-122-5/+22
| | * | | HID: uclogic: Add support for UC-Logic WP1062Nikolai Kondrashov2011-07-113-0/+197
| | * | | HID: add FF support for Holtek On Line Grip based gamepadsAnssi Hannula2011-06-275-0/+259
| | * | | HID: add support for MS Digital Media 3000Jiri Kosina2011-06-143-0/+4
| | * | | HID: hid-sony: fix endiannes of Sixaxis accel/gyro valuesSimon Wood2011-06-131-0/+20
| | * | | HID: hid-sony: amend Sixaxis descriptor to enable accelerometersSimon Wood2011-06-131-0/+15
| | * | | HID: Add driver to fix Speedlink VAD Cezanne supportStefan Kriwanek2011-06-085-0/+100
| | * | | HID: Fix Logitech Driving Force Pro wheelMichael Bauer2011-06-071-1/+73
| | * | | HID: yurex: recognize GeneralKeys wireless presenter as generic HIDTomoki Sekiyama2011-06-073-2/+9
| * | | | HID: roccat: fix NULL pointer dereference, add range checksStefan Achatz2011-06-135-3/+21
| * | | | HID: roccat: correction and cleanup of HID feature reportsStefan Achatz2011-06-1312-107/+107
| * | | | HID: roccat: chang Kconfig menu to submenu for roccat devicesStefan Achatz2011-06-131-10/+7
| * | | | HID: roccat: Add "Roccat Talk" support for koneplusStefan Achatz2011-06-133-0/+30
| |/ / /
* | | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-2230-859/+395
|\ \ \ \
| * | | | pci/of: Consolidate pci_bus_to_OF_node()Benjamin Herrenschmidt2011-06-084-16/+5
| * | | | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-088-35/+5
| * | | | x86/devicetree: Use generic PCI <-> OF matchingBenjamin Herrenschmidt2011-06-081-42/+18
| * | | | microblaze/pci: Move the remains of pci_32.c to pci-common.cBenjamin Herrenschmidt2011-06-083-139/+113
| * | | | microblaze/pci: Remove powermac originated cruftBenjamin Herrenschmidt2011-06-083-275/+3
| * | | | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-0822-376/+275
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-2211-109/+444
|\ \ \ \ \
| * | | | | dt: include linux/errno.h in linux/of_address.hGrant Likely2011-07-181-0/+1
| * | | | | of/address: Add of_find_matching_node_by_address helperGrant Likely2011-07-182-0/+22
| * | | | | Merge commit 'v3.0-rc7' into devicetree/nextGrant Likely2011-07-15582-3275/+28798
| |\ \ \ \ \
| * | | | | | dt: remove extra xsysace platform_driver registrationGrant Likely2011-07-141-82/+16
| * | | | | | tty/serial: Add devicetree support for nVidia Tegra serial portsGrant Likely2011-07-102-1/+2
| * | | | | | dt: add empty of_property_read_u32[_array] for non-dtShawn Guo2011-07-081-8/+21
| * | | | | | dt: bindings: move SEC node under new crypto/Kim Phillips2011-07-071-1/+1
| * | | | | | dt: add helper function to read u32 arraysRob Herring2011-07-062-8/+25
| * | | | | | tty/serial: change of_serial to use new of_property_read_u32() apiGrant Likely2011-07-041-22/+15
| * | | | | | dt: add 'const' for of_property_read_string parameter **out_stringShawn Guo2011-07-032-2/+2
| * | | | | | dt: add helper functions to read u32 and string property valuesThomas Abraham2011-06-302-0/+62
| * | | | | | tty: of_serial: support for 32 bit accessesJamie Iles2011-06-302-0/+20
| * | | | | | dt: document the of_serial bindingsJamie Iles2011-06-271-0/+33
| * | | | | | dt/platform: allow device name to be overriddenGrant Likely2011-06-212-10/+98
| * | | | | | drivers/amba: create devices from device treeGrant Likely2011-06-212-0/+92
| * | | | | | dt: add of_platform_populate() for creating device from the device treeGrant Likely2011-06-212-4/+53
| * | | | | | dt: Add default match table for bus idsGrant Likely2011-06-212-0/+10
* | | | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-2280-1997/+3494
|\ \ \ \ \ \ \
| * | | | | | | spi/imx: add device tree probe supportShawn Guo2011-07-142-7/+53
OpenPOWER on IntegriCloud