summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: return error on missing UDCAhmad Fatoum2023-07-261-0/+1
* commands: usbserial: prevent double freeAhmad Fatoum2023-07-261-1/+18
* usb: gadget: multi: do not double free on errorAhmad Fatoum2023-07-261-3/+1
* drivers: hab: work-around GCC -Wmaybe-uninitialized false-positiveAhmad Fatoum2023-07-261-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2023-07-0457-676/+233
|\
| * ARM: zynq: get ps_clk_rate from dtAssmann Kai2023-07-041-1/+3
| * soc: imx: have IMX8M_FEATCTRL select IMX_OCOTPAhmad Fatoum2023-07-041-0/+1
| * soc: imx: featctrl: add help text for CONFIG_IMX8M_FEATCTRLAhmad Fatoum2023-07-041-1/+4
| * treewide: Print device nodes with %pOFSascha Hauer2023-07-0344-179/+153
| * nios2: remove arch remains from driversDenis Orlov2023-07-037-446/+0
| * usb: make sure dma buffers are properly allocatedDenis Orlov2023-06-303-46/+61
| * usb: storage: fix missing calls to free()Denis Orlov2023-06-301-5/+12
| * usb: misc: onboard_hub: add support for Genesys USB3.1 hubMarco Felsch2023-06-231-0/+1
* | usb: gadget: dfu: Add missing get_alt callbackJules Maselbas2023-06-281-0/+15
* | firmware: zynqmp: fix loading for PMU FWv1.1Steffen Trumtrar2023-06-261-1/+1
|/
* gpiolib: rename gpioinfo_ to gpiodesc_Ahmad Fatoum2023-06-231-17/+17
* gpiolib: add support for requesting and setting gpiod arraysAhmad Fatoum2023-06-231-0/+123
* gpiolib: factor out finding gpio propertyAhmad Fatoum2023-06-231-22/+39
* gpiolib: export proper gpio descriptor APIAhmad Fatoum2023-06-231-20/+153
* gpio: gpiolib: rename struct gpio_info to gpio_descAhmad Fatoum2023-06-231-103/+103
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-2323-193/+192
* Merge branch 'for-next/state'Sascha Hauer2023-06-2211-66/+96
|\
| * of: export new of_cdev_find helperAhmad Fatoum2023-06-121-19/+40
| * block: parse partition table on block device registrationAhmad Fatoum2023-06-126-37/+2
| * cdev: record whether partition is parsed from OFAhmad Fatoum2023-06-081-2/+3
| * cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-2/+2
| * driver: add new cdev_is_partition helperAhmad Fatoum2023-06-081-1/+1
| * of: of_path: always call of_partition_ensure_probed before resolvingAhmad Fatoum2023-06-081-0/+10
| * of: partition: support of_partition_ensure_probed on parent deviceAhmad Fatoum2023-06-082-5/+38
* | Merge branch 'for-next/rockchip'Sascha Hauer2023-06-225-18/+74
|\ \
| * | mci: rockchip-dwcmshc-sdhci: enable DLL only for clock >= 52MHzSascha Hauer2023-05-301-11/+41
| * | pinctrl: rockchip: fix bias settingsSascha Hauer2023-05-301-4/+27
| * | clk: clk-divider: fix CLK_DIVIDER_HIWORD_MASK flagSascha Hauer2023-05-301-1/+1
| * | clk: rockchip: add missing pll_rk3588_core handlingSascha Hauer2023-05-301-1/+2
| * | firmware: arm_scmi: fix async checkSascha Hauer2023-05-301-1/+1
| * | mci: rockchip-dwcmshc-sdhci: Add rk3588Sascha Hauer2023-05-301-0/+2
* | | Merge branch 'for-next/of-compat'Sascha Hauer2023-06-222-1/+5
|\ \ \
| * | | commands: of_diff: simplify error handlingAhmad Fatoum2023-06-091-0/+3
| * | | treewide: don't mix goto labels and statements on same lineAhmad Fatoum2023-05-251-1/+2
* | | | Merge branch 'for-next/misc-fixes-sandbox'Sascha Hauer2023-06-2210-20/+22
|\ \ \ \
| * | | | phy: stm32: usb: depend on COMMON_CLKAhmad Fatoum2023-06-131-0/+1
| * | | | watchdog: imx28: use correct constant for computing timeout_maxAhmad Fatoum2023-06-131-1/+1
| * | | | video: simplefb-fixup: warn on framebuffers >= 4GAhmad Fatoum2023-06-131-3/+7
| * | | | mtd: spi-nor: cadence: fix typesAhmad Fatoum2023-06-131-5/+3
| * | | | crypto: imx-scc: fix u32 to pointer castsAhmad Fatoum2023-06-131-3/+3
| * | | | crypto: caam - fix pointer to u32 castsAhmad Fatoum2023-06-132-2/+2
| * | | | video: bochs: remove dependency on PCI header in common partAhmad Fatoum2023-06-131-1/+0
| * | | | ata: ide-sff: fix warnings when compiling as 64-bitAhmad Fatoum2023-06-131-4/+4
| * | | | pci: disable building CONFIG_PCI when CONFIG_COMPILE_TESTAhmad Fatoum2023-06-131-1/+1
* | | | | Merge branch 'for-next/misc'Sascha Hauer2023-06-2227-70/+654
|\ \ \ \ \