Input: edt-ft5x06 - remove code duplication
Dario Binacchi authored

The use of the macros M06_REG_ADDR and M06_REG_CMD avoids code
duplication without impacting the application load, and reduces the
chances of errors or mistakes.
Signed-off-by: default avatarDario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20230402200951.1032513-6-dario.binacchi@amarulasolutions.com

Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
65c67985
Name Last commit Last update
Documentation dt-bindings: input: Drop unneeded quotes
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'v6.3-rc2' into next
block block, bfq: fix uaf for 'stable_merge_bfqq'
certs Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
drivers Input: edt-ft5x06 - remove code duplication
fs Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
include Merge tag 'v6.3-rc2' into next
init Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
io_uring io_uring: silence variable ‘prev’ set but not used warning
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux
lib cpumask: re-introduce constant-sized cpumask optimizations
mm mm: avoid gcc complaint about pointer casting
net wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
rust Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux
samples Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
scripts Remove Intel compiler support
security capability: just use a 'u64' instead of a 'u32[2]' array
sound Merge tag 'sound-fix-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
.clang-format cpumask: re-introduce constant-sized cpumask optimizations
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.