# git rev-parse -q --verify 3c2edc36a77420d8be05d656019dbc8c31535992^{commit} 3c2edc36a77420d8be05d656019dbc8c31535992 already have revision, skipping fetch # git checkout -q -f -B kisskb 3c2edc36a77420d8be05d656019dbc8c31535992 # git clean -qxdf # < git log -1 # commit 3c2edc36a77420d8be05d656019dbc8c31535992 # Merge: 32b90daf5caf cb0438e44360 # Author: Linus Torvalds # Date: Thu Sep 19 14:19:33 2019 -0700 # # Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control updates from Linus Walleij: # "This is the bulk of pin control changes for the v5.4 kernel cycle: # # Core changes: # # - Fix errors in example code in the documentation. # # New drivers: # # - Add support for JZ4760, JZ4760B, X1000, X1000E and X1500 to the # Ingenic driver. # # - Support Cirrus Logic Madera CS47L92 and CS47L15. # # - Support Allwinner Sunxi V3S. # # - Support Aspeed 2600 BMC. # # - Support Qualcomm SC7180. # # - Support Marvell MVEBU CS115. # # Driver improvements: # # - Clean up a few drivers to use the devm_platform_ioremap_resource() # helper. # # - Pass the irqchip when registering the gpio_chip in some pin # controllers that are also GPIO controllers. # # - Support suspend/resume in the Tegra driver. # # - Support pull-up on the Broadcom BCM2711. # # - The Intel driver can now request locked pads. # # - Fix the UFS reset pin in the Qualcomm SDM845 driver" # # * tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (112 commits) # pinctrl: meson-gxbb: Fix wrong pinning definition for uart_c # pinctrl: sh-pfc: Unlock on error in sh_pfc_func_set_mux() # pinctrl: bcm: remove redundant assignment to pointer log # pinctrl: iproc: Add 'get_direction' support # pinctrl: iproc-gpio: Handle interrupts for multiple instances # pinctrl: iproc-gpio: Fix incorrect pinconf configurations # pinctrl: intel: mark intel_pin_to_gpio __maybe_unused # pinctrl: qcom: sdm845: Fix UFS_RESET pin # pinctrl: mvebu: add additional variant for standalone CP115 # pinctrl: mvebu: Add CP110 missing pin functionality # dt-bindings: cp110: document the new CP115 pinctrl compatible # pinctrl: bcm2835: Pass irqchip when adding gpiochip # pinctrl: meson: meson: Add of_node_put() before return # pinctrl/gpio: Take MUX usage into account # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8150l support # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8150b support # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8150 support # pinctrl: amd: disable spurious-firing GPIO IRQs # pinctrl: rza2: Include the appropriate headers # pinctrl: rza2: Drop driver use of consumer flags # ... # < /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 3c2edc36a77420d8be05d656019dbc8c31535992 # < 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:194:16: warning: 'old' 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:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591: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:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/soc-pcm.c: In function 'soc_pcm_trigger': /kisskb/src/sound/soc/soc-pcm.c:1074:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/soc-pcm.c: In function 'soc_pcm_bespoke_trigger': /kisskb/src/sound/soc/soc-pcm.c:1092:9: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1465:5: warning: 'page' 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/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:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /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/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.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:330.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 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc317c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc20ffc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907304 Bytes = 5768.85 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907938 Bytes = 5769.47 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907999 Bytes = 5769.53 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907373 Bytes = 5768.92 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907593 Bytes = 5769.13 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906045 Bytes = 5767.62 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907375 Bytes = 5768.92 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906070 Bytes = 5767.65 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906151 Bytes = 5767.73 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906087 Bytes = 5767.66 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906049 Bytes = 5767.63 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907368 Bytes = 5768.91 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5876573 Bytes = 5738.84 KiB = 5.60 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906119 Bytes = 5767.69 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907568 Bytes = 5769.11 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-g3c2edc36a774 Created: Fri Sep 20 07:59:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5907331 Bytes = 5768.88 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:08.044531