summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
Commit message (Collapse)AuthorAgeFilesLines
...
* MAINTAINERS: Add entry for rng driversSughosh Ganu2020-01-231-0/+9
| | | | | | | | Take up maintainership of random number generator drivers with Heinrich Schuchardt as the reviewer. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* MAINTAINERS: Add ARM U8500Stephan Gerhold2020-01-221-0/+8
| | | | | | | | | | Add myself as maintainer for ST-Ericsson U8500 SoC to MAINTAINERS. Linus Walleij usually reviews all Ux500 related patches, so add him as a reviewer. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
* MAINTAINERS: Update ARM TI entryLokesh Vutla2020-01-201-1/+1
| | | | | | | | Take over TI maintainership from Tom. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
* configs: Add configs for J721e High Security EVMAndrew F. Davis2020-01-201-0/+2
| | | | | | | | | | | | | | Add new defconfig files for the J721e High Security EVM. These defconfigs are the same as for the non-secure part, except for: CONFIG_TI_SECURE_DEVICE option set to 'y' CONFIG_FIT_IMAGE_POST_PROCESS option set to 'y' CONFIG_SPL_FIT_IMAGE_POST_PROCESS option set to 'y' CONFIG_BOOTCOMMAND uses FIT images for booting Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
* MAINTAINERS: Fix mailSam Protsenko2020-01-161-1/+1
| | | | | | | Sam doesn't work for Linaro anymore, so Linaro mail is not valid. Change it to his home mail instead. Signed-off-by: Sam Protsenko <joe.skb7@gmail.com>
* MAINTAINERS: assign usb.c and and usb_kbd.cHeinrich Schuchardt2019-12-211-0/+2
| | | | | | | Marek is already maintaining USB. Assign files common/usb.c and common/usb_kbd.c to him. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* MAINTAINERS: Add info for bcm283xMatthias Brugger2019-12-031-0/+3
| | | | | | | The bcm283x has grown in files, which was not reflected in the MAINTAINERS file. Fix this by adding the missing entries. Signed-off-by: Matthias Brugger <mbrugger@suse.com>
* Update MAINTAINERS to include environment filesJoe Hershberger2019-11-211-0/+10
| | | | | | | To be maintained by me (Joe) and reviewed by Wolfgang Denk when available. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
* arm: add initial support for the Phytium Durian Boardliu hao2019-11-071-0/+7
| | | | | | | | | | | | This adds platform code and the device tree for the Phytium Durian Board. The initial support comprises the UART and the PCIE. Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Kever Yang <kever.yang@rock-chips.com> Cc: Tom Rini <trini@konsulko.com> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Steven Hao <liuhao@phytium.com.cn>
* pci: add DM based mpc85xx driverHeiko Schocher2019-11-061-0/+5
| | | | | | | | | | | | | add DM based PCI Configuration space access support for MPC85xx PCI Bridge. This driver is based on arch/powerpc/cpu/mpc85xx/pci.c In the old driver there is a fix for a hw issue on the TARGET_MPC8555CDS and TARGET_MPC8541CDS boards. As I have no such hardware I did not port this part. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
* MAINTAINERS: add info about ARC HSDK reset driverEugeniy Paltsev2019-11-011-0/+7
| | | | | Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-10-251-0/+1
|\ | | | | | | | | - DWC3 improvements - i.MX7 EHCI bugfix
| * usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-0/+1
| | | | | | | | | | | | | | | | The xhci.h header file is currently located under drivers/usb/xhci Move it to the include/usb folder to make it available to drivers that are not under drivers/usb/xhci Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
* | Merge tag 'u-boot-atmel-2020.01-b' of ↵Tom Rini2019-10-251-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.denx.de/u-boot/custodians/u-boot-atmel Second set of u-boot-atmel features and fixes for 2020.01 cycle This feature set includes Eugen's work on a new tiny flexcom driver and eeprom mac retrieval for the sam9x60-ek board.
| * | MAINTAINERS: add MICROCHIP_FLEXCOM to at91Eugen Hristev2019-10-241-0/+1
| |/ | | | | | | | | | | Add microchip flexcom driver to at91. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
* / ufs: Add Initial Support for UFS subsystemFaiz Abbas2019-10-231-0/+5
|/ | | | | | | | | | | | | | | | | | | | | Add Support for UFS Host Controller Interface (UFSHCI) for communicating with Universal Flash Storage (UFS) devices. The steps to initialize the host controller interface are the following: - Initiate the Host Controller Initialization process by writing to the Host controller enable register. - Configure the Host Controller base address registers by allocating a host memory space and related data structures. - Unipro link startup procedure - Check for connected device - Configure UFS host controller to process requests Also register this host controller as a SCSI host controller. Taken from Linux Kernel v5.2 (drivers/scsi/ufs/ufshcd.c) and ported to U-boot. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
* configs: sei510: rework header and fix userdata sizeGuillaume La Roque2019-10-181-0/+1
| | | | | | | | Move android generic config and boot sequence in meson64_android header and fix size of userdata to use all eMMC on SEI510. Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* MAINTAINERS: Update ARM entryTom Rini2019-10-161-1/+1
| | | | | | | | Fully take over the ARM maintainers entry. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
* firmware: zynqmp: create firmware headerIbai Erkiaga2019-10-081-0/+1
| | | | | | | | | New firmware header to place firmware specific macro and function declarations. The patch also moves the macros defining PM operations as well as some helper macros. Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* mailbox: zynqmp: ipi mailbox driverIbai Erkiaga2019-10-081-0/+1
| | | | | | | | | ZynqMP mailbox driver implementing IPI communication with PMU. This would allow U-Boot SPL to communicate with PMUFW to request privileged operations. Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* zynqmp: firmware: Add Xilinx ZynqMP firmware driverRajan Vaja2019-10-081-0/+1
| | | | | | | | Add simple ZynqMP firmware drive to populate child nodes under zynqmp_firmware DT node. Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: versal: Also record versal name to versal fragmentMichal Simek2019-10-081-0/+1
| | | | | | | Just to make sure that also drivers with versal name are assigned to proper fragment. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* MAINTAINERS: Update my email addressMaxime Ripard2019-10-061-1/+1
| | | | | | I'm not at bootlin anymore, and my mail address doesn't work any longer. Signed-off-by: Maxime Ripard <mripard@kernel.org>
* MAINTAINERS, git-mailrc: Update the maintainer for socfpgaLey Foon Tan2019-10-041-0/+1
| | | | | | | | This updates MAINTAINERS and git-mailrc to add me as maintainer for socfpga. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Acked-by: Marek Vasut <marex@denx.de>
* MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainersPriyanka Jain2019-09-131-3/+3
| | | | | | | Change maintainers to Priyanka Jain for fsl-qoriq, mpc85xx Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com> Acked-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
* MAINTAINERS: update ARM STM STM32MP and STM32MP1 BOARDPatrick Delaunay2019-08-271-2/+17
| | | | | | Add the missing driver and files for mach-stm32mp / stm32mp1 product. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
* MAINTAINERS: Add entries for Android A/B and AVBIgor Opaniuk2019-08-111-0/+20
| | | | | | | 1. Add myself as Android A/B and AVB maintainer 2. Add Sam Protsenko as Designated reviewer for A/B Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
* MAINTAINERS: Add entry for HI3660 SoCManivannan Sadhasivam2019-08-111-0/+2
| | | | | | | | | Add MAINTAINERS entry for HI3660 SoC by adding the arch includes. While doing so, adding myself as the co-maintainer for HISILICON SoCs since I'm planning to maintain HI3660 SoC separately and considering doing improvements to the existing HiSilicon SoC architecture. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
* MAINTAINERS: MediaTek: add MediaTek team in the entryRyder Lee2019-08-071-0/+1
| | | | | | Add MediaTek team as designated reviewer. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
* doc: integrate UEFI documentation into Sphinx toctreeHeinrich Schuchardt2019-07-301-3/+1
| | | | | | | | | Change the UEFI documentation to Sphinx style and integrate it into the rest of the Sphinx generated documentation. Remove the inaccurate TODO list in doc/uefi/uefi.rst. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpgaTom Rini2019-07-291-0/+1
|\ | | | | | | - Various gen5 fixes
| * sysreset: socfpga: stratix10: add sysreset driverSimon Goldschmidt2019-07-211-1/+1
| | | | | | | | | | | | This adds a UCLASS_SYSRESET sysreset driver for socfgpa stratix10. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
| * sysreset: socfpga: gen5: add sysreset driverSimon Goldschmidt2019-07-211-0/+1
| | | | | | | | | | | | This adds a UCLASS_SYSRESET sysreset driver for socfgpa gen5. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
* | Merge tag 'u-boot-imx-20190719' of ↵Tom Rini2019-07-271-0/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.denx.de/u-boot/custodians/u-boot-imx u-boot-imx-20190719 - CCF for i.MX6 - nandbcb command to write SPL into NAND - Switch to DM (i.MX28) - Boards: Toradex, engicam, DH - Fixes for i.MX8 - Fixes for i.MX7ULP Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/561147504
| * | MAINTAINERS: Update lib/optee with my detailsBryan O'Donoghue2019-07-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 32ce6179fb99 ("optee: Add lib entries for sharing OPTEE code across ports") adds code into lib/optee but neglects to update MAINTAINERS to make me buggable for questions and maintenance. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Suggested-by: Jens Wiklander <jens.wiklander@linaro.org>
| * | clk: Add MAINTAINERS entry for clocks (./drivers/clk/)Lukasz Majewski2019-07-191-0/+7
| |/ | | | | | | | | | | | | The clock subsystem needs active maintenance as it steadily grows. I do offer my help for this task. Signed-off-by: Lukasz Majewski <lukma@denx.de>
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-07-271-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | - fix for fsl_qspi read timeout (Thomas) - spi-mem read data size fix (Ye Li) - SiFive SPI driver, mmc_spi flags (Bhargav, Anup) - Micron spi-nor parts (Ashish) - MT7629 spi-mem driver(Weijie)
| * | spi: Drop obsolete mtk_qspi driver referencesWeijie Gao2019-07-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since u-boot has added the spi-mem framework and replaced the spi-nor framework, the mtk_qspi is no longer compatible with the new spi-nor driver. Remove this driver along with replacing config item with new mtk spi-nor driver. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> [jagan: squash related changes and update commit message] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
| * | spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao2019-07-251-0/+1
| |/ | | | | | | | | | | | | | | | | | | This patch adds spi-mem driver for MediaTek MT7629 SoC to access SPI-NOR and SPI-NAND flashes. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> [jagan: squash MAINTAINERS file] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
* | Merge tag 'u-boot-stm32-20190723' of ↵Tom Rini2019-07-231-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | https://gitlab.denx.de/u-boot/custodians/u-boot-stm - add rtc driver for stm32mp1 - add remoteproc driver for stm32mp1 - use kernel qspi compatible string for stm32
| * | MAINTAINERS: Add stm32 remoteproc driverFabien Dessenne2019-07-221-0/+1
| |/ | | | | | | Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-nds32Tom Rini2019-07-191-1/+1
|\ \ | | | | | | | | | - Update nds32 MAINTAINERS from Macpaul to Rick.
| * | MAINTAINERS: Remove Macpaul and add Rick as nds32 maintainerRick Chen2019-07-191-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Macpaul have left Andestech for a while, and this mail address macpaul@andestech.com can not received mail anymore. It might encounter account creation problem in this switching to gitlab about nds32 tree. So change the nds32 maintainer as Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com>
* / net: assign maintainer for include/net.hHeinrich Schuchardt2019-07-181-0/+1
|/ | | | | | | | | include/net.h currently has no maintainer. Assign include/net.h to the maintainer of the NET subsystem. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
* MAINTAINERS: Add git custodians for ARM STM STM32MP entryPatrice Chotard2019-07-121-0/+1
| | | | | | Add git custodians for STMicroelectronics STM32MP entry. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* MAINTAINERS: Add stm32 mailbox IPPC driverFabien Dessenne2019-07-121-0/+1
| | | | | Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
* drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried2019-07-111-0/+6
| | | | | | | | | | | | | Introduce new UCLASS_PCI_EP class for handling PCI endpoint devices, allowing to set various attributes of the PCI endpoint device, such as: * configuration space header * BAR definitions * outband memory mapping * start/stop PCI link Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* doc: Remove duplicated documentation directoryBreno Matheus Lima2019-06-201-1/+1
| | | | | | | | | | | | | | | | Commit ad7061ed742e ("doc: Move device tree bindings documentation to doc/device-tree-bindings") moved all device tree binding documentation to doc/device-tree-bindings directory. The current U-Boot project still have two documentation directories: - doc/ - Documentation/ Move all documentation and sphinx files to doc directory so all content can be in a common place. Signed-off-by: Breno Lima <breno.lima@nxp.com>
* MAINTAINERS: Update git repo linksBin Meng2019-06-201-53/+53
| | | | | | | Update all git repo links with the new gitlab ones. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Wolfgang Denk <wd@denx.de>
* sh: Add myself as SH maintainerMarek Vasut2019-06-201-0/+1
| | | | | | | | Add myself as an SH maintainer. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Tom Rini <trini@konsulko.com>