summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/msm: Remove unused function argumentsDrew Davenport2019-10-077-37/+14
* drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport2019-10-073-41/+1
* drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport2019-10-077-45/+19
* drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport2019-10-072-8/+3
* drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport2019-10-077-36/+14
* drm/msm/dpu: Remove unused macroDrew Davenport2019-10-071-4/+0
* drm/msm/dpu: Remove unused variablesDrew Davenport2019-10-072-12/+0
* drm/msm/gpu: add ocmem init/cleanup functionsBrian Masney2019-10-077-44/+66
* soc: qcom: add OCMEM driverBrian Masney2019-10-073-0/+444
* firmware: qcom: scm: add support to restore secure config to qcm_scm-32Rob Clark2019-10-072-1/+29
* firmware: qcom: scm: add OCMEM lock/unlock interfaceRob Clark2019-10-074-0/+96
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-10-061-3/+3
|\
| * Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2019-10-031-3/+3
| |\
| | * Merge branch 'fixes-merge-window-pt2' into fixesTony Lindgren2019-09-23847-5850/+8554
| | |\
| | | * clk: ti: dra7: Fix mcasp8 clock bitsTony Lindgren2019-09-231-3/+3
* | | | Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-051-19/+2
|\ \ \ \
| * | | | video/logo: do not generate unneeded logo C filesMasahiro Yamada2019-10-051-19/+2
| * | | | video/logo: remove unneeded *.o pattern from clean-filesMasahiro Yamada2019-10-051-1/+1
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-0515-80/+193
|\ \ \ \
| * | | | scsi: qla2xxx: Fix Nport ID display valueQuinn Tran2019-09-241-3/+4
| * | | | scsi: qla2xxx: Fix N2N link up failQuinn Tran2019-09-242-4/+4
| * | | | scsi: qla2xxx: Fix N2N link resetQuinn Tran2019-09-244-34/+103
| * | | | scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran2019-09-246-12/+34
| * | | | scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran2019-09-242-13/+9
| * | | | scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran2019-09-241-0/+4
| * | | | scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani2019-09-241-1/+1
| * | | | scsi: hisi_sas: Make three functions staticYueHaibing2019-09-241-3/+3
| * | | | scsi: megaraid: disable device when probe failed after enabled deviceXiang Chen2019-09-241-2/+2
| * | | | scsi: storvsc: setup 1:1 mapping between hardware queue and CPU queueLong Li2019-09-241-2/+1
| * | | | scsi: qedf: Remove always false 'tmp_prio < 0' statementAustin Kim2019-09-241-1/+1
| * | | | scsi: ufs: skip shutdown if hba is not poweredStanley Chu2019-09-241-0/+3
| * | | | scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman2019-09-241-5/+24
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-0538-148/+268
|\ \ \ \ \
| * | | | | net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost2019-10-051-0/+1
| * | | | | net: phy: at803x: use operating parameters from PHY-specific statusRussell King2019-10-051-0/+69
| * | | | | net: phy: extract pause modeRussell King2019-10-051-7/+13
| * | | | | net: phy: extract link partner advertisement readingRussell King2019-10-051-25/+40
| * | | | | net: phy: fix write to mii-ctrl1000 registerRussell King2019-10-051-0/+5
| * | | | | net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello2019-10-051-1/+1
| * | | | | r8152: Set macpassthru in reset_resume callbackKai-Heng Feng2019-10-051-2/+1
| * | | | | cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni2019-10-041-3/+6
| * | | | | qmi_wwan: add support for Cinterion CLS8 devicesReinhard Speyerer2019-10-041-0/+1
| * | | | | net: stmmac: Avoid deadlock on suspend/resumeThierry Reding2019-10-031-4/+6
| * | | | | net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo2019-10-021-1/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-026-14/+12
| |\ \ \ \ \
| | * | | | | netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-016-14/+12
| * | | | | | ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean2019-10-021-1/+2
| * | | | | | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-8/+11
| * | | | | | net: dsa: sja1105: Initialize the meta_lockVladimir Oltean2019-10-021-0/+1
| * | | | | | net: dsa: rtl8366: Check VLAN ID and not portsLinus Walleij2019-10-021-4/+7