# git rev-parse -q --verify a409ed156a90093a03fe6a93721ddf4c591eac87^{commit} a409ed156a90093a03fe6a93721ddf4c591eac87 already have revision, skipping fetch # git checkout -q -f -B kisskb a409ed156a90093a03fe6a93721ddf4c591eac87 # git clean -qxdf # < git log -1 # commit a409ed156a90093a03fe6a93721ddf4c591eac87 # Merge: 345b17acb1aa 7ac554888233 # Author: Linus Torvalds # Date: Thu Dec 17 18:07:20 2020 -0800 # # Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio # # Pull GPIO updates from Linus Walleij: # "This is the bulk of the GPIO changes for the v5.11 kernel cycle: # # Core changes: # # - Retired the old set-up function for GPIO IRQ chips. All chips now # use the template struct gpio_irq_chip and pass that to the core to # be set up alongside the gpio_chip. We can finally get rid of the # old cruft. # # - Some refactoring and clean up of the core code. # # - Support edge event timestamps to be stamped using REALTIME (wall # clock) timestamps. We have found solid use cases for this, so we # support it. # # New drivers: # # - MStar MSC313 GPIO driver. # # - HiSilicon GPIO driver. # # Driver improvements: # # - The PCA953x driver now also supports the NXP PCAL9554B/C chips. # # - The mockup driver can now be probed from the device tree which is # pretty useful for virtual prototyping of devices. # # - The Rcar driver now supports .get_multiple() # # - The MXC driver dropped some legacy and became a pure device tree # client. # # - The Exar driver was moved over to the IDA interface for # enumerating, and also switched over to using regmap for register # access" # # * tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (87 commits) # MAINTAINERS: Remove reference to non-existing file # gpio: hisi: Do not require ACPI for COMPILE_TEST # MAINTAINERS: Add maintainer for HiSilicon GPIO driver # gpio: gpio-hisi: Add HiSilicon GPIO support # gpio: cs5535: Simplify the return expression of cs5535_gpio_probe() # gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask # dt-bindings: mt7621-gpio: convert bindings to YAML format # gpiolib: cdev: Flag invalid GPIOs as used # gpio: put virtual gpio device into their own submenu # drivers: gpio: amd8111: use SPDX-License-Identifier # drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printk # drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printk # gpio: Add TODO item for debugfs interface # gpio: just plain warning when nonexisting gpio requested # tools: gpio: add option to report wall-clock time to gpio-event-mon # tools: gpio: add support for reporting realtime event clock to lsgpio # gpiolib: cdev: allow edge event timestamps to be configured as REALTIME # gpio: msc313: MStar MSC313 GPIO driver # dt-bindings: gpio: Binding for MStar MSC313 GPIO controller # dt-bindings: gpio: Add a binding header for the MSC313 GPIO driver # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 a409ed156a90093a03fe6a93721ddf4c591eac87 # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:4437:warning: override: reassigning to symbol GCC_PLUGIN_CYC_COMPLEXITY .config:4439:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:4443:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:4445:warning: override: reassigning to symbol UML_NET_SLIP .config:4448:warning: override: reassigning to symbol UML_NET_MCAST .config:4450:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 Auto-detecting system features: ... libelf: [ OFF ] ... zlib: [ OFF ] ... bpf: [ on ] No libelf found make[5]: *** [Makefile:287: elfdep] Error 1 make[4]: *** [/kisskb/src/kernel/bpf/preload/Makefile:8: kernel/bpf/preload/libbpf.a] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/bpf/preload] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/bpf] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1805: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:10:42.697795