summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-2512-22/+4
|\
| * trivial: don't touch files that are removed in the staging treeJiri Kosina2011-07-203-5/+8
| * Merge branch 'master' into for-nextJiri Kosina2011-07-1115-56/+68
| |\
| * | gma500: push through device driver treeJiri Kosina2011-06-292-4/+5
| * | treewide: remove duplicate includesVitaliy Ivanov2011-06-2015-30/+7
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-5/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-255-11/+7
|\ \ \
| * | | get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-245-11/+7
* | | | gma500: udlay(20000) is too largeStephen Rothwell2011-07-241-1/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-222-4/+9
|\ \ \
| * | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-3/+8
| * | | don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-1/+1
| | |/ | |/|
* | | staging: et131x: remove unused prototype et131x_vlan_rx_registerJiri Pirko2011-07-211-1/+0
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-144-43/+26
|\ \ \ | |/ /
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-064-43/+26
| |\ \
| | * | [media] [staging] lirc_serial: allocate irq at init timeJarod Wilson2011-07-011-23/+21
| | * | [media] lirc_zilog: fix spinning rx threadJarod Wilson2011-07-011-2/+2
| | * | [media] [staging] lirc_sir: fix unused-but-set warningsJarod Wilson2011-06-111-9/+2
| | * | [media] [staging] lirc_imon: fix unused-but-set warningsJarod Wilson2011-06-111-9/+1
* | | | netdevice: Kill 'feature' test macros.David S. Miller2011-07-122-16/+0
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-059-11/+40
|\ \ \ \ | |/ / /
| * | | Staging: comedi: fix build breakages on some platformsGreg Kroah-Hartman2011-06-271-0/+21
| * | | Staging: brcm80211: disable drivers except for X86 or MIPS platformsGreg Kroah-Hartman2011-06-271-2/+2
| * | | Staging: brcm80211: disable drivers for PPC platformsGreg Kroah-Hartman2011-06-271-0/+2
| * | | Staging: iio: Make IIO depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-06-271-1/+1
| * | | Staging: mei: fix suspend failureTomas Winkler2011-06-272-5/+10
| * | | Staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-272-2/+2
| * | | Staging: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHERalf Baechle2011-06-271-0/+1
| * | | Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-274-5/+5
| | |/ | |/|
* | | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-2020-46/+134
|\ \ \
| * | | staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-162-2/+2
| |/ /
| * | staging: iio: max517: Fix iio_info changesRoland Stigge2011-06-091-1/+1
| * | Staging: mei: fix debug codeDan Carpenter2011-06-091-2/+2
| * | staging: iio: error case memory leak fixAndre Bartke2011-06-071-3/+7
| * | staging: ath6kl: Fix a kernel panic during suspend/resumeVasanthakumar Thiagarajan2011-06-071-1/+2
| * | staging: gma500: get control from firmware framebuffer if conflictsMichael Chang2011-06-071-0/+10
| * | staging: gma500: Skip bogus LVDS VBT mode and check for LVDS before adding ba...Patrik Jakobsson2011-06-072-5/+23
| * | staging: usbip: bugfix prevent driver unbindArjan Mels2011-06-072-9/+32
| * | staging: iio: industrialio-trigger: set iio_poll_func private_dataMichael Hennerich2011-06-071-0/+1
| * | staging: rts_pstor: use bitwise operator instead of logical oneNicolas Kaiser2011-06-071-1/+1
| * | staging: fix ath6kl build when CFG80211 is not enabledRandy Dunlap2011-06-071-0/+1
| * | staging: brcm80211: fix for 'multiple definition of wl_msg_level' build errRoland Vossen2011-06-071-2/+0
| * | staging: fix olpc_dcon build, needs BACKLIGHT_CLASS_DEVICERandy Dunlap2011-06-071-0/+1
| * | Staging: remove STAGING_EXCLUDE_BUILD optionGreg Kroah-Hartman2011-06-071-18/+0
| * | Staging: altera: move .h file to proper placeGreg Kroah-Hartman2011-06-073-2/+51
| |/
* | net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell2011-06-1912-0/+15
|/
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+1
|\
| * rio: Drop __DATE__ usageMichal Marek2011-04-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-253-3/+3
|\ \
OpenPOWER on IntegriCloud