# git rev-parse -q --verify ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af^{commit} ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af already have revision, skipping fetch # git checkout -q -f -B kisskb ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af # git clean -qxdf # < git log -1 # commit ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af # Merge: b537149a2fb4 f35b1e53a66a # Author: Linus Torvalds # Date: Tue Oct 23 01:54:44 2018 +0100 # # Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator # # Pull regulator updates from Mark Brown: # "The biggest chunk of the regulator changes for this release outside of # the new drivers is the conversion of the fixed regulator to use the # GPIO descriptor API, there's a small addition to the GPIO API plus a # bunch of updates to board files to implement it. This is some really # welcome work from Linus Walleij that's had a bunch of review and has # been sitting in -next for a while so I'm fairly happy there's no major # issues. # # - Helpers for overlapping linear ranges. # # - Display opmode and consumer requested load in the regualtor_summary # file in debugfs, plus a fix there. # # - Support for the fun and entertaining power off mechanism that the # pfuze100 hardware implements. # # - Conversion of the fixed regulator API to use GPIO descriptors, # including pulling in a bunch of patches to a bunch of board files. # # - New drivers for Cirrus Logic Lochnagar, Qualcomm PMS405, Rohm # BD71847, ST PMIC1, and TI LM363x devices" # # * tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: (36 commits) # regulator: lochnagar: Use a consisent comment style for SPDX header # regulator: bd718x7: Remove struct bd718xx_pmic # regulator: Fetch enable gpiods nonexclusive # regulator/gpio: Allow nonexclusive GPIO access # regulator: lochnagar: Add support for the Cirrus Logic Lochnagar # regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid mode # regulator: stpmic1: add stpmic1 regulator driver # dt-bindings: regulator: document stpmic1 pmic regulators # regulator: axp20x: Mark expected switch fall-throughs # regulator: bd718xx: fix build warning on x86_64 # regulator: fixed: Default enable high on DT regulators # regulator: bd718xx: rename bd71837 to 718xx # regulator: bd718XX use pickable ranges # regulator/mfd: bd718xx: rename bd71837/bd71847 common instances # regulator: Support regulators where voltage ranges are selectable # mfd: dt bindings: add BD71847 device-tree binding documentation # regulator: dt bindings: add BD71847 device-tree binding documentation # regulator/mfd: Support ROHM BD71847 power management IC # regulator: da905{2,5}: Remove unnecessary array check # regulator: qcom: Add PMS405 regulators # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1433:5: warning: 'page' 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:2594: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:1855: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/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' 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:341:21: note: 'pdeo' was declared here /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/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/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here arch/powerpc/boot/mpc8541cds.dtb: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/mpc8555cds.dtb: 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 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xb8788c) 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 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb77104) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5555740 Bytes = 5425.53 KiB = 5.30 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579277 Bytes = 5448.51 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5581510 Bytes = 5450.69 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5578984 Bytes = 5448.23 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579981 Bytes = 5449.20 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579278 Bytes = 5448.51 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5580842 Bytes = 5450.04 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579381 Bytes = 5448.61 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00288 INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5581455 Bytes = 5450.64 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xb8788c) 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 0xb8788c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:18 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579265 Bytes = 5448.50 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:20 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579219 Bytes = 5448.46 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:20 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579220 Bytes = 5448.46 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:20 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579527 Bytes = 5448.76 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:20 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579355 Bytes = 5448.59 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:20 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579033 Bytes = 5448.27 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-gca9eb48fe01f Created: Tue Oct 23 17:57:20 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5579359 Bytes = 5448.59 KiB = 5.32 MiB Load Address: 00c00000 Entry Point: 00c00288 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc # Build took: 0:03:13.442148