summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06135-0/+68995
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-3/+4
| |\
| * | staging: irda: fix init level for irda coreGreg KH2017-08-301-1/+1
| * | staging: irda: add a TODO file.Greg Kroah-Hartman2017-08-281-0/+4
| * | irda: move include/net/irda into staging subdirectoryGreg Kroah-Hartman2017-08-2836-0/+3851
| * | irda: move drivers/net/irda to drivers/staging/irda/driversGreg Kroah-Hartman2017-08-2849-1/+33485
| * | irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman2017-08-2853-0/+31656
* | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ \
| * | | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* | | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ \ \
| * | | | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
| |/ / /
* | | | Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-05629-11095/+137530
|\ \ \ \
| * | | | staging:rtl8188eu:core Fix remove unneccessary else blockJanani Sankara Babu2017-09-011-7/+2
| * | | | staging: typec: fusb302: make structure fusb302_psy_desc staticColin Ian King2017-09-011-1/+1
| * | | | staging: unisys: visorbus: make two functions staticColin Ian King2017-09-011-3/+3
| * | | | staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaksHoria Geantă2017-09-011-2/+2
| * | | | staging: r8822be: Simplify deinit_priv()Larry Finger2017-08-311-7/+1
| * | | | staging: r8822be: Remove some dead codeLarry Finger2017-08-311-20/+0
| * | | | staging: vboxvideo: Use CONFIG_DRM_KMS_FB_HELPER to check for fbdefio availab...Hans de Goede2017-08-311-3/+3
| * | | | staging:rtl8188eu Fix comparison to NULLJanani Sankara Babu2017-08-311-1/+1
| * | | | staging: rts5208: rename mmc_ddr_tunning_rx_cmd to mmc_ddr_tuning_rx_cmdColin Ian King2017-08-311-2/+2
| * | | | Staging: Pi433: style fix - tabs and spacesDerek Robson2017-08-311-3/+3
| * | | | staging: pi433: fix spelling mistake: "preample" -> "preamble"Colin Ian King2017-08-311-1/+1
| * | | | staging:rtl8188eu:core Fix Code IndentJanani Sankara Babu2017-08-311-1/+1
| * | | | staging: typec: fusb302: Export current-limit through a power_supply class devHans de Goede2017-08-312-3/+62
| * | | | staging: typec: fusb302: Add support for USB2 charger detection through extconHans de Goede2017-08-311-0/+49
| * | | | staging: typec: fusb302: Use client->irq as irq if setHans de Goede2017-08-311-3/+7
| * | | | staging: typec: fusb302: Get max snk mv/ma/mw from device-propertiesHans de Goede2017-08-312-1/+21
| * | | | staging: typec: fusb302: Set max supply voltage to 5VHans de Goede2017-08-311-2/+2
| * | | | staging: typec: tcpm: Add get_current_limit tcpc_dev callbackHans de Goede2017-08-312-1/+11
| * | | | staging:rtl8188eu Use __func__ instead of function nameJanani Sankara Babu2017-08-311-1/+1
| * | | | staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen2017-08-317-13/+14
| * | | | staging: goldfish: (Coding Style) Fixed parenthesis alignment.Edvard Holst2017-08-311-2/+2
| * | | | staging: unisys: change pr_err to dev_err in visor_check_channelSameer Wadgaonkar2017-08-313-18/+23
| * | | | staging: unisys: visorbus: remove EXPORT_SYMBOL_GPL for visor_check_channelSameer Wadgaonkar2017-08-311-1/+0
| * | | | staging: unisys: visorbus: Fix up GUID definitionDavid Kershner2017-08-311-3/+2
| * | | | staging: unisys: visorbus: just check for GUIDDavid Kershner2017-08-311-3/+1
| * | | | staging: unisys: Use size of channel defined in the channel.David Kershner2017-08-313-50/+22
| * | | | staging: unisys: visornic: Remove unnecessary return valuesDavid Binder2017-08-311-10/+3
| * | | | staging: unisys: visorbus: use all 80 characters for multi-line messagesDavid Kershner2017-08-311-19/+16
| * | | | staging: unisys: visorchipset: Shorten parser_init_byte_stream.David Kershner2017-08-311-4/+3
| * | | | staging: unisys: visorbus: Move parser functions location in file.David Kershner2017-08-311-58/+58
| * | | | staging: unisys: visorbus: remove uneeded initializationsDavid Kershner2017-08-311-2/+2
| * | | | staging: unisys: visorbus: Remove useless else clause in visorutil_spar_detect.David Kershner2017-08-311-2/+1
| * | | | staging: unisys: Change data to point to visor_controlvm_parameters_header.David Kershner2017-08-311-14/+9
| * | | | staging: unisys: visorbus: Split else if blocks into multiple if.David Kershner2017-08-311-2/+4
| * | | | staging: unisys: visorbus: Remove check for valid parm_addr.David Kershner2017-08-311-1/+1
| * | | | staging: unisys: visorbus: Remove useless initialization.David Kershner2017-08-311-3/+0
| * | | | staging: unisys: visorbus: Remove useless comment.David Kershner2017-08-311-2/+0
| * | | | staging: unisys: visorbus: Consolidate controlvm channel creation.David Kershner2017-08-311-30/+17