- 28 7月, 2020 6 次提交
-
-
由 Daniel Palmer 提交于
This adds a YAML description of the pmsleep node used by MStar/SigmaStar Armv7 SoCs. Signed-off-by: NDaniel Palmer <daniel@0x0f.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniel Palmer 提交于
This adds a family level dtsi for the mercury5 and then a chip level dtsi for the ssc8336n chip. Signed-off-by: NDaniel Palmer <daniel@0x0f.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniel Palmer 提交于
This adds two family level dtsis for the infinity and infinity3 and then adds a chip level dtsi each for a chip in those families. infinity3.dtsi includes infinity.dtsi as these SoCs share most of their memory map and we would have a lot of duplication otherwise. Signed-off-by: NDaniel Palmer <daniel@0x0f.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniel Palmer 提交于
Adds initial dtsi for the base MStar/Sigmastar Armv7 SoCs. These SoCs have very similar memory maps and this will avoid duplicating nodes across multiple dtsis. Signed-off-by: NDaniel Palmer <daniel@0x0f.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniel Palmer 提交于
Initial support for the MStar/Sigmastar Armv7 based IP camera and dashcam SoCs. These chips are interesting in that they contain a Cortex-A7, peripherals and system memory in a single tiny QFN package that can be hand soldered allowing almost anyone to embed Linux in their projects. Signed-off-by: NDaniel Palmer <daniel@0x0f.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniel Palmer 提交于
Signed-off-by: NDaniel Palmer <daniel@0x0f.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de> Reviewed-by: NRob Herring <robh@kernel.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 23 7月, 2020 2 次提交
-
-
由 Lars Povlsen 提交于
This adds the basic DT structure for the Microchip Sparx5 SoC, and the reference boards, pcb125, pcb134 and pcb135. The two latter have a NAND vs a eMMC centric variant (as a mount option). Link: https://lore.kernel.org/r/20200615133242.24911-4-lars.povlsen@microchip.comReviewed-by: NAlexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: NLars Povlsen <lars.povlsen@microchip.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Lars Povlsen 提交于
This adds support for the Microchip Sparx5 ARMv8-based SoC family of TSN-capable gigabit switches. Link: https://lore.kernel.org/r/20200615133242.24911-3-lars.povlsen@microchip.comReviewed-by: NAlexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: NLars Povlsen <lars.povlsen@microchip.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 17 7月, 2020 3 次提交
-
-
由 Daniele Alessandrelli 提交于
Add initial device tree for Keem Bay EVM board. With this minimal device tree the board boots fine using an initramfs image. Link: https://lore.kernel.org/r/20200717090414.313530-6-daniele.alessandrelli@linux.intel.comReviewed-by: NDinh Nguyen <dinguyen@kernel.org> Signed-off-by: NDaniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniele Alessandrelli 提交于
Add initial device tree for Intel Movidius SoC code-named Keem Bay. This initial DT includes nodes for Cortex-A53 cores, UARTs, GIC, PSCI, and PMU. Link: https://lore.kernel.org/r/20200717090414.313530-5-daniele.alessandrelli@linux.intel.comReviewed-by: NDinh Nguyen <dinguyen@kernel.org> Signed-off-by: NDaniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Daniele Alessandrelli 提交于
Add maintainers for the new Intel Movidius SoC code-named Keem Bay. Link: https://lore.kernel.org/r/20200717090414.313530-4-daniele.alessandrelli@linux.intel.comReviewed-by: NDinh Nguyen <dinguyen@kernel.org> Signed-off-by: NDaniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 19 6月, 2020 1 次提交
-
-
由 Loic Poulain 提交于
Signed-off-by: NLoic Poulain <loic.poulain@linaro.org> Signed-off-by: NRobert Foss <robert.foss@linaro.org> [wsa: kept sorting] Signed-off-by: NWolfram Sang <wsa@kernel.org>
-
- 16 6月, 2020 2 次提交
-
-
由 Sergei Shtylyov 提交于
I no longer work for Cogent Embedded (but my old email still works :-)), and still would like to continue looking after the Renesas Ethernet drivers and bindings. Let's switch to my private email. Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
-
由 Vladimir Oltean 提交于
The ocelot switchdev driver also provides a set of library functions for the felix DSA driver, which in practice means that most of the patches will be of interest to both groups of driver maintainers. So, as also suggested in the discussion here, let's merge the 2 entries into a single larger one: https://www.spinics.net/lists/netdev/msg657412.html Note that the entry has been renamed into "OCELOT SWITCH" since neither Vitesse nor Microsemi exist any longer as company names, instead they are now named Microchip (which again might be subject to change in the future), so use the device family name instead. Suggested-by: NAlexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: NVladimir Oltean <vladimir.oltean@nxp.com> Acked-by: NHoratiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
-
- 10 6月, 2020 3 次提交
-
-
由 Joerg Roedel 提交于
Move all files related to the Intel IOMMU driver into its own subdirectory. Signed-off-by: NJoerg Roedel <jroedel@suse.de> Reviewed-by: NJerry Snitselaar <jsnitsel@redhat.com> Reviewed-by: NLu Baolu <baolu.lu@linux.intel.com> Link: https://lore.kernel.org/r/20200609130303.26974-3-joro@8bytes.org
-
由 Joerg Roedel 提交于
Move all files related to the AMD IOMMU driver into its own subdirectory. Signed-off-by: NJoerg Roedel <jroedel@suse.de> Reviewed-by: NSuravee Suthikulpanit <suravee.suthikulpanit@amd.com> Reviewed-by: NJerry Snitselaar <jsnitsel@redhat.com> Link: https://lore.kernel.org/r/20200609130303.26974-2-joro@8bytes.org
-
由 Tali Perry 提交于
Add maintainer for Nuvoton NPCM BMC I2C controller driver. Signed-off-by: NTali Perry <tali.perry1@gmail.com> Signed-off-by: NWolfram Sang <wsa@kernel.org>
-
- 09 6月, 2020 1 次提交
-
-
由 Deep Shah 提交于
Thomas Hellstrom will be handing over VMware's maintainership of these interfaces to Deep Shah. Signed-off-by: NDeep Shah <sdeep@vmware.com> Acked-by: NThomas Hellstrom <thellstrom@vmware.com> Acked-by: NJuergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20200416234520.GA1700@prme-mon-cfl-mlw-07Signed-off-by: NJuergen Gross <jgross@suse.com> Signed-off-by: NBoris Ostrovsky <boris.ostrovsky@oracle.com>
-
- 05 6月, 2020 1 次提交
-
-
由 David Hildenbrand 提交于
Let's make sure patches/bug reports find the right person. Cc: "Michael S. Tsirkin" <mst@redhat.com> Signed-off-by: NDavid Hildenbrand <david@redhat.com> Link: https://lore.kernel.org/r/20200507140139.17083-3-david@redhat.comSigned-off-by: NMichael S. Tsirkin <mst@redhat.com>
-
- 04 6月, 2020 1 次提交
-
-
由 Kunihiko Hayashi 提交于
Add driver for the Socionext UniPhier Pro5 SoC endpoint controller. This controller is based on the DesignWare PCIe core. And add "host" to existing controller descriontions for the host controller in Kconfig. Link: https://lore.kernel.org/r/1589457801-12796-3-git-send-email-hayashi.kunihiko@socionext.comSigned-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: NRob Herring <robh@kernel.org>
-
- 03 6月, 2020 2 次提交
-
-
由 Michael Walle 提交于
Add myself as a reviewer for the gpio regmap. Signed-off-by: NMichael Walle <michael@walle.cc> Reviewed-by: NAndy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20200528145845.31436-4-michael@walle.ccSigned-off-by: NLinus Walleij <linus.walleij@linaro.org>
-
由 Mauro Carvalho Chehab 提交于
- Add a SPDX header; - Adjust document and section titles; - Some whitespace fixes and new line breaks; - Add table markups; - Use notes markups; - Add it to filesystems/index.rst. Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: NAndreas Gruenbacher <agruenba@redhat.com>
-
- 02 6月, 2020 4 次提交
-
-
由 Thierry Reding 提交于
Lee has kindly offered his help in sharing the patch review workload for the PWM subsystem. If this works out well between Lee, Uwe and myself it may be a good idea to maintain the subsystem as a group. Acked-by: NLee Jones <lee.jones@linaro.org> Signed-off-by: NThierry Reding <thierry.reding@gmail.com>
-
由 David Hildenbrand 提交于
As suggested by Michael, let's add me as co-maintainer of virtio-balloon. While at it, also add "include/linux/balloon_compaction.h" to the file list. Cc: Michael S. Tsirkin <mst@redhat.com> Cc: Jason Wang <jasowang@redhat.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NDavid Hildenbrand <david@redhat.com> Link: https://lore.kernel.org/r/20200310115411.12760-1-david@redhat.comSigned-off-by: NMichael S. Tsirkin <mst@redhat.com>
-
由 Lukas Bulwahn 提交于
Commit 2b43470a ("xsk: Introduce AF_XDP buffer allocation API") added a new header file include/net/xsk_buff_pool.h, but commit 28bee21d ("MAINTAINERS, xsk: Update AF_XDP section after moves/adds") added a file entry referring to include/net/xsk_buffer_pool.h. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: include/net/xsk_buffer_pool.h Adjust the entry in XDP SOCKETS to the actual file name. Signed-off-by: NLukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200525141553.7035-1-lukas.bulwahn@gmail.comSigned-off-by: NAlexei Starovoitov <ast@kernel.org>
-
由 Helge Deller 提交于
The PA-RISC Linux project web page is now hosted at https://parisc.wiki.kernel.orgSigned-off-by: NHelge Deller <deller@gmx.de>
-
- 31 5月, 2020 2 次提交
-
-
由 Manivannan Sadhasivam 提交于
Add MAINTAINERS entry for Qualcomm IPCC driver and its binding. Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
-
由 WeiXiong Liao 提交于
Add details on using pstore/blk, the new backend of pstore to record dumps to block devices, in Documentation/admin-guide/pstore-blk.rst Signed-off-by: NWeiXiong Liao <liaoweixiong@allwinnertech.com> Link: https://lore.kernel.org/lkml/20200511233229.27745-7-keescook@chromium.org/Signed-off-by: NKees Cook <keescook@chromium.org>
-
- 30 5月, 2020 1 次提交
-
-
由 Sergey Matyukevich 提交于
I am leaving Quantenna, so I will no longer have access to firmware and hardware. Meanwhile I plan to participate in reviewing qtnfmac patches for a while until my firmware knowledge becomes completely obsolete. Adding myself as a reviewer using my personal email address. Signed-off-by: NSergey Matyukevich <sergey.matyukevich.os@quantenna.com> Signed-off-by: NIgor Mitsyanko <igor.mitsyanko.os@quantenna.com> Signed-off-by: NKalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200520130800.1902-1-sergey.matyukevich.os@quantenna.com
-
- 29 5月, 2020 1 次提交
-
-
由 Kunihiko Hayashi 提交于
Add DT bindings for PCIe controller implemented in UniPhier SoCs when configured in endpoint mode. This controller is based on the DesignWare PCIe core. Link: https://lore.kernel.org/r/1589457801-12796-2-git-send-email-hayashi.kunihiko@socionext.comSigned-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: NRob Herring <robh@kernel.org>
-
- 28 5月, 2020 4 次提交
-
-
由 Angelo Dureghello 提交于
Since actively working on Freescale ColdFire M5441X, adding myself as a maintainer of this driver. Signed-off-by: NAngelo Dureghello <angelo.dureghello@timesys.com> Link: https://lore.kernel.org/r/20200518191742.1251440-4-angelo.dureghello@timesys.comSigned-off-by: NUlf Hansson <ulf.hansson@linaro.org>
-
由 Charles Keepax 提交于
Signed-off-by: NCharles Keepax <ckeepax@opensource.cirrus.com> [robh: Drop $ref on *-supply] Signed-off-by: NRob Herring <robh@kernel.org>
-
由 Charles Keepax 提交于
Signed-off-by: NCharles Keepax <ckeepax@opensource.cirrus.com> [robh: Drop ref from *-supply] Signed-off-by: NRob Herring <robh@kernel.org>
-
由 Charles Keepax 提交于
Signed-off-by: NCharles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: NRob Herring <robh@kernel.org>
-
- 26 5月, 2020 4 次提交
-
-
由 Saravanan Sekar 提交于
Add MAINTAINERS entry for Monolithic Power Systems mp2629 Charger driver. Signed-off-by: NSaravanan Sekar <sravanhome@gmail.com> Reviewed-by: NAndy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: NSebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: NLee Jones <lee.jones@linaro.org>
-
由 Stephan Gerhold 提交于
The Qualcomm SPM cpuidle driver seems to be the last driver still using the generic ARM CPUidle infrastructure. Converting it actually allows us to simplify the driver, and we end up being able to remove more lines than adding new ones: - We can parse the CPUidle states in the device tree directly with dt_idle_states (and don't need to duplicate that functionality into the spm driver). - Each "saw" device managed by the SPM driver now directly registers its own cpuidle driver, removing the need for any global (per cpu) state. The device tree binding is the same, so the driver stays compatible with all old device trees. Signed-off-by: NStephan Gerhold <stephan@gerhold.net> Reviewed-by: NLina Iyer <ilina@codeaurora.org> Reviewed-by: NUlf Hansson <ulf.hansson@linaro.org> Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
-
由 Ricardo Ribalda Delgado 提交于
Modify emails to ribalda@kernel.org and unify my surname in all the files. Signed-off-by: NRicardo Ribalda <ribalda@kernel.org> Link: https://lore.kernel.org/r/20200430135224.362700-1-ricardo@ribalda.comSigned-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Robert Jarzmik 提交于
These boards support is removed from the kernel, so remove the MAINTAINERS entry for them. Link: https://lore.kernel.org/r/20200521185140.27276-2-robert.jarzmik@free.frSigned-off-by: NRobert Jarzmik <robert.jarzmik@free.fr> Acked-by: NMike Rapoport <rppt@kernel.org> Acked-by: NArnd Bergmann <arnd@arndb.de> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 25 5月, 2020 2 次提交
-
-
由 Bingbu Cao 提交于
OminiVision ov2740 is a 2 megapixels RAW RGB image sensor which can deliver 1920x1080@60fps frames. This driver add the support of vertical blanking, exposure, test pattern, digital and analog gain control for sensor. Signed-off-by: NBingbu Cao <bingbu.cao@intel.com> Signed-off-by: NShawn Tu <shawnx.tu@intel.com> Signed-off-by: NQiu, Tianshu <tian.shu.qiu@intel.com> Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
由 Dongchun Zhu 提交于
This patch adds documentation of device tree in YAML schema for the OV8856 CMOS image sensor. Signed-off-by: NDongchun Zhu <dongchun.zhu@mediatek.com> Signed-off-by: NRobert Foss <robert.foss@linaro.org> Reviewed-by: NMaxime Ripard <mripard@kernel.org> Reviewed-by: NRob Herring <robh@kernel.org> Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
-