summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-15290-4037/+23582
|\
| * Merge tag 'extcon-next-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-12-118-22/+288
| |\
| | * extcon: max77693: Fix modalias stringMarek Szyprowski2020-12-111-1/+1
| | * extcon: fsa9480: Support TI TSU6111 variantLinus Walleij2020-12-111-0/+1
| | * extcon: fsa9480: Rewrite bindings in YAML and extendLinus Walleij2020-12-112-21/+52
| | * dt-bindings: extcon: add binding for TUSB320Michael Auchter2020-12-111-0/+41
| | * extcon: Add driver for TI TUSB320Michael Auchter2020-12-113-0/+193
| * | slimbus: qcom: fix potential NULL dereference in qcom_slim_prg_slew()Zhang Changzhong2020-12-101-7/+2
| * | siox: Make remove callback return voidUwe Kleine-König2020-12-102-4/+3
| * | siox: Use bus_type functions for probe, remove and shutdownUwe Kleine-König2020-12-101-24/+25
| * | spmi: Add driver shutdown supportHsin-Hsiung Wang2020-12-102-0/+10
| * | spmi: fix some coding style issues at the spmi coreMauro Carvalho Chehab2020-12-101-1/+4
| * | spmi: get rid of a warning when built with W=1Mauro Carvalho Chehab2020-12-101-4/+1
| * | uio: uio_hv_generic: use devm_kzalloc() for private data allocAlexandru Ardelean2020-12-091-6/+2
| * | uio: uio_fsl_elbc_gpcm: use device-managed allocatorsAlexandru Ardelean2020-12-091-23/+9
| * | uio: uio_aec: use devm_kzalloc() for uio_info objectAlexandru Ardelean2020-12-091-6/+2
| * | uio: uio_cif: use devm_kzalloc() for uio_info objectAlexandru Ardelean2020-12-091-6/+2
| * | uio: uio_netx: use devm_kzalloc() for or uio_info objectAlexandru Ardelean2020-12-091-6/+2
| * | uio: uio_mf624: use devm_kzalloc() for uio_info objectAlexandru Ardelean2020-12-091-6/+2
| * | uio: uio_sercos3: use device-managed functions for simple allocsAlexandru Ardelean2020-12-091-10/+4
| * | uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlersAlexandru Ardelean2020-12-091-18/+10
| * | uio: uio_dmem_genirq: convert simple allocations to device-managedAlexandru Ardelean2020-12-091-26/+8
| * | uio/uio_pci_generic: remove unneeded pci_set_drvdata()Alexandru Ardelean2020-12-091-7/+1
| * | uio: pruss: use devm_clk_get() for clk initAlexandru Ardelean2020-12-091-5/+2
| * | slimbus: qcom-ngd-ctrl: fix SSR dependenciesSrinivas Kandagatla2020-12-091-2/+1
| * | altera-stapl: remove the unreached switch caseKaixu Xia2020-12-091-5/+0
| * | fsi: Aspeed: Add mutex to protect HW accessEddie James2020-12-091-16/+29
| * | bus: fsl-mc: simplify DPRC version checkIoana Ciornei2020-12-091-3/+1
| * | bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong2020-12-091-1/+3
| * | bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structureLaurentiu Tudor2020-12-092-2/+5
| * | bus: fsl-mc: make sure MC firmware is up and runningLaurentiu Tudor2020-12-091-12/+30
| * | bus: fsl-mc: add back accidentally dropped error checkLaurentiu Tudor2020-12-091-1/+4
| * | MAINTAINERS: Mark SPMI as maintainedStephen Boyd2020-12-091-2/+4
| * | vme: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-12-092-12/+14
| * | misc: pci_endpoint_test: fix return value of error branchXiongfeng Wang2020-12-091-2/+6
| * | misc: genwqe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-12-091-17/+2
| * | misc: rtsx: rts5249 support runtime PMRicky Wu2020-12-095-6/+145
| * | misc: rtsx: modify and fix init_hw functionRicky Wu2020-12-091-3/+5
| * | misc: rtsx: modify en/disable aspm functionRicky Wu2020-12-091-3/+9
| * | misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2020-12-091-1/+1
| * | misc/sgi-xp: Replace in_interrupt() usageThomas Gleixner2020-12-093-6/+17
| * | misc: isl29003: Fix typo for get/set modeZhou Xingxing2020-12-091-2/+2
| * | lkdtm: don't move ctors to .rodataMark Rutland2020-12-092-2/+2
| * | firmware: fix a spelling mistake "managament" -> "management" in KconfigColin Ian King2020-12-091-1/+1
| * | binder: add flag to clear buffer on txn completeTodd Kjos2020-12-094-1/+53
| * | speakup: fix uninitialized flush_lockYang Yingliang2020-12-091-1/+1
| * | Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2020-12-09101-944/+2659
| |\ \
| | * | drm/mediatek: avoid dereferencing a null hdmi_phy on an error messageColin Ian King2020-12-081-2/+3
| | * | phy: ingenic: depend on HAS_IOMEMVinod Koul2020-12-081-0/+1
| | * | phy: mediatek: statify mtk_hdmi_phy_driverVinod Koul2020-12-071-1/+1