This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c9b47175e913 Merge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/s [...] new 809ef03d6d21 csky: fix csky_cmpxchg_fixup not working new 117c537cc7d6 csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers new 16464af83128 csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header new 817d21578d51 csky: Remove compile warning for CONFIG_SMP new 565848bb3bcd Merge tag 'csky-for-linus-6.19' of https://github.com/c-sk [...] new 7a7e836684fe tracing: Fix unused tracepoints when module uses only expo [...] new 2c22361ab628 MAINTAINERS: Add tracepoint-update.c to TRACING section new 2f7041e59bf0 Merge tag 'trace-v6.19-4' of git://git.kernel.org/pub/scm/ [...] new 295e3beead10 Input: cyttsp5 - use %pe format specifier new 5455d21d2e2d dt-bindings: touchscreen: rename maxim,max11801.yaml to tr [...] new 6678b3e6ed17 dt-bindings: touchscreen: move ar1021.txt to trivial-touch.yaml new fd1bf704c75b dt-bindings: input: Convert MELFAS MIP4 Touchscreen to DT schema new d6137f25b191 Input: qnap-mcu-input - omit error message when memory all [...] new 3c297278a61f Input: zforce_ts - omit error message when memory allocati [...] new e8ec34ed4616 dt-bindings: input: ti,twl4030-keypad: convert to DT schema new c65d6881caf1 dt-bindings: touchscreen: trivial-touch: add reset-gpios a [...] new a311c777f298 dt-bindings: touchscreen: consolidate simple touch control [...] new 70f62e52176d Input: ti_am335x_tsc - clamp coordinate_readouts to DT max [...] new 429c4727011e Merge branch 'next' into for-linus new db28b8ae363b Merge tag 'input-for-v6.19-rc0' of git://git.kernel.org/pu [...] new 4ab2ee307983 kbuild: install-extmod-build: Properly fix CC expansion wh [...] new 2137cb863b80 Merge tag 'kbuild-6.19-2' of git://git.kernel.org/pub/scm/ [...]
The 22 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/input/ti,twl4030-keypad.yaml | 59 +++++++++++++++ .../bindings/input/touchscreen/ar1021.txt | 15 ---- .../bindings/input/touchscreen/azoteq,iqs5xx.yaml | 75 ------------------- .../bindings/input/touchscreen/himax,hx83112b.yaml | 64 ----------------- .../input/touchscreen/hynitron,cstxxx.yaml | 65 ----------------- .../bindings/input/touchscreen/ilitek_ts_i2c.yaml | 76 -------------------- .../bindings/input/touchscreen/maxim,max11801.yaml | 46 ------------ .../bindings/input/touchscreen/melfas,mip4_ts.yaml | 56 +++++++++++++++ .../bindings/input/touchscreen/melfas_mip4.txt | 20 ------ .../bindings/input/touchscreen/semtech,sx8654.yaml | 52 -------------- .../bindings/input/touchscreen/trivial-touch.yaml | 84 ++++++++++++++++++++++ .../devicetree/bindings/input/twl4030-keypad.txt | 27 ------- MAINTAINERS | 1 + arch/csky/abiv1/inc/abi/regdef.h | 2 +- arch/csky/abiv2/inc/abi/regdef.h | 2 +- arch/csky/include/asm/barrier.h | 4 +- arch/csky/include/asm/cache.h | 2 +- arch/csky/include/asm/ftrace.h | 4 +- arch/csky/include/asm/jump_label.h | 4 +- arch/csky/include/asm/page.h | 4 +- arch/csky/include/asm/ptrace.h | 4 +- arch/csky/include/asm/sections.h | 1 + arch/csky/include/asm/string.h | 2 +- arch/csky/include/asm/thread_info.h | 4 +- arch/csky/include/uapi/asm/ptrace.h | 4 +- arch/csky/mm/fault.c | 4 +- drivers/input/misc/qnap-mcu-input.c | 2 +- drivers/input/touchscreen/cyttsp5.c | 4 +- drivers/input/touchscreen/ti_am335x_tsc.c | 4 ++ drivers/input/touchscreen/zforce_ts.c | 3 +- scripts/package/install-extmod-build | 2 +- scripts/tracepoint-update.c | 3 + 32 files changed, 233 insertions(+), 466 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/ti,twl4030-keypad.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/ar1021.txt delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs5xx.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/himax,hx831 [...] delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/hynitron,cs [...] delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/ilitek_ts_i2c.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/maxim,max11 [...] create mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas,mip4 [...] delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/semtech,sx8 [...] create mode 100644 Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml delete mode 100644 Documentation/devicetree/bindings/input/twl4030-keypad.txt