# git rev-parse -q --verify 89b7fd5d7f3ceda236cc1d0026986a5f57ecaf4a^{commit} 89b7fd5d7f3ceda236cc1d0026986a5f57ecaf4a already have revision, skipping fetch # git checkout -q -f -B kisskb 89b7fd5d7f3ceda236cc1d0026986a5f57ecaf4a # git clean -qxdf # < git log -1 # commit 89b7fd5d7f3ceda236cc1d0026986a5f57ecaf4a # Merge: 4c9818d8652b 247ee6c78040 # Author: Linus Torvalds # Date: Wed May 3 11:25:01 2023 -0700 # # Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm # # Pull pwm updates from Thierry Reding: # "The bulk of this is trivial conversions to the new .remove_new() # callback for drivers as part of Uwe's effort to clean that up. # # Other than that a driver is added for Apple devices and various small # fixes are included for existing drivers. # # Last but not least, this finally gets rid of the old pwm_request() and # pwm_free() APIs are removed since the last user was dropped in v6.3" # # * tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: (44 commits) # pwm: Remove unused radix tree # pwm: Delete deprecated functions pwm_request() and pwm_free() # pwm: meson: Fix g12a ao clk81 name # pwm: meson: Fix axg ao mux parents # pwm: stm32: Enforce settings for PWM capture # MAINTAINERS: Add entries for Apple PWM driver # pwm: Add Apple PWM controller # dt-bindings: pwm: Add Apple PWM controller # pwm: mtk-disp: Configure double buffering before reading in .get_state() # pwm: mtk-disp: Disable shadow registers before setting backlight values # pwm: stm32-lp: Drop of_match_ptr for ID table # pwm: rcar: Drop of_match_ptr for ID table # dt-bindings: pwm: Convert Amlogic Meson PWM binding # dt-bindings: pwm: mediatek: Add mediatek,mt7986 compatible # pwm: xilinx: Convert to platform remove callback returning void # pwm: vt8500: Convert to platform remove callback returning void # pwm: tiehrpwm: Convert to platform remove callback returning void # pwm: tiecap: Convert to platform remove callback returning void # pwm: tegra: Convert to platform remove callback returning void # pwm: sun4i: Convert to platform remove callback returning void # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 89b7fd5d7f3ceda236cc1d0026986a5f57ecaf4a # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:545, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:455:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:33.154678