summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-264-12/+15
|\
| * spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui2020-09-241-1/+1
| * spi: fsl-dspi: fix use-after-free in remove pathSascha Hauer2020-09-231-5/+7
| * spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-09-211-2/+3
| * spi: bcm2835: Make polling_limit_us staticJason Yan2020-09-151-1/+1
| * spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean2020-09-111-3/+3
* | Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-09-261-3/+4
|\ \
| * | regulator: axp20x: fix LDO2/4 descriptionIcenowy Zheng2020-09-231-3/+4
* | | Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-264-34/+56
|\ \ \
| * | | regmap: fix page selection for noinc writesDmitry Baryshkov2020-09-213-12/+13
| * | | regmap: fix page selection for noinc readsDmitry Baryshkov2020-09-211-6/+6
| * | | regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax2020-09-181-1/+1
| * | | regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax2020-09-173-17/+38
* | | | Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-255-16/+14
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2020-09-253-12/+3
| |\ \ \ \
| | * | | | ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unsetRafael J. Wysocki2020-09-231-0/+1
| | * | | | cpuidle: Drop misleading comments about RCU usageUlf Hansson2020-09-221-10/+0
| | * | | | cpuidle: psci: Fix suspicious RCU usageUlf Hansson2020-09-211-2/+2
| * | | | | PM / devfreq: tegra30: Disable clock on error in probeDan Carpenter2020-09-231-1/+3
| * | | | | PM / devfreq: Add timer type to devfreq_summary debugfsChanwoo Choi2020-09-231-3/+8
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-251-2/+4
|\ \ \ \ \
| * | | | | RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe2020-09-141-2/+4
* | | | | | Merge tag 'drm-fixes-2020-09-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-09-256-10/+15
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-misc-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-09-251-0/+2
| |\ \ \ \ \ \
| | * | | | | | dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy2020-09-211-0/+2
| * | | | | | | Merge tag 'drm-intel-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-09-252-8/+10
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson2020-09-231-7/+5
| | * | | | | | | Merge tag 'gvt-fixes-2020-09-17' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-09-221-1/+5
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | drm/i915/gvt: Fix port number for BDW on EDID region setupZhenyu Wang2020-09-141-1/+5
| * | | | | | | | Merge tag 'drm-misc-fixes-2020-09-18' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-09-233-2/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | drm/sun4i: mixer: Extend regmap max_registerMartin Cerveny2020-09-101-1/+1
| | * | | | | | drm/sun4i: sun8i-csc: Secondary CSC register correctionMartin Cerveny2020-09-101-1/+1
| | * | | | | | drm/vc4/vc4_hdmi: fill ASoC card ownerMarek Szyprowski2020-09-091-0/+1
* | | | | | | | Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2020-09-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven2020-09-141-1/+1
* | | | | | | | | Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-248-88/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-09-147-87/+16
| * | | | | | | | | media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil2020-09-101-1/+1
* | | | | | | | | | Merge tag 'for-5.9/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-09-231-22/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dm: fix comment in dm_process_bio()Mike Snitzer2020-09-221-1/+3
| * | | | | | | | | | dm: fix bio splitting and its bio completion order for regular IOMike Snitzer2020-09-221-21/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-2290-550/+1055
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-221-8/+8
| * | | | | | | | | | net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-221-8/+8
| * | | | | | | | | | net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang2020-09-221-8/+8
| * | | | | | | | | | Merge tag 'mlx5-fixes-2020-09-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-09-2220-180/+200
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed2020-09-221-5/+2
| | * | | | | | | | | | net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed2020-09-221-15/+10
| | * | | | | | | | | | net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed2020-09-221-2/+6
| | * | | | | | | | | | net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed2020-09-221-3/+5