summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"Bjorn Andersson2020-12-031-8/+4
* i2c: mxs: Remove unneeded platform_device_idFabio Estevam2020-12-021-19/+3
* i2c: pca-platform: drop two members from driver data that are assigned to onlyUwe Kleine-König2020-12-021-4/+0
* i2c: imx: Remove unused .id_table supportFabio Estevam2020-12-021-19/+1
* i2c: nvidia-gpu: drop empty stub for runtime pmVaibhav Gupta2020-12-021-9/+1
* dt-bindings: i2c: mellanox,i2c-mlxbf: convert txt to YAML schemaKhalil Blaiech2020-12-023-42/+79
* i2c: mv64xxx: Add bus error recoveryMark Tomlinson2020-12-021-1/+28
* i2c: exynos5: don't check for irq 0Martin Kaiser2020-11-031-1/+1
* i2c: exynos5: fix platform_get_irq error handlingMartin Kaiser2020-11-031-3/+1
* i2c: exynos5: remove duplicate error messageMartin Kaiser2020-11-031-1/+0
* i2c: ocores: fix polling mode workaround on FU540-C000 SoCSagar Shrikant Kadam2020-11-031-12/+11
* i2c: owl: Enable asynchronous probingCristian Ciocaltea2020-11-031-0/+1
* i2c: owl: Add support for atomic transfersCristian Ciocaltea2020-11-031-19/+54
* i2c: at91: remove legacy DMA left oversAlexandre Belloni2020-11-032-3/+0
* Merge tag '20201013212531.428538-1-dianders@chromium.org' of https://git.kern...Wolfram Sang2020-11-032-18/+43
|\
| * soc: qcom: geni: Optimize/comment select fifo/dma modeDouglas Anderson2020-10-261-18/+32
| * Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"Douglas Anderson2020-10-261-4/+2
| * soc: qcom: geni: More properly switch to DMA modeDouglas Anderson2020-10-261-2/+15
* | Linux 5.10-rc2v5.10-rc2Linus Torvalds2020-11-011-1/+1
* | Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
|\ \
| * | x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| * | x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| * | x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
* | | Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-015-16/+6
|\ \ \
| * | | time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-262-4/+4
| * | | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
| * | | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
| * | | time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-10-261-2/+2
| | |/ | |/|
* | | Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-012-2/+2
|\ \ \
| * | | stop_machine, rcu: Mark functions as notraceZong Li2020-10-262-2/+2
| |/ /
* | | Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-012-14/+10
|\ \ \
| * | | lockdep: Fix nr_unused_locks accountingPeter Zijlstra2020-10-301-10/+4
| * | | locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra2020-10-301-1/+1
| * | | futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-10-281-1/+3
| * | | lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra2020-10-221-2/+2
* | | | Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-0195-26793/+34
|\ \ \ \
| * \ \ \ Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman2020-10-306-13/+25
| |\ \ \ \
| | * | | | interconnect: qcom: use icc_sync state for sm8[12]50Dmitry Baryshkov2020-10-272-6/+8
| | * | | | interconnect: qcom: Ensure that the floor bandwidth value is enforcedGeorgi Djakov2020-10-221-0/+7
| | * | | | interconnect: qcom: sc7180: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: qcom: sdm845: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: Aggregate before setting initial bandwidthGeorgi Djakov2020-10-151-0/+3
| | * | | | interconnect: qcom: sdm845: Enable keepalive for the MM1 BCMGeorgi Djakov2020-10-151-1/+1
| * | | | | coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose2020-10-291-0/+7
| * | | | | coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach2020-10-291-1/+1
| * | | | | coresight: add module licenseArnd Bergmann2020-10-291-0/+1
| * | | | | misc: mic: remove the MIC driversSudeep Dutt2020-10-2886-26779/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-01250-2493/+4134
|\ \ \ \ \
| * | | | | scripts: get_abi.pl: assume ReST format by defaultMauro Carvalho Chehab2020-10-301-1/+1
| * | | | | docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplicationMauro Carvalho Chehab2020-10-306-159/+170