summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-2320-3516/+9
|\
| * Merge tag 'soc-fsl-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-07-2620-3516/+9
| |\
| | * staging: fsl-mc: Remove remaining filesRoy Pledge2018-07-246-22/+0
| | * staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge2018-07-2415-3491/+2
| | * staging: fsl-dpaa2: eth: move generic FD defines to DPIOHoria Geantă2018-07-243-15/+19
* | | Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-18392-27195/+21254
|\ \ \
| * | | staging:rtl8192u: Remove unused macro definitions - StyleJohn Whitmore2018-08-081-8/+0
| * | | staging:rtl8192u: Add spaces around '+' operator - StyleJohn Whitmore2018-08-081-2/+2
| * | | staging:rtl8192u: Remove stale comment - StyleJohn Whitmore2018-08-081-2/+0
| * | | staging: rtl8188eu: remove unused mp_custom_oid.hMichael Straube2018-08-081-339/+0
| * | | staging: fbtft: Add spaces around / - StyleLeonardo Brás2018-08-081-1/+1
| * | | staging: fbtft: Erases some repetitive usage of function name - StyleLeonardo Brás2018-08-086-6/+6
| * | | staging: fbtft: Adjust some empty-line problems - StyleLeonardo Brás2018-08-084-3/+2
| * | | staging: fbtft: Removes one nesting level to help readability - StyleLeonardo Brás2018-08-081-12/+15
| * | | staging: fbtft: Changes gamma table to define.Leonardo Brás2018-08-081-8/+5
| * | | staging: fbtft: A bit more information on dev_err.Leonardo Brás2018-08-081-2/+4
| * | | staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás2018-08-0812-82/+106
| * | | staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issue...Leonardo Brás2018-08-0810-15/+22
| * | | staging: rtl8188eu: remove unused array dB_Invert_TableColin Ian King2018-08-081-10/+0
| * | | staging: rtl8188eu: remove whitespace, add missing blank lineMichael Straube2018-08-081-18/+19
| * | | staging: rtl8188eu: use is_multicast_ether_addr in rtw_sta_mgt.cMichael Straube2018-08-081-1/+1
| * | | staging: rtl8188eu: remove whitespace - styleMichael Straube2018-08-081-11/+11
| * | | staging: rtl8188eu: cleanup block comment - styleMichael Straube2018-08-081-3/+5
| * | | staging: rtl8188eu: use is_multicast_ether_addr in rtl8188eu_xmit.cMichael Straube2018-08-081-2/+1
| * | | staging: rtl8188eu: use is_multicast_ether_addr in recv_linux.cMichael Straube2018-08-081-3/+3
| * | | staging: rtlwifi: refactor rtl_get_tcb_descLuke Triantafyllidis2018-08-081-54/+48
| * | | staging: comedi: ni_mio_common: fix subdevice flags for PFI subdeviceIan Abbott2018-08-081-1/+2
| * | | staging: mt7621-dts: add pcie controller port registersSergio Paracuellos2018-08-081-2/+4
| * | | staging: mt7621-pci: remove remaining pci_legacy dependant codeSergio Paracuellos2018-08-081-32/+1
| * | | staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definitionSergio Paracuellos2018-08-081-4/+4
| * | | staging: mt7621-pci: use BIT macro in preprocessor definitionsSergio Paracuellos2018-08-081-10/+10
| * | | staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitionsSergio Paracuellos2018-08-081-64/+67
| * | | staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALI...Sergio Paracuellos2018-08-081-20/+34
| * | | staging: mt7621-pci: review includes putting them in alphabethic orderSergio Paracuellos2018-08-081-14/+8
| * | | staging: mt7621-pci: avoid register duplication per controller using pcie_[re...Sergio Paracuellos2018-08-081-36/+34
| * | | staging: mt7621-pci: remove unused macrosSergio Paracuellos2018-08-081-23/+1
| * | | staging: mt7621-pci: simplify write_config functionSergio Paracuellos2018-08-081-11/+9
| * | | staging: mt7621-pci: simplify read_config functionSergio Paracuellos2018-08-081-17/+15
| * | | staging: mt7621-pci: use pcie_[read|write] in [write|read]_configSergio Paracuellos2018-08-081-35/+32
| * | | staging: mt7621-pci: add pcie_write and pcie_read helpersSergio Paracuellos2018-08-081-0/+10
| * | | staging: mt7621-pci: remove dead code derived to not use custom reads and writesSergio Paracuellos2018-08-081-128/+0
| * | | staging: mt7621-pci: use generic kernel pci subsystem read and writeSergio Paracuellos2018-08-083-17/+218
| * | | Revert "staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames"Michael Straube2018-08-081-72/+706
| * | | staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang2018-08-081-1/+1
| * | | staging: gasket: remove some extra semicolonzhong jiang2018-08-081-3/+3
| * | | staging: gasket: fix code indent for conditional statementSumit Pundir2018-08-081-1/+1
| * | | staging: gasket: core: remove incorrect extraneous commentTodd Poynor2018-08-081-1/+0
| * | | staging: gasket: apex: place in low power reset until openedTodd Poynor2018-08-081-0/+4
| * | | staging: gasket: core: protect against races during unregisterTodd Poynor2018-08-081-2/+1
| * | | staging: gasket: apex: move sysfs setup code to probe functionTodd Poynor2018-08-081-9/+5