summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: factor out a usb_setup_descriptor() functionSascha Hauer2020-03-261-52/+103
| * | | usb: net: Add support for the Asix AX88179Sascha Hauer2020-03-263-0/+765
| * | | net: usb: add hook for link changesSascha Hauer2020-03-261-1/+10
| * | | usb: net: Allocate tx buffer dynamicallySascha Hauer2020-03-261-7/+14
| * | | usb: net: Allocate rx buffer dynamicallySascha Hauer2020-03-261-5/+11
| * | | usb: remove unnecessary variableSascha Hauer2020-03-201-5/+3
| * | | usb: Assign dev_index onceSascha Hauer2020-03-201-10/+4
| * | | usb: support set hub depth request for USB 3.0 hubsSascha Hauer2020-03-202-1/+48
| * | | usb: host: make init hook optionalSascha Hauer2020-03-201-3/+5
| * | | usb: hub: Parse and save TT details from device descriptorSascha Hauer2020-03-201-1/+51
| * | | usb: Use dev_*Sascha Hauer2020-03-201-25/+25
| * | | usb: Set new USB device name earlierSascha Hauer2020-03-201-9/+8
| * | | usb: hub: Do not power-cycle usb devices on initSascha Hauer2020-03-201-11/+0
| * | | usb: Pass portstatus/portchange to usb_hub_port_connect_change()Sascha Hauer2020-03-201-15/+3
| * | | usb: Remove hack from the early daysSascha Hauer2020-03-201-12/+0
| * | | usb: hub: let usb_scan_port() return voidSascha Hauer2020-03-201-16/+9
| * | | usb: hub: do not reset devices twiceSascha Hauer2020-03-203-20/+2
| * | | usb: hub: Make debugging output more consistentSascha Hauer2020-03-201-28/+31
* | | | Merge branch 'for-next/spi'Sascha Hauer2020-04-169-39/+867
|\ \ \ \
| * | | | mtd: spi-nor: Add support for cy15x104qSascha Hauer2020-04-141-0/+3
| * | | | spi: Add fsl-dspi driverSascha Hauer2020-04-143-0/+663
| * | | | spi: validate spi messagesSascha Hauer2020-04-141-0/+46
| * | | | regmap-mmio: Add big endian supportSascha Hauer2020-04-144-45/+155
| * | | | regmap-mmio: Add missing pieces for 64bit supportSascha Hauer2020-03-241-0/+6
| |/ / /
* | | | Merge branch 'for-next/pwm'Sascha Hauer2020-04-1612-136/+744
|\ \ \ \
| * | | | PWM: add support for STM32Ahmad Fatoum2020-03-316-0/+489
| * | | | of: introduce of_property_count_elems_of_sizeAhmad Fatoum2020-03-311-0/+32
| * | | | PWM: core: add apply API support for polarityAhmad Fatoum2020-03-311-4/+17
| * | | | led: pwm: use new pwm_apply_state APIAhmad Fatoum2020-03-311-7/+10
| * | | | PWM: core: apply initial state in of_pwm_requestAhmad Fatoum2020-03-311-4/+66
| * | | | PWM: core: retire pwm_set_periodAhmad Fatoum2020-03-311-6/+1
| * | | | PWM: core: remove old PWM API in favor of Linux ->applyAhmad Fatoum2020-03-314-103/+125
| * | | | PWM: core: group PWM state into new struct pwm_stateAhmad Fatoum2020-03-311-18/+16
| * | | | PWM: core: remove ineffectual pwm_{set,get}_duty_cycleAhmad Fatoum2020-03-311-10/+0
| * | | | PWM: core: remove FLAG_ENABLEDAhmad Fatoum2020-03-311-4/+8
| * | | | led: pwm: always initialize PWM LEDs as inactiveAhmad Fatoum2020-03-311-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-next/net'Sascha Hauer2020-04-163-5/+8
|\ \ \ \
| * | | | net: phy: Also print link down messagesSascha Hauer2020-03-311-1/+5
| * | | | net: phy: Do not claim the link is up initiallySascha Hauer2020-03-311-1/+0
| * | | | net: phy: mdio-mux: Use mdiobus_read/write()Sascha Hauer2020-03-311-3/+2
| * | | | net: fec_imx: Do not clear MII interrupt during receiveSascha Hauer2020-03-311-0/+1
| |/ / /
* | | | Merge branch 'for-next/misc'Sascha Hauer2020-04-165-24/+33
|\ \ \ \
| * | | | of: overlay: fix uninitialized read of variableAhmad Fatoum2020-04-141-1/+1
| * | | | of: use of_get_child_by_name() to find child nodeMichael Tretter2020-04-141-3/+1
| * | | | serial: ns16550_pci: Use %pa to print resource_size_tSascha Hauer2020-04-011-4/+4
| * | | | mci: core: use SECTOR_SIZE instead of direct 512Ahmad Fatoum2020-03-311-5/+5
| * | | | of: base: parse all available memory nodesClement Leger2020-03-301-6/+16
| * | | | of: base: allow of_add_memory to be called multiple timesClement Leger2020-03-301-5/+6
* | | | | Merge branch 'for-next/layerscape'Sascha Hauer2020-04-161-2/+2
|\ \ \ \ \
| * | | | | PCI: layerscape: be less noisy when no iommu node is foundSascha Hauer2020-03-241-2/+2
| | |/ / / | |/| | |