# git rev-parse -q --verify 9bff9dfc513bd5de72cb59f4bffb72cf0a5aa526^{commit} 9bff9dfc513bd5de72cb59f4bffb72cf0a5aa526 already have revision, skipping fetch # git checkout -q -f -B kisskb 9bff9dfc513bd5de72cb59f4bffb72cf0a5aa526 # git clean -qxdf # < git log -1 # commit 9bff9dfc513bd5de72cb59f4bffb72cf0a5aa526 # Merge: 61be53f9ef37 2e5f081003f0 # Author: Linus Torvalds # Date: Tue May 7 07:44:33 2019 -0700 # # Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi # # Pull spi updates from Mark Brown: # "One small feature was added this release but the bulk of the diffstat # and the changelog comes from the fact that several older drivers got # some fairly hefty reworks and a couple of new drivers were added: # # - Support for detailed control of timing around chip selects from # Sowjanya Komatineni. # # - A big set of fixes and imrovements for the Tegra114 driver from # Sowjanya Komatineni. # # - A big simplification of the GPIO driver from Andrey Smirnov. # # - DMA support and fixes for the Freescale LPSPI driver from Clark # Wang. # # - Fixes and optimizations for the bcm2835aux from Martin Sparl. # # - New drivers for Mediatek MT7621 (graduated from staging) and Zynq # QSPI" # # [ This is a so-called "evil merge" that additionally removes a warning # due to an unused variable 'i' introduced by commit 1dfbf334f123 ("spi: # ep93xx: Convert to use CS GPIO descriptors") - Linus ] # # * tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (127 commits) # spi: rspi: Fix handling of QSPI code when transmit and receive # spi: atmel-quadspi: fix crash while suspending # spi: stm32: return the get_irq error # spi: tegra114: fix PIO transfer # spi: pxa2xx: fix SCR (divisor) calculation # spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select # spi: ep93xx: Convert to use CS GPIO descriptors # spi: AD ASoC: declare missing of table # spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl # spi: stm32-qspi: manage the get_irq error case # spi/spi-bcm2835: Split transfers that exceed DLEN # spi: expand mode support # dt-bindings: spi: spi-mt65xx: add support for MT8516 # spi: pxa2xx: Add support for Intel Comet Lake # spi/trace: Cap buffer contents at 64 bytes # spi: Release spi_res after finalizing message # spi: Remove warning in spi_split_transfers_maxsize() # spi: Remove one needless transfer speed fall back case # spi: sh-msiof: Document r8a77470 bindings # spi: pxa2xx: use a module softdep for dw_dmac # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 9bff9dfc513bd5de72cb59f4bffb72cf0a5aa526 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:337:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1850:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1435:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbcb068) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbba8a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5720123 Bytes = 5586.06 KiB = 5.46 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5720042 Bytes = 5585.98 KiB = 5.46 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719140 Bytes = 5585.10 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719140 Bytes = 5585.10 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718785 Bytes = 5584.75 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5720519 Bytes = 5586.44 KiB = 5.46 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5721118 Bytes = 5587.03 KiB = 5.46 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718777 Bytes = 5584.74 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719090 Bytes = 5585.05 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718776 Bytes = 5584.74 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5688765 Bytes = 5555.43 KiB = 5.43 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718860 Bytes = 5584.82 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719309 Bytes = 5585.26 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718855 Bytes = 5584.82 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5720523 Bytes = 5586.45 KiB = 5.46 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-g9bff9dfc513b Created: Wed May 8 01:40:36 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719107 Bytes = 5585.07 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:00:45.144667