summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pmdomain: imx: gpc2: ignore missing regulatorsAhmad Fatoum2024-03-151-6/+22
* nvmem: imx-ocotp-ele: fix fuse types on i.MX93Sascha Hauer2024-03-131-2/+1
* mtd: don't try to detect UBI in too small flash partitionsAhmad Fatoum2024-03-041-1/+4
* firmware: arm_scmi: pmdomain: restrict default y for driverAhmad Fatoum2024-03-011-1/+1
* usb: xhci: fix reset endpoint on USB stallAhmad Fatoum2024-03-011-4/+5
* i2c: i2c-imx-lpi2c: remove debugging leftoverSascha Hauer2024-03-011-1/+0
* serial: lpuart32: fix rx stall on FIFO overflowSascha Hauer2024-02-291-9/+12
* Merge branch 'for-next/usb-xhci'Sascha Hauer2024-02-214-120/+247
|\
| * usb: xhci: Do not panic on event timeoutsAhmad Fatoum2024-02-201-2/+3
| * usb: xhci: Recover from halted bulk endpointsAhmad Fatoum2024-02-201-0/+8
| * usb: xhci: Allow context state errors when halting an endpointAhmad Fatoum2024-02-201-2/+4
| * usb: xhci: Better error handling in abort_td()Ahmad Fatoum2024-02-202-13/+25
| * usb: xhci: Guard all calls to xhci_wait_for_eventAhmad Fatoum2024-02-202-0/+18
| * usb: xhci: Fix root hub descriptorAhmad Fatoum2024-02-202-8/+12
| * usb: xhci: reset endpoint on USB stallAhmad Fatoum2024-02-201-0/+40
| * usb: xhci: support non-1:1 mapped xHCIAhmad Fatoum2024-02-204-53/+83
| * usb: xhci: don't use xhci_writeq for normal SDRAMAhmad Fatoum2024-02-201-1/+1
| * usb: xhci: Add missing xhci_readl()Ahmad Fatoum2024-02-201-4/+4
| * usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Ahmad Fatoum2024-02-201-2/+2
| * usb: xhci: use macros for formatting valuesAhmad Fatoum2024-02-203-34/+22
| * usb: xhci: call xhci_flush_cache where appropriateAhmad Fatoum2024-02-202-0/+7
| * usb: xhci: add various debugging printsAhmad Fatoum2024-02-202-3/+21
| * usb: xhci: usb: xhci: avoid type conversion of void *Ahmad Fatoum2024-02-201-2/+1
* | Merge branch 'for-next/misc'Sascha Hauer2024-02-2124-153/+144
|\ \
| * | phy: freescale: imx8mq-usb: make i.MX8MP support more explicitAhmad Fatoum2024-02-201-2/+6
| * | deep-probe: return -EPROBE_DEFER when ensuring probe failsAhmad Fatoum2024-02-201-7/+7
| * | deep-probe: use IS_ERR_OR_NULL() instead of opencodingAhmad Fatoum2024-02-201-3/+1
| * | deep-probe: treat any probe deferral as permanentAhmad Fatoum2024-02-201-14/+19
| * | driver: refactor probe return value handling into switch statementAhmad Fatoum2024-02-201-15/+18
| * | treewide: use dev_err_probe instead of comparisons against EPROBE_DEFERAhmad Fatoum2024-02-2010-60/+20
| * | usb: core: replace calls to strerror with %pe format specifierAhmad Fatoum2024-02-201-3/+3
| * | mci: bcm2835: support 8bit bus widthPierre-Olivier Huard2024-02-162-0/+8
| * | firmware: arm_scmi: call device driver remove if definedAhmad Fatoum2024-02-161-5/+0
| * | drivers: drop simple bus remove in favor of common implementationAhmad Fatoum2024-02-165-35/+0
| * | driver: make CONFIG_DEBUG_PROBES more useful for removalAhmad Fatoum2024-02-161-10/+18
| * | serial: ns16550: add support for half duplex rs485Pierre-Olivier Huard2024-02-082-0/+13
| * | serial: ns16550: add basic support for rs485Pierre-Olivier Huard2024-02-082-2/+34
* | | Merge branch 'for-next/imx'Sascha Hauer2024-02-2114-132/+703
|\ \ \
| * | | hab: implement i.MX9 supportSascha Hauer2024-02-161-0/+101
| * | | hab: pass flags to lockdown_device()Sascha Hauer2024-02-161-5/+5
| * | | hab: cleanup hab status printing during bootSascha Hauer2024-02-164-38/+41
| * | | hab: drop i.MX35Sascha Hauer2024-02-161-1/+1
| * | | hab: drop incomplete i.MX28 supportSascha Hauer2024-02-161-23/+0
| * | | nvmem: ocotp: mark data as constMarc Kleine-Budde2024-02-131-12/+12
| * | | nvmem: ocotp: use tab for indention onlyMarc Kleine-Budde2024-02-131-27/+29
| * | | habv4: convert comments to common coding styleMarc Kleine-Budde2024-02-131-6/+10
| * | | ddr: imx8m: add missing DDR clock ratesAhmad Fatoum2024-02-131-2/+4
| * | | i2c: lpi2c: add PBL supportSascha Hauer2024-02-082-1/+35
| * | | i2c: lpi2c: use udelay for timeout loopsSascha Hauer2024-02-081-10/+15
| * | | i2c: lpi2c: determine clk rate during probeSascha Hauer2024-02-081-6/+5