summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-311-1/+0
|\
| * i2c: Drop unused I2C_CLASS_TV flagsJean Delvare2010-10-311-1/+0
| |
| \
*-. \ Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds2010-10-3111-16/+16
|\ \ \ | |_|/ |/| |
| | * staging: Final semaphore cleanupThomas Gleixner2010-10-3015-20/+20
* | | Staging: dream: remove dream driver and arch from treeGreg Kroah-Hartman2010-10-2993-39835/+0
* | | convert get_sb_nodev() usersAl Viro2010-10-293-13/+12
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-10-281345-150303/+430498
|\ \
| * | Staging: brcm80211: fix usage of roundup in structuresGreg Kroah-Hartman2010-10-282-2/+3
| * | Staging: bcm: fix up network device reference countingGreg Kroah-Hartman2010-10-281-6/+4
| * | Staging: keucr: fix up US_ macro changeGreg Kroah-Hartman2010-10-283-9/+9
| * | Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281345-150311/+430511
| |\ \
| | * | staging: brcm80211: brcmfmac: Removed codeversion from firmware filenames.Henry Ptasinski2010-10-211-2/+2
| | * | staging: brcm80211: Remove unnecessary header files.Henry Ptasinski2010-10-212-101/+0
| | * | staging: brcm80211: Remove unnecessary includes from bcmutils.cHenry Ptasinski2010-10-211-2/+0
| | * | staging: brcm80211: Removed unnecessary pktsetprio() function.Henry Ptasinski2010-10-213-77/+0
| | * | Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-2169-185/+91
| | * | Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman2010-10-2118-82/+68
| | * | Staging: hv: remove struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-218-72/+1
| | * | Staging: hv: remove Open from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-17/+0
| | * | Staging: hv: storvsc: call vmbus_open directlyGreg Kroah-Hartman2010-10-211-7/+5
| | * | Staging: hv: netvsc: call vmbus_open directlyGreg Kroah-Hartman2010-10-211-6/+3
| | * | Staging: hv: channel: export vmbus_open to modulesGreg Kroah-Hartman2010-10-211-0/+1
| | * | Staging: hv: remove Close from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-8/+0
| | * | Staging: hv: netvsc: call vmbus_close directlyGreg Kroah-Hartman2010-10-211-4/+4
| | * | Staging: hv: storvsc: call vmbus_close directlyGreg Kroah-Hartman2010-10-211-1/+1
| | * | Staging: hv: channel: export vmbus_close to modulesGreg Kroah-Hartman2010-10-211-0/+1
| | * | Staging: hv: remove SendPacket from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-12/+0
| | * | Staging: hv: storvsc: call vmbus_sendpacket directlyGreg Kroah-Hartman2010-10-211-36/+30
| | * | Staging: hv: netvsc: call vmbus_sendpacket directlyGreg Kroah-Hartman2010-10-211-44/+35
| | * | Staging: hv: remove SendPacketPageBuffer from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-16/+0
| | * | Staging: hv: netvsc: call vmbus_sendpacket_pagebuffer directlyGreg Kroah-Hartman2010-10-211-6/+6
| | * | Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modulesGreg Kroah-Hartman2010-10-211-0/+1
| | * | Staging: hv: remove SendPacketMultiPageBuffer from struct vmbus_channel_inter...Greg Kroah-Hartman2010-10-212-16/+0
| | * | Staging: hv: storvsc: call vmbus_sendpacket_multipagebuffer directlyGreg Kroah-Hartman2010-10-211-2/+1
| | * | Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modulesGreg Kroah-Hartman2010-10-211-1/+1
| | * | Staging: hv: remove RecvPacket from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-12/+0
| | * | Staging: hv: storvsc: call vmbus_recvpacket directlyGreg Kroah-Hartman2010-10-211-4/+4
| | * | Staging: hv: remove RecvPacketRaw from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-12/+0
| | * | Staging: hv: netvsc: call vmbus_receivepacket_raw directlyGreg Kroah-Hartman2010-10-211-3/+2
| | * | Staging: hv: channel: export vmbus_receivepacket_raw to modulesGreg Kroah-Hartman2010-10-211-0/+1
| | * | Staging: hv: rename context to channel in struct hv_deviceGreg Kroah-Hartman2010-10-216-21/+21
| | * | Staging: hv: make *context a real pointer in struct hv_deviceGreg Kroah-Hartman2010-10-211-1/+1
| | * | Staging: hv: remove EstablishGpadl from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-11/+0
| | * | Staging: hv: netvsc: call vmbus_establish_gpadl directlyGreg Kroah-Hartman2010-10-211-8/+6
| | * | Staging: hv: channel: export vmbus_establish_gpadl to modulesGreg Kroah-Hartman2010-10-211-0/+1
| | * | Staging: hv: remove TeardownGpadl from struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-212-10/+0
| | * | Staging: hv: netvsc: call vmbus_teardown_gpadl directlyGreg Kroah-Hartman2010-10-211-5/+5
| | * | Staging: hv: channel: export vmbus_teardown_gpadl to modulesGreg Kroah-Hartman2010-10-211-0/+1
| | * | Staging: hv: make get_channel_info staticGreg Kroah-Hartman2010-10-204-77/+42
| | * | Staging: hv: vmbus_drv: remove vmbus_child_device_get_infoGreg Kroah-Hartman2010-10-201-14/+1
OpenPOWER on IntegriCloud