aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Extract clear_SSCR1_bits() helperAndy Shevchenko2021-05-113-8/+8
* spi: pxa2xx: Extract pxa2xx_spi_update() helperAndy Shevchenko2021-05-111-19/+14
* spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko2021-05-114-37/+35
* spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()Andy Shevchenko2021-05-111-12/+5
* spi: pxa2xx: Introduce int_stop_and_reset() helperAndy Shevchenko2021-05-111-14/+13
* Merge series "spi: Set of cleanups" from Jay Fang <f.fangjian@huawei.com>:Mark Brown2021-05-117-11/+9
|\
| * spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang2021-05-101-1/+1
| * spi: delete repeated words in commentsJay Fang2021-05-105-7/+7
| * spi: omap-100k: Clean the value of 'status' is not usedJay Fang2021-05-101-2/+0
| * spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>Jay Fang2021-05-101-1/+1
* | Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shev...Mark Brown2021-05-116-52/+47
|\ \
| * | spi: pxa2xx: Group Intel Quark specific definitionsAndy Shevchenko2021-05-101-1/+3
| * | spi: pxa2xx: Unify ifdeffery used in the headersAndy Shevchenko2021-05-102-6/+7
| * | spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko2021-05-105-10/+17
| * | spi: pxa2xx: Utilize struct device from struct ssp_deviceAndy Shevchenko2021-05-104-18/+11
| * | spi: pxa2xx: Utilize MMIO and physical base from struct ssp_deviceAndy Shevchenko2021-05-103-15/+7
| * | spi: pxa2xx: Use one point of return when ->probe() failsAndy Shevchenko2021-05-101-2/+2
| |/
* | spi: tegra210-quad: Fix an error messageChristophe JAILLET2021-05-101-1/+1
* | spi: tegra114: Fix an error messageChristophe JAILLET2021-05-101-2/+1
* | spi: omap-100k: Fix the length judgment problemTian Tao2021-05-101-1/+1
* | spi: dw-apb-ssi: Integrate Renesas RZ/N1 SPI controllerGeert Uytterhoeven2021-05-102-11/+6
* | spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang2021-05-101-1/+3
|/
* Merge existing fixes from spi/for-5.13Mark Brown2021-05-103-12/+17
|\
| * spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski2021-04-291-4/+3
| * spi: spi-zynq-qspi: Fix kernel-doc warningAmit Kumar Mahapatra2021-04-291-1/+1
| * spi: altera: Make SPI_ALTERA_CORE invisibleGeert Uytterhoeven2021-04-281-1/+1
| * spi: Fix spi device unregister flowSaravana Kannan2021-04-281-6/+12
* | Linux 5.13-rc1Linus Torvalds2021-05-091-2/+2
* | fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* | Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-0919-81/+332
|\ \
| * \ Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-0714-45/+328
| |\ \
| | * | drm/amdgpu: Use device specific BO size & stride check.Bas Nieuwenhuizen2021-05-051-6/+175
| | * | drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.Bas Nieuwenhuizen2021-05-051-0/+4
| | * | drm/amd/pm: initialize variableTom Rix2021-05-041-1/+1
| | * | drm/radeon: Avoid power table parsing memory leaksKees Cook2021-05-041-5/+15
| | * | drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook2021-05-041-3/+3
| | * | drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira2021-05-041-0/+51
| | * | drm/amdgpu: add new MC firmware for Polaris12 32bit ASICEvan Quan2021-05-041-3/+10
| | * | amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_createSimon Ser2021-04-291-0/+1
| | * | drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng2021-04-291-15/+13
| | * | drm/amdgpu: Handling of amdgpu_device_resume return value for graceful teardownPavan Kumar Ramayanam2021-04-291-0/+3
| | * | drm/amdgpu: fix r initial valuesVictor Zhao2021-04-291-1/+1
| | * | drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski2021-04-281-1/+1
| | * | amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell2021-04-281-0/+8
| | * | amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2021-04-282-2/+7
| | * | drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König2021-04-283-8/+18
| | * | drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland2021-04-281-0/+17
| * | | Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie2021-05-074-33/+1
| |\ \ \
| | * | | fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck2021-05-041-1/+1
| | * | | drm/msm/dpu: Delete bonkers codeRob Clark2021-05-033-32/+0