summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2023-01-18bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu1-1/+2
2022-12-02bus: sunxi-rsb: Support atomic transfersSamuel Holland1-8/+21
2022-08-21bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()Yang Yingliang1-4/+6
2022-06-14bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren1-1/+3
2022-05-09bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()Christophe JAILLET1-0/+2
2022-05-09bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specificTony Lindgren1-1/+15
2022-04-08mips: cdmm: Fix refcount leak in mips_cdmm_phys_baseMiaoqian Lin1-0/+1
2022-02-05Revert "drivers: bus: simple-pm-bus: Add support for probing simple bus only ...Kevin Hilman1-38/+1
2021-12-22bus: ti-sysc: Fix variable set but not used warning for reinit_modulesTony Lindgren1-2/+1
2021-11-26bus: ti-sysc: Use context lost quirk for otgTony Lindgren1-1/+1
2021-11-26bus: ti-sysc: Add quirk handling for reinit on context lostTony Lindgren1-6/+102
2021-11-18bus: ti-sysc: Fix timekeeping_suspended warning on resumeTony Lindgren1-12/+53
2021-10-20drivers: bus: simple-pm-bus: Add support for probing simple bus only devicesSaravana Kannan1-1/+38
2021-10-13bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren1-0/+3
2021-10-13bus: ti-sysc: Add break in switch statement in sysc_init_soc()Nathan Chancellor1-0/+1
2021-09-18bus: fsl-mc: fix mmio base address for child DPRCsLaurentiu Tudor1-2/+22
2021-08-26bus: ti-sysc: Fix error handling for sysc_check_active_timer()Tony Lindgren1-1/+3
2021-08-12bus: ti-sysc: AM3: RNG is GP onlyKevin Hilman1-0/+2
2021-08-12bus: ti-sysc: Fix gpt12 system timer issue with reserved statusTony Lindgren1-7/+13
2021-07-28bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt1-5/+12
2021-07-14bus: mhi: Wait for M2 state during system resumeBaochen Qiang1-0/+1
2021-06-10bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren1-2/+2
2021-06-10bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren1-3/+50
2021-05-14bus: qcom: Put child node before returnPan Bian1-1/+3
2021-05-11bus: mhi: core: Clear context for stopped channels from remove()Bhaumik Bhatt1-1/+2
2021-05-11bus: mhi: core: Destroy SBL devices when moving to mission modeBhaumik Bhatt2-4/+28
2021-05-11bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren1-0/+49
2021-05-11bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo1-7/+74
2021-05-11bus: mhi: core: Clear configuration from channel context during resetBhaumik Bhatt1-0/+13
2021-05-11bus: mhi: core: Fix check for syserr at power_upJeffrey Hugo1-1/+1
2021-04-10bus: ti-sysc: Fix warning on unbind if reset is not deassertedTony Lindgren1-1/+3
2021-03-30bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREADGrygorii Strashko1-2/+2
2021-03-11bus: ti-sysc: Implement GPMC debug quirk to drop platform dataTony Lindgren1-0/+10
2020-12-30bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong1-1/+3
2020-12-30bus: fsl-mc: add back accidentally dropped error checkLaurentiu Tudor1-1/+4
2020-12-30mips: cdmm: fix use-after-free in mips_cdmm_bus_discoverQinglang Miao1-3/+1
2020-12-30bus: mhi: core: Fix null pointer access when parsing MHI configurationCarl Yin1-2/+2
2020-12-30bus: mhi: core: Remove double locking from mhi_driver_remove()Bhaumik Bhatt1-2/+0
2020-11-19bus: ti-sysc: suppress err msg for timers used as clockevent/sourceGrygorii Strashko1-1/+1
2020-10-26bus: ti-sysc: Fix bogus resetdone warning on enable for cpswTony Lindgren1-0/+3
2020-10-26bus: ti-sysc: Fix reset status check for modules with quirksTony Lindgren1-9/+15
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-3/+97
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-182/+904
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+6
2020-10-02bus/fsl-mc: Add a new version for dprc_get_obj_region commandDiana Craciun2-14/+27
2020-10-02bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan3-5/+4
2020-10-02bus/fsl-mc: Export IRQ pool handling functions to be used by VFIODiana Craciun3-19/+11
2020-10-02bus/fsl_mc: Do not rely on caller to provide non NULL mc_ioDiana Craciun1-1/+6
2020-10-02bus/fsl-mc: Add a container setup functionDiana Craciun1-22/+49
2020-10-02bus/fsl-mc: Export a cleanup function for DPRCDiana Craciun1-15/+47