# git rev-parse -q --verify a231bed2267cf45b0759da1d3ad62483b8bd0925^{commit} a231bed2267cf45b0759da1d3ad62483b8bd0925 already have revision, skipping fetch # git checkout -q -f -B kisskb a231bed2267cf45b0759da1d3ad62483b8bd0925 # git clean -qxdf # < git log -1 # commit a231bed2267cf45b0759da1d3ad62483b8bd0925 # Merge: e129940938d8 6dfae59d37ae # Author: Linus Torvalds # Date: Mon Mar 30 14:58:26 2020 -0700 # # Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc # # Pull spi and regulator updates from Mark Brown: # "At one point in the release cycle I managed to fat finger things and # apply some SPI fixes onto a regulator branch and merge that into the # SPI tree, then pull in a change shared with the MTD tree moving the # Mediatek quadspi driver over to become the Mediatek spi-nor driver in # the SPI tree. # # This has made a mess which I only just noticed while preparing this # and I can't see a sensible way to unpick things due to other # subsequent merge commits especially the pull from MTD so it looks like # the most sensible thing to do is give up and combine the two pull # requests. # # Fortunately both subsystems were fairly quiet this cycle, the # highlights are: # # regulator: # # - Support for Monoloithic Power Systems MP5416, MP8867 and MPS8869 # and Qualcomm PMI8994 and SMB208. # # SPI: # # - Lots of enhancements for spi-fsl-dspi, including XSPI mode support, # from Vladimir Oltean. # # - Support for amlogic Meson G12A, IBM FSI, Mediatek spi-nor (moved # from MTD), NXP i.MX8Mx, Rockchip PX30, RK3308 and RK3328, and # Qualcomm Atheros AR934x/QCA95xx" # # * tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc: (118 commits) # spi: efm32: Convert to use GPIO descriptors # regulator: qcom_smd: Add pmi8994 regulator support # regulator: da9063: Fix get_mode() functions to read sleep field # spi: spi-fsl-lpspi: Replace zero-length array with flexible-array member # spi: spi-s3c24xx: Replace zero-length array with flexible-array member # spi: stm32: Fix comments compilation warnings # spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses # spi: spi-fsl-dspi: Add support for LS1028A # spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_message # spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code path # spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode # spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion # spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight # spi: spi-fsl-dspi: Avoid reading more data than written in EOQ mode # spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode # spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA # spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR # regulator: driver.h: fix regulator_map_* function names # regulator: da9063: fix suspend # spi: mxs: Drop GPIO includes # ... # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 a231bed2267cf45b0759da1d3ad62483b8bd0925 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0xD7A51426 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig .config:4844:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum /kisskb/src/lib/crypto/chacha.c: In function 'chacha_permute': /kisskb/src/lib/crypto/chacha.c:65:1: warning: the frame size of 3664 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/crypto/twofish_common.c: In function '__twofish_setkey': /kisskb/src/crypto/twofish_common.c:683:1: warning: the frame size of 4976 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/dma/hisi_dma.c: In function 'hisi_dma_free_irq_vectors': /kisskb/src/drivers/dma/hisi_dma.c:138:2: error: implicit declaration of function 'pci_free_irq_vectors' [-Werror=implicit-function-declaration] pci_free_irq_vectors(data); ^ /kisskb/src/drivers/dma/hisi_dma.c: At top level: /kisskb/src/drivers/dma/hisi_dma.c:605:1: warning: data definition has no type or storage class module_pci_driver(hisi_dma_pci_driver); ^ /kisskb/src/drivers/dma/hisi_dma.c:605:1: error: type defaults to 'int' in declaration of 'module_pci_driver' [-Werror=implicit-int] /kisskb/src/drivers/dma/hisi_dma.c:605:1: warning: parameter names (without types) in function declaration /kisskb/src/drivers/dma/hisi_dma.c:599:26: warning: 'hisi_dma_pci_driver' defined but not used [-Wunused-variable] static struct pci_driver hisi_dma_pci_driver = { ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:267: drivers/dma/hisi_dma.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:505: drivers/dma] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1683: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:03:59.757638