summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Validate the correctness of the SSP typeAndy Shevchenko2022-10-241-2/+4
* spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idleMark Brown2022-10-211-1/+38
|\
| * spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur2022-10-211-1/+38
* | spi: pxa2xx: Minor cleanupsMark Brown2022-10-211-13/+8
|\ \
| * | spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()Andy Shevchenko2022-10-211-8/+3
| * | spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()Andy Shevchenko2022-10-211-5/+5
* | | spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callbackMarc Kleine-Budde2022-10-211-8/+0
| |/ |/|
* | spi: Introduce spi_get_device_match_data() helperAndy Shevchenko2022-10-211-0/+12
|/
* spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform supportMark Brown2022-10-192-36/+162
|\
| * spi: spi-zynqmp-gqspi: Add tap delay support for GQSPI controller on Versal p...Amit Kumar Mahapatra2022-10-191-19/+67
| * spi: spi-zynqmp-gqspi: Add tap delay support for ZynqMP GQSPI ControllerNaga Sureshkumar Relli2022-10-191-4/+46
| * firmware: xilinx: Add qspi firmware interfaceRajan Vaja2022-10-191-0/+7
| * spi: spi-zynqmp-gqspi: Avoid setting baud rate multiple times for same SPI fr...Amit Kumar Mahapatra2022-10-191-14/+35
| * spi: spi-zynqmp-gqspi: Set CPOL and CPHA during hardware initAmit Kumar Mahapatra2022-10-191-15/+17
| * spi: spi-zynqmp-gqspi: Fix kernel-doc warningsAmit Kumar Mahapatra2022-10-191-0/+6
* | spi: img-spfi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-10-191-2/+1
* | spi: fsl-cpm: substitute empty_zero_page with helper ZERO_PAGE(0)Giulio Benetti2022-10-191-1/+1
|/
* spi: bcm-qspi: Make bcm_qspi_remove() return voidUwe Kleine-König2022-10-184-6/+9
* spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()Andy Shevchenko2022-10-181-2/+1
* spi: cadence-quadspi: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang2022-10-171-5/+2
* spi: bcm63xx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-10-171-2/+1
* spi: microchip: pci1xxxx: Add driver for SPI controller of PCI1XXXX PCIe switchTharun Kumar P2022-10-173-0/+407
* spi: microchip-core: Remove the unused function mchp_corespi_enable()Jiapeng Chong2022-10-171-9/+0
* Merge existing fixes from spi/for-6.1 into new branchMark Brown2022-10-175-5/+10
|\
| * spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima2022-10-131-1/+1
| * spi: aspeed: Fix typo in mode_bits field for AST2600 platformChin-Ting Kuo2022-10-101-2/+2
| * spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy2022-10-101-1/+1
| * spi: spi-gxp: fix typo in SPDX identifier lineBird, Tim2022-10-041-1/+1
| * spi: tegra210-quad: Fix combined sequenceKrishna Yarlagadda2022-10-031-0/+5
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1757-116/+103
|\ \
| * | prandom: remove unused functionsJason A. Donenfeld2022-10-121-6/+5
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-128-13/+13
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1224-32/+32
| * | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-122-2/+2
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-129-13/+13
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1225-53/+41
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
|\ \ \
| * \ \ Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-149-113/+1805
| |\ \ \
| | * | | clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno2022-10-141-0/+10
| | * | | clk: tests: Add tests for notifiersMaxime Ripard2022-10-111-0/+156
| | * | | clk: Update req_rate on __clk_recalc_rates()Maxime Ripard2022-10-111-28/+11
| | * | | clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
| | * | | clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard2022-09-151-0/+9
| | * | | clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard2022-09-151-0/+16
| | * | | clk: Zero the clk_rate_request structureMaxime Ripard2022-09-151-0/+2
| | * | | clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-156-16/+274
| | * | | clk: Constify clk_has_parent()Maxime Ripard2022-09-151-1/+1
| | * | | clk: Introduce clk_core_has_parent()Maxime Ripard2022-09-152-15/+65
| | * | | clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard2022-09-151-3/+10
| | * | | clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard2022-09-151-6/+1