- Aug 11, 2022
-
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
- Jun 16, 2022
-
-
Robert Beckett authored
Add the Chips&Media wave5 encoder/decoder driver to the maintainers file Signed-off-by:
Robert Beckett <bob.beckett@collabora.com> Signed-off-by:
Dafna Hirschfeld <dafna.hirschfeld@collabora.com> Signed-off-by:
Prasanth Babu Mantena <p-mantena@ti.com> Link: https://lore.kernel.org/linux-media/20220427114638.1638-1-nas.chung@chipsnmedia.com/T/#t
-
Prasanth Babu Mantena authored
This reverts commit 0aad1221 . Reverting back to apply more recent patchset submitted to upstream. Signed-off-by:
Prasanth Babu Mantena <p-mantena@ti.com>
-
- May 30, 2022
-
-
Jason A. Donenfeld authored
commit 9bafaa93 upstream. This is handy not just for humans, but also so that the 0-day bot can automatically test posted mailing list patches against the right tree. Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
Jason A. Donenfeld authored
commit 58e1100f upstream. random.c is a bit understaffed, and folks want more prompt reviews. I've got the crypto background and the interest to do these reviews, and have authored parts of the file already. Cc: Theodore Ts'o <tytso@mit.edu> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Jan 30, 2022
-
-
Robert Beckett authored
Add the Chips&Media wave5 encoder/decoder driver to the maintainers file Signed-off-by:
Robert Beckett <bob.beckett@collabora.com> Signed-off-by:
Dafna Hirschfeld <dafna.hirschfeld@collabora.com> Signed-off-by:
Darren Etheridge <detheridge@ti.com> Link: https://lore.kernel.org/linux-staging/20220111161604.22579-7-dafna.hirschfeld@collabora.com/
-
- Jan 29, 2022
-
-
Add new V4L2 subdev based driver for OV10633 and OV10635 sensors. Add the required Kconfig, Makefile and MAINTAINERS updates. Based on original patch posted at http://www.spinics.net/lists/linux-media/msg64347.html [Bartosz: rebased the driver on top of commit fde8d4e7 ("media: several v4l2 callbacks] Signed-off-by:
Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by:
Benoit Parrot <bparrot@ti.com> Signed-off-by:
Jyri Sarha <jsarha@ti.com> Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com> v4l2-subdev: add subdev-wide state struct" which required changes in
-
Device Tree bindings for the OmniVision OV1063x sensor driver. Signed-off-by:
Benoit Parrot <bparrot@ti.com> [Bartosz: fixed ordering in MAINTAINERS] Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com>
-
Device Tree bindings for the Video Input Port (VIP) driver. [Bartosz: - fixed whitespace errors, - arranged the MAINTAINERS entry alphabetically] Signed-off-by:
Benoit Parrot <bparrot@ti.com> Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com>
-
- Dec 14, 2021
-
-
Lukas Bulwahn authored
commit 5136bb8c upstream. Commit 1e860048 ("gcc-plugins: simplify GCC plugin-dev capability test") removed ./scripts/gcc-plugin.sh, but missed to adjust MAINTAINERS. Hence, ./scripts/get_maintainers.pl --self-test=patterns warns: warning: no file matches F: scripts/gcc-plugin.sh Adjust entries in GGC PLUGINS section after this file removal. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Jun 25, 2021
-
-
TI's J721E uses the Cadence CSI2RX and DPHY peripherals to facilitate capture over a CSI-2 bus. The TI CSI2RX platform driver glues all the parts together. Signed-off-by:
Pratyush Yadav <p.yadav@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com>
-
TI's J721E uses the Cadence CSI2RX and DPHY peripherals to facilitate capture over a CSI-2 bus. The Cadence CSI2RX IP acts as a bridge between the TI specific parts and the CSI-2 protocol parts. TI then has a wrapper on top of this bridge called the SHIM layer. It takes in data from stream 0, repacks it, and sends it to memory over PSI-L DMA. This driver acts as the "front end" to V4L2 client applications. It implements the required ioctls and buffer operations, passes the necessary calls on to the bridge, programs the SHIM layer, and performs DMA via the dmaengine API to finally return the data to a buffer supplied by the application. Signed-off-by:
Pratyush Yadav <p.yadav@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com>
-
The ti-vpe/ sub-directory does not only contain the VPE-specific things. It also contains the CAL driver, which is a completely different subsystem. This is also not a good place to add new drivers for other TI platforms since they will all get mixed up. Separate the VPE and CAL parts into different sub-directories and rename the ti-vpe/ sub-directory to ti/. This is now the place where new TI platform drivers can be added. Signed-off-by:
Pratyush Yadav <p.yadav@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by:
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
-
- Jun 09, 2021
-
-
Aswath Govindraju authored
Convert gpio-davinci dt-binding documentation from txt to yaml format. Signed-off-by:
Aswath Govindraju <a-govindraju@ti.com> Reviewed-by:
Rob Herring <robh@kernel.org> https://lore.kernel.org/patchwork/patch/1435208/ Signed-off-by:
Gowtham Tammana <g-tammana@ti.com>
-
- May 19, 2021
-
-
Chao Yu authored
[ Upstream commit fa4320ce ] Like other filesystem does, we introduce a new file f2fs.h in path of include/uapi/linux/, and move f2fs-specified ioctl interface definitions to that file, after then, in order to use those definitions, userspace developer only need to include the new header file rather than copy & paste definitions from fs/f2fs/f2fs.h. Signed-off-by:
Chao Yu <yuchao0@huawei.com> Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org>
-
- Apr 20, 2021
-
-
The driver adds support for generic CAN transceivers. Currently the modes supported by this driver are standby and normal modes for TI TCAN1042 and TCAN1043 CAN transceivers. The transceiver is modelled as a phy with pins controlled by gpios, to put the transceiver in various device functional modes. It also gets the phy attribute max_link_rate for the usage of CAN drivers. Signed-off-by:
Aswath Govindraju <a-govindraju@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com>
-
Add binding documentation for TI TCAN104x CAN transceivers. Signed-off-by:
Aswath Govindraju <a-govindraju@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by:
Rob Herring <robh@kernel.org>
-
- Mar 25, 2021
-
-
Greg Kroah-Hartman authored
commit e06da9ea upstream. The drivers/staging/ tree has a new mailing list, linux-staging@lists.linux.dev, so move the MAINTAINER entry to point to it so that we get patches sent to the proper place. There was no need to specify a list for the hikey9xx driver, the tools pick up the "base" list for drivers/staging/* so remove that line to make the file simpler. Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/20210316102311.182375-1-gregkh@linuxfoundation.org Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
Greg Kroah-Hartman authored
commit f8d70fd6 upstream. The VME and Android drivers still have their MAINTAINERS entries pointing to the "driverdevel" mailing list, due to them having their codebase move out of the drivers/staging/ directory, but no one remembered to change the mailing list entries. Move them both to linux-kernel for lack of a more specific place at the moment. These are both low-volume areas of the kernel, so this shouldn't be an issue. Cc: Martyn Welch <martyn@welchs.me.uk> Cc: Manohar Vanga <manohar.vanga@gmail.com> Cc: Arve Hjønnevåg <arve@android.com> Cc: Todd Kjos <tkjos@android.com> Cc: Martijn Coenen <maco@android.com> Cc: Joel Fernandes <joel@joelfernandes.org> Cc: Christian Brauner <christian@brauner.io> Cc: Hridya Valsaraju <hridya@google.com> Cc: Suren Baghdasaryan <surenb@google.com> Reported-by:
Konstantin Ryabitsev <konstantin@linuxfoundation.org> Link: https://lore.kernel.org/r/YEzE6u6U1jkBatmr@kroah.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Feb 19, 2021
-
-
Roger Quadros authored
commit 915769a8 upstream. Updates my email address for OMAP GPMC driver. Signed-off-by:
Roger Quadros <rogerq@ti.com> Signed-off-by:
Tony Lindgren <tony@atomide.com> [s-anna@ti.com: cherry-pick linux-next commit 'a8fc8e5b ' for v5.12] Signed-off-by:
Suman Anna <s-anna@ti.com>
-
- Jan 20, 2021
-
-
Tero Kristo authored
commit 2672b94d upstream. My employment with TI is ending tomorrow, so update the email address entry in the maintainers file. Also, I don't expect to spend that much time with maintaining TI code anymore, so downgrade the status level to odd fixes only on areas where I remain as the main contact point for now, and move myself as secondary contact point where someone else has taken over the maintainership. Signed-off-by:
Tero Kristo <t-kristo@ti.com> Signed-off-by:
Tero Kristo <kristo@kernel.org> Signed-off-by:
Nishanth Menon <nm@ti.com> Acked-by:
Nishanth Menon <nm@ti.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Nishanth Menon <nm@ti.com> Cc: Santosh Shilimkar <ssantosh@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: https://lore.kernel.org/r/20201217130721.23555-1-t-kristo@ti.com [s-anna@ti.com: cherry-pick linux-next commit '2672b94d ' for v5.12] Signed-off-by:
Suman Anna <s-anna@ti.com>
-
Peter Ujfalusi authored
commit 28d8e07f upstream. My employment with TI is coming to an end, it is my intention to look after the DMA drivers I have worked with over the years. Signed-off-by:
Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by:
Peter Ujfalusi <peter.ujfalusi@gmail.com> Link: https://lore.kernel.org/r/20201215131348.11282-2-peter.ujfalusi@ti.com Signed-off-by:
Vinod Koul <vkoul@kernel.org> [s-anna@ti.com: cherry-pick commit '28d8e07f ' from v5.11] Signed-off-by:
Suman Anna <s-anna@ti.com>
-
Peter Ujfalusi authored
commit fe6ce6c3 upstream. My employment with TI is coming to an end, it is my intention to look after the drivers I have worked with over the years. Signed-off-by:
Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by:
Peter Ujfalusi <peter.ujfalusi@gmail.com> Link: https://lore.kernel.org/r/20201215130512.8753-2-peter.ujfalusi@ti.com Signed-off-by:
Mark Brown <broonie@kernel.org> [s-anna@ti.com: cherry-pick commit 'fe6ce6c3 ' from v5.11] Signed-off-by:
Suman Anna <s-anna@ti.com>
-
Roger Quadros authored
commit 421da941 upstream. Updates my email address for Cadence USB3 driver. Signed-off-by:
Roger Quadros <rogerq@ti.com> Link: https://lore.kernel.org/r/20201218105736.17667-1-rogerq@ti.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> [s-anna@ti.com: cherry-pick commit '421da941 ' from v5.11] Signed-off-by:
Suman Anna <s-anna@ti.com>
-
Aswath Govindraju authored
commit 8435ff0f upstream. I would like to help in reviewing CADENCE USB3 DRD IP DRIVER patches Signed-off-by:
Aswath Govindraju <a-govindraju@ti.com> Signed-off-by:
Peter Chen <peter.chen@nxp.com> [s-anna@ti.com: cherry-pick commit '8435ff0f ' from v5.11] Signed-off-by:
Suman Anna <s-anna@ti.com>
-
- Dec 09, 2020
-
-
Mickey Rachamim authored
Add maintainers info for new Marvell Prestera Ethernet switch driver. Signed-off-by:
Mickey Rachamim <mickeyr@marvell.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- Dec 08, 2020
-
-
KP Singh authored
Helps me use a single account to sign off and send patches use appropriate email redirection without needing to update MAINTAINERS. Signed-off-by:
KP Singh <kpsingh@kernel.org> Signed-off-by:
Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20201208214900.80684-1-kpsingh@kernel.org
-
- Dec 07, 2020
-
-
Krzysztof Kozlowski authored
It is expected for ARM and ARM64 SoC related code to go through sub-architecture maintainers. Their addresses were therefore not documented to push patch traffic through sub-architecture maintainers. However when patches touch generic code, e.g. multi_v7_defconfig, the patch might not be picked up by them and instead should go to the SoC maintainers - Arnd and Olof. Add a minimal maintainer's entry for SoC covering only Makefile, so it will not appear on most of submissions (except new devicetree boards). It will though serve as a documentation and reference for cases when submitter does not know where to send his SoC-related patches. Signed-off-by:
Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201201211516.24921-2-krzk@kernel.org ' Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Krzysztof Kozlowski authored
The SoC Git was moved from arm/arm-soc.git to soc/soc.git. Correct the ARM Sub-architectures entry. Signed-off-by:
Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201201211516.24921-1-krzk@kernel.org ' Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- Dec 02, 2020
-
-
Johannes Berg authored
Reflect the fact that the linuxwifi@intel.com address will disappear, and that neither Emmanuel nor myself are really much involved with the maintenance these days. Signed-off-by:
Johannes Berg <johannes.berg@intel.com> Signed-off-by:
Luca Coelho <luciano.coelho@intel.com> Signed-off-by:
Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/iwlwifi.20201129151117.a25afe6d2c7f.I8f13a5689dd353825fb2b9bd5b6f0fbce92cb12b@changeid
-
- Dec 01, 2020
-
-
Nathan Chancellor authored
ld.lld 10.0.1 spews a bunch of various warnings about .rela sections, along with a few others. Newer versions of ld.lld do not have these warnings. As a result, do not add '--orphan-handling=warn' to LDFLAGS_vmlinux if ld.lld's version is not new enough. Link: https://github.com/ClangBuiltLinux/linux/issues/1187 Link: https://github.com/ClangBuiltLinux/linux/issues/1193 Reported-by:
Arvind Sankar <nivedita@alum.mit.edu> Reported-by:
kernelci.org bot <bot@kernelci.org> Reported-by:
Mark Brown <broonie@kernel.org> Reviewed-by:
Kees Cook <keescook@chromium.org> Signed-off-by:
Nathan Chancellor <natechancellor@gmail.com> Reviewed-by:
Nick Desaulniers <ndesaulniers@google.com> Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org>
-
- Nov 30, 2020
-
-
Marc Zyngier authored
Jason's email address has now been bouncing for weeks, and no reply was received when trying to reach out on other addresses. We really hope he is OK. But until we hear of his whereabouts, let's move him to the CREDITS file so that people stop Cc-ing him. Signed-off-by:
Marc Zyngier <maz@kernel.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Acked-by:
Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by:
Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20201128103707.332874-1-maz@kernel.org
-
- Nov 26, 2020
-
-
Mathieu Poirier authored
With the steady stream of new features coming into the subsystem it has been clear for some time now that help is needed. Suzuki and Leo have worked extensively on various parts of the project and have agreed to help. While at it add the new location for the coresight git tree. Acked-by:
Leo Yan <leo.yan@linaro.org> Acked-by : Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by:
Mathieu Poirier <mathieu.poirier@linaro.org> Link: https://lore.kernel.org/r/20201125223519.734388-1-mathieu.poirier@linaro.org Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Nov 25, 2020
-
-
KP Singh authored
Similar to XDP and some JITs, also add Brendan and Florent who have been reviewing all my patches internally as reviewers. The patches are expected as usual to go via the BPF tree(s) / list / merge workflows. Signed-off-by:
KP Singh <kpsingh@google.com> Signed-off-by:
Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20201125202404.1419509-1-kpsingh@chromium.org
-
- Nov 24, 2020
-
-
Jesper Dangaard Brouer authored
Add some file F: matches that is related to page_pool. Acked-by:
Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by:
Jesper Dangaard Brouer <brouer@redhat.com> Link: https://lore.kernel.org/r/160613894639.2826716.14635284017814375894.stgit@firesoul Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
-
- Nov 20, 2020
-
-
Martin Habets authored
Email from solarflare.com will stop working. Update the maintainers. A replacement for linux-net-drivers@solarflare.com is not working yet, for now remove it. Signed-off-by:
Martin Habets <mhabets@solarflare.com> Signed-off-by:
Edward Cree <ecree@solarflare.com> Link: https://lore.kernel.org/r/20201120113207.GA1605547@mh-desktop Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
-
Jesper Dangaard Brouer authored
Getting too many false positive matches with current use of the content regex K: and file regex N: patterns. This patch drops file match N: and makes K: more restricted. Some more normal F: file wildcards are added. Notice that AF_XDP forgot to some F: files that is also updated in this patch. Suggested-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by:
Daniel Borkmann <daniel@iogearbox.net> Acked-by:
Björn Töpel <bjorn.topel@intel.com> Link: https://lore.kernel.org/bpf/160586238944.2808432.4401269290440394008.stgit@firesoul
-
- Nov 19, 2020
-
-
Will Deacon authored
Joerg is recovering from an injury, so temporarily add myself to the IOMMU MAINTAINERS entry so that I'm more likely to get CC'd on patches while I help to look after the tree for him. Suggested-by:
Joerg Roedel <joro@8bytes.org> Link: https://lore.kernel.org/r/20201117100953.GR22888@8bytes.org Signed-off-by:
Will Deacon <will@kernel.org>
-
- Nov 18, 2020
-
-
Christian Borntraeger authored
Most changes in uv.c are related to KVM. Involve also the KVM team regarding changes to uv.c. Signed-off-by:
Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by:
David Hildenbrand <david@redhat.com> Acked-by:
Cornelia Huck <cohuck@redhat.com> Acked-by:
Heiko Carstens <hca@linux.ibm.com>
-
- Nov 17, 2020
-
-
Sylvain Lemieux authored
I appreciate my time as a kernel maintainer for the last few years. I am no longer working on the LPC32xx platform and cannot commit time for support and discussions. Signed-off-by:
Sylvain Lemieux <slemieux@tycoint.com> Acked-by:
Vladimir Zapolskiy <vz@mleia.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-