summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2024-03-27bus: tegra-aconnect: Update dependency to ARCH_TEGRAPeter Robinson1-2/+3
2024-02-23bus: moxtet: Add spi device tableSjoerd Simons1-0/+7
2023-10-10bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren1-5/+17
2023-09-23bus: ti-sysc: Configure uart quirks for k3 SoCTony Lindgren1-0/+2
2023-08-30bus: ti-sysc: Flush posted write on enable before resetTony Lindgren1-0/+2
2023-08-30bus: ti-sysc: Improve reset to work with modules with no sysconfigTony Lindgren1-4/+6
2023-04-05bus: imx-weim: fix branch condition evaluates to a garbage valueIvan Bornyakov1-1/+1
2023-02-22bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can1-1/+7
2022-12-08bus: sunxi-rsb: Support atomic transfersSamuel Holland1-8/+21
2022-08-25bus: 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
2021-10-13bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren1-0/+3
2021-06-10bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren1-2/+2
2021-05-14bus: qcom: Put child node before returnPan Bian1-1/+3
2021-05-11bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren1-0/+49
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
2020-12-30bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong1-1/+3
2020-12-30mips: cdmm: fix use-after-free in mips_cdmm_bus_discoverQinglang Miao1-3/+1
2020-12-02bus: ti-sysc: Fix bogus resetdone warning on enable for cpswTony Lindgren1-0/+3
2020-11-05bus/fsl_mc: Do not rely on caller to provide non NULL mc_ioDiana Craciun1-1/+6
2020-10-01bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removalJohn Garry1-2/+25
2020-08-19bus: ti-sysc: Add missing quirk flags for usb_host_hsTony Lindgren1-2/+4
2020-07-22bus: ti-sysc: Do not disable on suspend for no-idleTony Lindgren1-2/+4
2020-07-22bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirkTony Lindgren1-2/+2
2020-07-22bus: ti-sysc: Fix wakeirq sleeping function called from invalid contextTony Lindgren1-7/+6
2020-07-22bus: ti-sysc: Use optional clocks on for enable and wait for softreset bitTony Lindgren1-20/+60
2020-07-22bus: ti-sysc: Detect EDMA and set quirk flags for tptcTony Lindgren1-0/+5
2020-07-22bus: ti-sysc: Detect display subsystem related devicesTony Lindgren1-0/+19
2020-07-22bus: ti-sysc: Handle module unlock quirk needed for some RTCTony Lindgren1-6/+68
2020-07-22bus: ti-sysc: Consider non-existing registers too when matching quirksTony Lindgren1-63/+57
2020-07-22bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirksTony Lindgren1-16/+16
2020-06-30bus: ti-sysc: Ignore clockactivity unless specified as a quirkTony Lindgren1-3/+6
2020-06-30bus: ti-sysc: Flush posted write on enable and disableTony Lindgren1-0/+6
2020-04-17bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit readsOndrej Jirman1-1/+1
2020-03-12bus: ti-sysc: Fix 1-wire reset quirkTony Lindgren1-2/+2
2020-03-05bus: tegra-aconnect: Remove PM_CLK dependencySameer Pujar1-1/+0
2020-02-24bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTOTony Lindgren1-2/+8
2020-02-19bus: moxtet: fix potential stack buffer overflowMarek BehĂșn1-1/+1
2020-02-01bus: ti-sysc: Fix missing force mstandby quirk handlingTony Lindgren1-1/+2
2020-02-01bus: ti-sysc: Add module enable quirk for audio AESSTony Lindgren1-1/+13
2020-02-01bus: ti-sysc: Use swsup quirks also for am335x musbTony Lindgren1-0/+2
2020-02-01bus: ti-sysc: Handle mstandby quirk and use it for musbTony Lindgren1-2/+8
2020-01-23bus: ti-sysc: Fix iterating over clocksTony Lindgren1-2/+8
2020-01-12bus: ti-sysc: Fix missing reset delay handlingTony Lindgren1-0/+4
2019-10-18bus: ti-sysc: Fix watchdog quirk handlingTony Lindgren1-4/+14
2019-09-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-15/+37
2019-09-29Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-15/+37
2019-09-21Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-49/+52