summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: orion: Disallow driver compile for ARMv4TAlexander Shiyan2022-06-101-1/+1
* ata: ahci: Fix format stringAlexander Shiyan2022-06-101-5/+5
* of: address: fix printing of OF node name in error messageUwe Kleine-König2022-06-071-2/+2
* power: reset: reboot-mode: Fix resetting to normal modeSascha Hauer2022-05-251-2/+6
* Merge branch 'for-next/stm32'Sascha Hauer2022-05-192-1/+59
|\
| * phy: stm32-usphyc: Add dummy driver for child nodeOleksij Rempel2022-05-111-1/+8
| * usb: dwc2: add support st,stm32mp15-fs/hsotg devicesOleksij Rempel2022-05-111-0/+51
* | Merge branch 'for-next/misc'Sascha Hauer2022-05-1913-54/+1060
|\ \
| * | i2c: rockchip: fix transfer return valueAhmad Fatoum2022-05-111-5/+8
| * | i2c: add Cadence i2c host controller supportMatthias Fend2022-05-113-0/+462
| * | usb: dwc3: align dwc3 clocks with bindingMichael Riesch2022-05-111-10/+40
| * | phy: rockchip: align naneng-combphy clocks and resets with bindingMichael Riesch2022-05-111-15/+4
| * | ata: disk_ata_drive: clean up code in ata_dump_id()Denis Orlov2022-04-291-10/+13
| * | spi: Port SiFive SPI controller driverAhmad Fatoum2022-04-293-0/+528
| * | serial: ns16550: Reuse 16550 serial for tegra UARTAlexander Shiyan2022-04-251-11/+3
| * | video: omap-fb: Rework to enable COMPILE_TEST optionAlexander Shiyan2022-04-252-3/+2
* | | Merge branch 'for-next/dsa'Sascha Hauer2022-05-191-0/+4
|\ \ \
| * | | net: dsa: wait until PHY aneg is doneOleksij Rempel2022-04-291-0/+4
* | | | Merge branch 'for-next/ahci'Sascha Hauer2022-05-192-116/+157
|\ \ \ \
| * | | | ata: ahci: use correct macro when calculating offsets in dma memoryDenis Orlov2022-05-111-4/+4
| * | | | ata: ahci: allocate memory in one call in ahci_init_port()Denis Orlov2022-05-051-26/+14
| * | | | ata: ahci: register only implemented portsDenis Orlov2022-05-051-3/+12
| * | | | ata: ahci: remove redundant cast in ahci_io()Denis Orlov2022-05-051-1/+1
| * | | | ata: ahci: add missing capability in ahci_print_info()Denis Orlov2022-05-051-0/+1
| * | | | ata: ahci: make rx_fis field in ahci_port of type void*Denis Orlov2022-05-052-4/+3
| * | | | ata: ahci: use 64-bit addressing if availableDenis Orlov2022-05-051-6/+13
| * | | | ata: ahci: map buffers properlyDenis Orlov2022-05-051-19/+18
| * | | | ata: ahci: use named constants for capabilities bitsDenis Orlov2022-05-052-29/+52
| * | | | ata: ahci: properly fill scatter/gather tableDenis Orlov2022-05-051-0/+1
| * | | | ata: ahci: correct named constants values and namesDenis Orlov2022-05-052-7/+9
| * | | | ata: ahci: adjust debug messages in ahci_init_port()Denis Orlov2022-05-051-2/+4
| * | | | ata: ahci: do not ignore dma handlesDenis Orlov2022-05-052-9/+15
| * | | | ata: ahci: simplify fis structure creationDenis Orlov2022-05-051-14/+9
| * | | | ata: ahci: fix missing whitespace in ahci_add_host()Denis Orlov2022-05-051-1/+1
| * | | | ata: ahci: replace magic numbers with named constantsDenis Orlov2022-05-052-10/+23
| * | | | ata: ahci: use abstract read/write functions uniformlyDenis Orlov2022-05-051-11/+7
* | | | | of: address: treat absent dma-ranges as 1:1 translationLucas Stach2022-05-191-1/+4
* | | | | gpiolib: fix allocating dynamic gpio numbers.Sascha Hauer2022-05-191-1/+1
* | | | | clk: handle NULL args in clk_{g,s}et_parent() v2Bastian Krause2022-05-121-4/+2
* | | | | clk: handle NULL args in clk_set_parent()Bastian Krause2022-05-121-1/+6
|/ / / /
* | | | mci: stm32_sdmmc2: add STM32MP131 AMBA primecell peripheral IDAhmad Fatoum2022-04-291-0/+5
* | | | gpiolib: remove declaration of now unused variableAhmad Fatoum2022-04-291-1/+1
* | | | clocksource: assign non-zero priorities to all clocksourcesAhmad Fatoum2022-04-2520-0/+20
* | | | clk: add BCM2835 auxiliary peripheral clock driverAhmad Fatoum2022-04-253-0/+69
* | | | clk: imx8mp: remove SYS PLL 1/2 clock gatesSascha Hauer2022-04-251-32/+35
* | | | Merge branch 'for-next/misc'Sascha Hauer2022-04-2117-58/+189
|\ \ \ \ | | |/ / | |/| |
| * | | GPIO: clps711x: Simplify initializationAlexander Shiyan2022-04-201-6/+4
| * | | net: phy: add TI DP83TD510E T1L PHY supportOleksij Rempel2022-04-193-0/+52
| * | | net: phy: do not call adjust_link() form phy_device_attach()Oleksij Rempel2022-04-191-5/+8
| * | | usb: xhci: Honor transfer timeoutsSascha Hauer2022-04-143-29/+25