MAINTAINERS 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014
  1. Descriptions of section entries:
  2. P: Person (obsolete)
  3. M: Mail patches to: FullName <address@domain>
  4. R: Designated reviewer: FullName <address@domain>
  5. These reviewers should be CCed on patches.
  6. L: Mailing list that is relevant to this area
  7. W: Web-page with status/info
  8. Q: Patchwork web based patch tracking system site
  9. T: SCM tree type and location.
  10. Type is one of: git, hg, quilt, stgit, topgit
  11. S: Status, one of the following:
  12. Supported: Someone is actually paid to look after this.
  13. Maintained: Someone actually looks after it.
  14. Orphan: No current maintainer [but maybe you could take the
  15. role as you write your new code].
  16. F: Files and directories with wildcard patterns.
  17. A trailing slash includes all files and subdirectory files.
  18. F: drivers/net/ all files in and below drivers/net
  19. F: drivers/net/* all files in drivers/net, but not below
  20. F: */net/* all files in "any top level directory"/net
  21. One pattern per line. Multiple F: lines acceptable.
  22. N: Files and directories with regex patterns.
  23. N: [^a-z]tegra all files whose path contains the word tegra
  24. One pattern per line. Multiple N: lines acceptable.
  25. scripts/get_maintainer.pl has different behavior for files that
  26. match F: pattern and matches of N: patterns. By default,
  27. get_maintainer will not look at git log history when an F: pattern
  28. match occurs. When an N: match occurs, git log history is used
  29. to also notify the people that have git commit signatures.
  30. X: Files and directories that are NOT maintained, same rules as F:
  31. Files exclusions are tested before file matches.
  32. Can be useful for excluding a specific subdirectory, for instance:
  33. F: net/
  34. X: net/ipv6/
  35. matches all files in and below net excluding net/ipv6/
  36. K: Keyword perl extended regex pattern to match content in a
  37. patch or file. For instance:
  38. K: of_get_profile
  39. matches patches or files that contain "of_get_profile"
  40. K: \b(printk|pr_(info|err))\b
  41. matches patches or files that contain one or more of the words
  42. printk, pr_info or pr_err
  43. One regex pattern per line. Multiple K: lines acceptable.
  44. Note: For the hard of thinking, this list is meant to remain in alphabetical
  45. order. If you could add yourselves to it in alphabetical order that would be
  46. so much easier [Ed]
  47. Maintainers List (try to look for most precise areas first)
  48. -----------------------------------
  49. ANDROID AB
  50. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  51. R: Sam Protsenko <joe.skb7@gmail.com>
  52. S: Maintained
  53. F: cmd/ab_select.c
  54. F: common/android_ab.c
  55. F: doc/android/ab.rst
  56. F: include/android_ab.h
  57. F: test/py/tests/test_android/test_ab.py
  58. ANDROID AVB
  59. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  60. S: Maintained
  61. F: cmd/avb.c
  62. F: common/avb_verify.c
  63. F: doc/android/avb2.rst
  64. F: include/avb_verify.h
  65. F: lib/libavb/
  66. F: test/py/tests/test_android/test_avb.py
  67. ARC
  68. M: Alexey Brodkin <alexey.brodkin@synopsys.com>
  69. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  70. S: Maintained
  71. L: uboot-snps-arc@synopsys.com
  72. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
  73. F: arch/arc/
  74. F: board/synopsys/
  75. ARC HSDK CGU CLOCK
  76. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  77. S: Maintained
  78. L: uboot-snps-arc@synopsys.com
  79. F: drivers/clk/clk-hsdk-cgu.c
  80. F: include/dt-bindings/clock/snps,hsdk-cgu.h
  81. F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
  82. ARC HSDK CREG GPIO
  83. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  84. S: Maintained
  85. L: uboot-snps-arc@synopsys.com
  86. F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
  87. F: drivers/gpio/hsdk-creg-gpio.c
  88. ARC HSDK RESET
  89. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  90. S: Maintained
  91. L: uboot-snps-arc@synopsys.com
  92. F: include/dt-bindings/reset/snps,hsdk-reset.h
  93. F: drivers/reset/reset-hsdk.c
  94. ARC SYNOPSYS DW MMC EXTENSIONS
  95. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  96. S: Maintained
  97. L: uboot-snps-arc@synopsys.com
  98. F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
  99. F: drivers/mmc/snps_dw_mmc.c
  100. ARM
  101. M: Tom Rini <trini@konsulko.com>
  102. S: Maintained
  103. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
  104. F: arch/arm/
  105. F: cmd/arm/
  106. ARM ALTERA SOCFPGA
  107. M: Marek Vasut <marex@denx.de>
  108. M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
  109. M: Ley Foon Tan <ley.foon.tan@intel.com>
  110. S: Maintainted
  111. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
  112. F: arch/arm/mach-socfpga/
  113. F: drivers/sysreset/sysreset_socfpga*
  114. ARM AMLOGIC SOC SUPPORT
  115. M: Neil Armstrong <narmstrong@baylibre.com>
  116. S: Maintained
  117. L: u-boot-amlogic@groups.io
  118. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
  119. F: arch/arm/mach-meson/
  120. F: arch/arm/include/asm/arch-meson/
  121. F: drivers/clk/meson/
  122. F: drivers/serial/serial_meson.c
  123. F: drivers/reset/reset-meson.c
  124. F: drivers/i2c/meson_i2c.c
  125. F: drivers/net/phy/meson-gxl.c
  126. F: drivers/adc/meson-saradc.c
  127. F: drivers/phy/meson*
  128. F: drivers/mmc/meson_gx_mmc.c
  129. F: drivers/spi/meson_spifc.c
  130. F: drivers/pinctrl/meson/
  131. F: drivers/power/domain/meson-gx-pwrc-vpu.c
  132. F: drivers/video/meson/
  133. F: include/configs/meson64.h
  134. F: include/configs/meson64_android.h
  135. N: meson
  136. ARM BROADCOM BCM283X
  137. M: Matthias Brugger <mbrugger@suse.com>
  138. S: Maintained
  139. F: arch/arm/dts/bcm283*
  140. F: arch/arm/mach-bcm283x/
  141. F: board/raspberrypi/
  142. F: drivers/gpio/bcm2835_gpio.c
  143. F: drivers/mmc/bcm2835_sdhci.c
  144. F: drivers/mmc/bcm2835_sdhost.c
  145. F: drivers/serial/serial_bcm283x_mu.c
  146. F: drivers/serial/serial_bcm283x_pl011.c
  147. F: drivers/video/bcm2835.c
  148. F: include/dm/platform_data/serial_bcm283x_mu.h
  149. F: include/dt-bindings/pinctrl/bcm2835.h
  150. F: drivers/pinctrl/broadcom/
  151. ARM BROADCOM BCMSTB
  152. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  153. S: Maintained
  154. F: arch/arm/mach-bcmstb/
  155. F: board/broadcom/bcmstb/
  156. F: configs/bcm7*_defconfig
  157. F: doc/README.bcm7xxx
  158. F: drivers/mmc/bcmstb_sdhci.c
  159. F: drivers/spi/bcmstb_spi.c
  160. ARM CORTINA ACCESS CAxxxx
  161. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  162. S: Supported
  163. F: board/cortina/common/
  164. F: drivers/gpio/cortina_gpio.c
  165. F: drivers/watchdog/cortina_wdt.c
  166. F: drivers/serial/serial_cortina.c
  167. F: drivers/mmc/ca_dw_mmc.c
  168. ARM/CZ.NIC TURRIS MOX SUPPORT
  169. M: Marek Behun <marek.behun@nic.cz>
  170. S: Maintained
  171. F: arch/arm/dts/armada-3720-turris-mox.dts
  172. F: board/CZ.NIC/
  173. F: configs/turris_*_defconfig
  174. F: include/configs/turris_*.h
  175. ARM FREESCALE IMX
  176. M: Stefano Babic <sbabic@denx.de>
  177. M: Fabio Estevam <festevam@gmail.com>
  178. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  179. S: Maintained
  180. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
  181. F: arch/arm/cpu/arm1136/mx*/
  182. F: arch/arm/cpu/arm926ejs/mx*/
  183. F: arch/arm/cpu/armv7/vf610/
  184. F: arch/arm/dts/*imx*
  185. F: arch/arm/mach-imx/
  186. F: arch/arm/include/asm/arch-imx/
  187. F: arch/arm/include/asm/arch-mx*/
  188. F: arch/arm/include/asm/arch-vf610/
  189. F: arch/arm/include/asm/mach-imx/
  190. F: board/freescale/*mx*/
  191. ARM HISILICON
  192. M: Peter Griffin <peter.griffin@linaro.org>
  193. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  194. S: Maintained
  195. F: arch/arm/cpu/armv8/hisilicon
  196. F: arch/arm/include/asm/arch-hi6220/
  197. F: arch/arm/include/asm/arch-hi3660/
  198. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  199. M: Stefan Roese <sr@denx.de>
  200. S: Maintained
  201. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  202. F: arch/arm/mach-kirkwood/
  203. F: arch/arm/mach-mvebu/
  204. F: drivers/ata/ahci_mvebu.c
  205. F: drivers/ddr/marvell/
  206. F: drivers/gpio/mvebu_gpio.c
  207. F: drivers/spi/kirkwood_spi.c
  208. F: drivers/pci/pci_mvebu.c
  209. F: drivers/pci/pcie_dw_mvebu.c
  210. F: drivers/watchdog/orion_wdt.c
  211. ARM MARVELL PXA
  212. M: Marek Vasut <marex@denx.de>
  213. S: Maintained
  214. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  215. F: arch/arm/cpu/pxa/
  216. F: arch/arm/include/asm/arch-pxa/
  217. ARM MEDIATEK
  218. M: Ryder Lee <ryder.lee@mediatek.com>
  219. M: Weijie Gao <weijie.gao@mediatek.com>
  220. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  221. S: Maintained
  222. F: arch/arm/mach-mediatek/
  223. F: arch/arm/include/asm/arch-mediatek/
  224. F: board/mediatek/
  225. F: doc/README.mediatek
  226. F: drivers/clk/mediatek/
  227. F: drivers/mmc/mtk-sd.c
  228. F: drivers/pinctrl/mediatek/
  229. F: drivers/power/domain/mtk-power-domain.c
  230. F: drivers/ram/mediatek/
  231. F: drivers/spi/mtk_snfi_spi.c
  232. F: drivers/timer/mtk_timer.c
  233. F: drivers/watchdog/mtk_wdt.c
  234. F: drivers/net/mtk_eth.c
  235. F: drivers/reset/reset-mediatek.c
  236. F: tools/mtk_image.c
  237. F: tools/mtk_image.h
  238. N: mediatek
  239. ARM MICROCHIP/ATMEL AT91
  240. M: Eugen Hristev <eugen.hristev@microchip.com>
  241. S: Maintained
  242. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  243. F: arch/arm/mach-at91/
  244. F: board/atmel/
  245. F: drivers/misc/microchip_flexcom.c
  246. ARM OWL
  247. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  248. S: Maintained
  249. F: arch/arm/include/asm/arch-owl/
  250. F: arch/arm/mach-owl/
  251. F: drivers/clk/owl/
  252. F: drivers/serial/serial_owl.c
  253. F: include/configs/owl-common.h
  254. F: configs/bubblegum_96_defconfig
  255. F: configs/cubieboard7_defconfig
  256. ARM RENESAS RMOBILE/R-CAR
  257. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  258. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  259. S: Maintained
  260. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  261. F: arch/arm/mach-rmobile/
  262. ARM ROCKCHIP
  263. M: Simon Glass <sjg@chromium.org>
  264. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  265. M: Kever Yang <kever.yang@rock-chips.com>
  266. S: Maintained
  267. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  268. F: arch/arm/include/asm/arch-rockchip/
  269. F: arch/arm/mach-rockchip/
  270. F: board/rockchip/
  271. F: drivers/clk/rockchip/
  272. F: drivers/gpio/rk_gpio.c
  273. F: drivers/misc/rockchip-efuse.c
  274. F: drivers/mmc/rockchip_sdhci.c
  275. F: drivers/mmc/rockchip_dw_mmc.c
  276. F: drivers/pinctrl/rockchip/
  277. F: drivers/ram/rockchip/
  278. F: drivers/sysreset/sysreset_rockchip.c
  279. F: drivers/video/rockchip/
  280. F: tools/rkcommon.c
  281. F: tools/rkcommon.h
  282. F: tools/rkimage.c
  283. F: tools/rksd.c
  284. F: tools/rkspi.c
  285. ARM SAMSUNG
  286. M: Minkyu Kang <mk7.kang@samsung.com>
  287. S: Maintained
  288. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  289. F: arch/arm/mach-exynos/
  290. F: arch/arm/mach-s5pc1xx/
  291. F: arch/arm/cpu/armv7/s5p-common/
  292. ARM SNAPDRAGON
  293. M: Ramon Fried <rfried.dev@gmail.com>
  294. S: Maintained
  295. F: arch/arm/mach-snapdragon/
  296. F: drivers/gpio/msm_gpio.c
  297. F: drivers/mmc/msm_sdhci.c
  298. F: drivers/phy/msm8916-usbh-phy.c
  299. F: drivers/serial/serial_msm.c
  300. F: drivers/smem/msm_smem.c
  301. F: drivers/usb/host/ehci-msm.c
  302. ARM STI
  303. M: Patrice Chotard <patrice.chotard@st.com>
  304. S: Maintained
  305. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  306. F: arch/arm/mach-sti/
  307. F: arch/arm/include/asm/arch-sti*/
  308. F: drivers/phy/sti_usb_phy.c
  309. F: drivers/pinctrl/pinctrl-sti.c
  310. F: drivers/mmc/sti_sdhci.c
  311. F: drivers/reset/sti-reset.c
  312. F: drivers/serial/serial_sti_asc.c
  313. F: drivers/sysreset/sysreset_sti.c
  314. F: drivers/timer/sti-timer.c
  315. F: drivers/usb/host/dwc3-sti-glue.c
  316. F: include/dwc3-sti-glue.h
  317. F: include/dt-bindings/clock/stih407-clks.h
  318. F: include/dt-bindings/clock/stih410-clks.h
  319. F: include/dt-bindings/reset/stih407-resets.h
  320. ARM STM SPEAR
  321. #M: Vipin Kumar <vipin.kumar@st.com>
  322. S: Orphaned (Since 2016-02)
  323. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  324. F: arch/arm/cpu/arm926ejs/spear/
  325. F: arch/arm/include/asm/arch-spear/
  326. ARM STM STM32MP
  327. M: Patrick Delaunay <patrick.delaunay@st.com>
  328. M: Patrice Chotard <patrice.chotard@st.com>
  329. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  330. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  331. S: Maintained
  332. F: arch/arm/mach-stm32mp/
  333. F: doc/board/st/
  334. F: drivers/adc/stm32-adc*
  335. F: drivers/clk/clk_stm32mp1.c
  336. F: drivers/gpio/stm32_gpio.c
  337. F: drivers/hwspinlock/stm32_hwspinlock.c
  338. F: drivers/i2c/stm32f7_i2c.c
  339. F: drivers/mailbox/stm32-ipcc.c
  340. F: drivers/misc/stm32mp_fuse.c
  341. F: drivers/misc/stm32_rcc.c
  342. F: drivers/mmc/stm32_sdmmc2.c
  343. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  344. F: drivers/phy/phy-stm32-usbphyc.c
  345. F: drivers/pinctrl/pinctrl_stm32.c
  346. F: drivers/power/pmic/stpmic1.c
  347. F: drivers/power/regulator/stm32-vrefbuf.c
  348. F: drivers/power/regulator/stpmic1.c
  349. F: drivers/ram/stm32mp1/
  350. F: drivers/remoteproc/stm32_copro.c
  351. F: drivers/reset/stm32-reset.c
  352. F: drivers/rtc/stm32_rtc.c
  353. F: drivers/serial/serial_stm32.*
  354. F: drivers/spi/stm32_qspi.c
  355. F: drivers/spi/stm32_spi.c
  356. F: drivers/video/stm32/stm32_ltdc.c
  357. F: drivers/watchdog/stm32mp_wdt.c
  358. F: include/dt-bindings/clock/stm32fx-clock.h
  359. F: include/dt-bindings/clock/stm32mp1-clks.h
  360. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  361. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  362. F: include/dt-bindings/reset/stm32mp1-resets.h
  363. F: include/stm32_rcc.h
  364. F: tools/stm32image.c
  365. ARM STM STV0991
  366. M: Vikas Manocha <vikas.manocha@st.com>
  367. S: Maintained
  368. F: arch/arm/cpu/armv7/stv0991/
  369. F: arch/arm/include/asm/arch-stv0991/
  370. ARM SUNXI
  371. M: Jagan Teki <jagan@amarulasolutions.com>
  372. M: Maxime Ripard <mripard@kernel.org>
  373. S: Maintained
  374. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  375. F: arch/arm/cpu/armv7/sunxi/
  376. F: arch/arm/include/asm/arch-sunxi/
  377. F: arch/arm/mach-sunxi/
  378. F: board/sunxi/
  379. ARM TEGRA
  380. M: Tom Warren <twarren@nvidia.com>
  381. S: Maintained
  382. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  383. F: arch/arm/mach-tegra/
  384. F: arch/arm/include/asm/arch-tegra*/
  385. ARM TI
  386. M: Lokesh Vutla <lokeshvutla@ti.com>
  387. S: Maintained
  388. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  389. F: arch/arm/mach-davinci/
  390. F: arch/arm/mach-k3/
  391. F: arch/arm/mach-keystone/
  392. F: arch/arm/mach-omap2/
  393. F: arch/arm/include/asm/arch-omap*/
  394. F: arch/arm/include/asm/ti-common/
  395. F: board/ti/
  396. F: drivers/dma/ti*
  397. F: drivers/firmware/ti_sci.*
  398. F: drivers/gpio/omap_gpio.c
  399. F: drivers/memory/ti-aemif.c
  400. F: drivers/misc/k3_avs.c
  401. F: drivers/mailbox/k3-sec-procy.c
  402. F: drivers/pci/pcie_dw_ti.c
  403. F: drivers/phy/keystone-usb-phy.c
  404. F: drivers/phy/omap-usb2-phy.c
  405. F: drivers/phy/phy-ti-am654.c
  406. F: drivers/phy/ti-pipe3-phy.c
  407. F: drivers/ram/k3*
  408. F: drivers/remoteproc/k3_system_controller.c
  409. F: drivers/remoteproc/ti*
  410. F: drivers/reset/reset-ti-sci.c
  411. F: drivers/rtc/davinci.c
  412. F: drivers/serial/serial_omap.c
  413. F: drivers/soc/ti/
  414. F: drivers/sysreset/sysreset-ti-sci.c
  415. F: drivers/thermal/ti-bandgap.c
  416. F: drivers/timer/omap-timer.c
  417. F: drivers/watchdog/omap_wdt.c
  418. F: include/linux/soc/ti/
  419. ARM U8500
  420. M: Stephan Gerhold <stephan@gerhold.net>
  421. R: Linus Walleij <linus.walleij@linaro.org>
  422. S: Maintained
  423. F: arch/arm/dts/ste-*
  424. F: arch/arm/mach-u8500/
  425. F: drivers/timer/nomadik-mtu-timer.c
  426. ARM UNIPHIER
  427. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  428. S: Maintained
  429. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
  430. F: arch/arm/mach-uniphier/
  431. F: configs/uniphier_*_defconfig
  432. N: uniphier
  433. ARM VERSAL
  434. M: Michal Simek <michal.simek@xilinx.com>
  435. S: Maintained
  436. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  437. F: arch/arm/mach-versal/
  438. F: drivers/watchdog/xilinx_wwdt.c
  439. N: (?<!uni)versal
  440. ARM VERSATILE EXPRESS DRIVERS
  441. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  442. S: Maintained
  443. T: git git://github.com/ARM-software/u-boot.git
  444. F: drivers/misc/vexpress_config.c
  445. N: vexpress
  446. ARM ZYNQ
  447. M: Michal Simek <monstr@monstr.eu>
  448. S: Maintained
  449. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  450. F: arch/arm/mach-zynq/
  451. F: drivers/clk/clk_zynq.c
  452. F: drivers/fpga/zynqpl.c
  453. F: drivers/gpio/zynq_gpio.c
  454. F: drivers/i2c/i2c-cdns.c
  455. F: drivers/i2c/muxes/pca954x.c
  456. F: drivers/i2c/zynq_i2c.c
  457. F: drivers/mmc/zynq_sdhci.c
  458. F: drivers/mtd/nand/raw/zynq_nand.c
  459. F: drivers/net/phy/xilinx_phy.c
  460. F: drivers/net/zynq_gem.c
  461. F: drivers/serial/serial_zynq.c
  462. F: drivers/spi/zynq_qspi.c
  463. F: drivers/spi/zynq_spi.c
  464. F: drivers/usb/host/ehci-zynq.c
  465. F: drivers/watchdog/cdns_wdt.c
  466. F: include/zynqpl.h
  467. F: tools/zynqimage.c
  468. N: zynq
  469. ARM ZYNQMP
  470. M: Michal Simek <michal.simek@xilinx.com>
  471. S: Maintained
  472. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  473. F: arch/arm/mach-zynqmp/
  474. F: drivers/clk/clk_zynqmp.c
  475. F: driver/firmware/firmware-zynqmp.c
  476. F: drivers/fpga/zynqpl.c
  477. F: drivers/gpio/zynq_gpio.c
  478. F: drivers/i2c/i2c-cdns.c
  479. F: drivers/i2c/muxes/pca954x.c
  480. F: drivers/i2c/zynq_i2c.c
  481. F: drivers/mailbox/zynqmp-ipi.c
  482. F: drivers/mmc/zynq_sdhci.c
  483. F: drivers/mtd/nand/raw/zynq_nand.c
  484. F: drivers/net/phy/xilinx_phy.c
  485. F: drivers/net/zynq_gem.c
  486. F: drivers/serial/serial_zynq.c
  487. F: drivers/spi/zynq_qspi.c
  488. F: drivers/spi/zynq_spi.c
  489. F: drivers/timer/cadence-ttc.c
  490. F: drivers/usb/host/ehci-zynq.c
  491. F: drivers/watchdog/cdns_wdt.c
  492. F: include/zynqmppl.h
  493. F: include/zynqmp_firmware.h
  494. F: tools/zynqmp*
  495. N: ultra96
  496. N: zynqmp
  497. ARM ZYNQMP R5
  498. M: Michal Simek <michal.simek@xilinx.com>
  499. S: Maintained
  500. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  501. F: arch/arm/mach-zynqmp-r5/
  502. ARM PHYTIUM
  503. M: liuhao <liuhao@phytium.com.cn>
  504. M: shuyiqi <shuyiqi@phytium.com.cn>
  505. S: Maintained
  506. F: drivers/pci/pcie_phytium.c
  507. F: arch/arm/dts/phytium-durian.dts
  508. BINMAN
  509. M: Simon Glass <sjg@chromium.org>
  510. S: Maintained
  511. F: tools/binman/
  512. BTRFS
  513. M: Marek Behun <marek.behun@nic.cz>
  514. S: Maintained
  515. F: cmd/btrfs.c
  516. F: fs/btrfs/
  517. F: include/btrfs.h
  518. BUILDMAN
  519. M: Simon Glass <sjg@chromium.org>
  520. S: Maintained
  521. F: tools/buildman/
  522. CFI FLASH
  523. M: Stefan Roese <sr@denx.de>
  524. S: Maintained
  525. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  526. F: drivers/mtd/cfi_flash.c
  527. F: drivers/mtd/jedec_flash.c
  528. CLOCK
  529. M: Lukasz Majewski <lukma@denx.de>
  530. S: Maintained
  531. T: git git://git.denx.de/u-boot-dfu.git
  532. F: drivers/clk/
  533. F: drivers/clk/imx/
  534. COLDFIRE
  535. M: Huan Wang <alison.wang@nxp.com>
  536. M: Angelo Dureghello <angelo@sysam.it>
  537. S: Maintained
  538. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  539. F: arch/m68k/
  540. DFU
  541. M: Lukasz Majewski <lukma@denx.de>
  542. S: Maintained
  543. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  544. F: cmd/dfu.c
  545. F: cmd/usb_*.c
  546. F: common/dfu.c
  547. F: common/update.c
  548. F: common/usb_storage.c
  549. F: drivers/dfu/
  550. F: drivers/usb/gadget/
  551. DRIVER MODEL
  552. M: Simon Glass <sjg@chromium.org>
  553. S: Maintained
  554. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  555. F: drivers/core/
  556. F: include/dm/
  557. F: test/dm/
  558. EFI PAYLOAD
  559. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  560. R: Alexander Graf <agraf@csgraf.de>
  561. S: Maintained
  562. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  563. F: doc/api/efi.rst
  564. F: doc/uefi/*
  565. F: include/capitalization.h
  566. F: include/charset.h
  567. F: include/cp1250.h
  568. F: include/cp437.h
  569. F: include/efi*
  570. F: include/pe.h
  571. F: include/asm-generic/pe.h
  572. F: lib/charset.c
  573. F: lib/efi*/
  574. F: test/py/tests/test_efi*
  575. F: test/unicode_ut.c
  576. F: cmd/bootefi.c
  577. F: cmd/efidebug.c
  578. F: cmd/nvedit_efi.c
  579. F: tools/file2include.c
  580. ENVIRONMENT
  581. M: Joe Hershberger <joe.hershberger@ni.com>
  582. R: Wolfgang Denk <wd@denx.de>
  583. S: Maintained
  584. F: env/
  585. F: include/env*
  586. F: test/env/
  587. F: tools/env*
  588. F: tools/mkenvimage.c
  589. FPGA
  590. M: Michal Simek <michal.simek@xilinx.com>
  591. S: Maintained
  592. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  593. F: drivers/fpga/
  594. F: cmd/fpga.c
  595. F: include/fpga.h
  596. FLATTENED DEVICE TREE
  597. M: Simon Glass <sjg@chromium.org>
  598. S: Maintained
  599. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  600. F: lib/fdtdec*
  601. F: lib/libfdt/
  602. F: include/fdt*
  603. F: include/linux/libfdt*
  604. F: cmd/fdt.c
  605. F: common/fdt_support.c
  606. FREEBSD
  607. M: Rafal Jaworowski <raj@semihalf.com>
  608. S: Maintained
  609. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  610. FREESCALE QORIQ
  611. M: Priyanka Jain <priyanka.jain@nxp.com>
  612. S: Maintained
  613. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  614. F: drivers/watchdog/sp805_wdt.c
  615. I2C
  616. M: Heiko Schocher <hs@denx.de>
  617. S: Maintained
  618. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  619. F: drivers/i2c/
  620. LOGGING
  621. M: Simon Glass <sjg@chromium.org>
  622. S: Maintained
  623. T: git https://gitlab.denx.de/u-boot/u-boot.git
  624. F: common/log*
  625. F: cmd/log.c
  626. F: test/log/
  627. F: test/py/tests/test_log.py
  628. MALI DISPLAY PROCESSORS
  629. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  630. S: Supported
  631. T: git git://github.com/ARM-software/u-boot.git
  632. F: drivers/video/mali_dp.c
  633. F: drivers/i2c/i2c-versatile.c
  634. MICROBLAZE
  635. M: Michal Simek <monstr@monstr.eu>
  636. S: Maintained
  637. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  638. F: arch/microblaze/
  639. F: cmd/mfsl.c
  640. F: drivers/gpio/xilinx_gpio.c
  641. F: drivers/net/xilinx_axi_emac.c
  642. F: drivers/net/xilinx_emaclite.c
  643. F: drivers/serial/serial_xuartlite.c
  644. F: drivers/spi/xilinx_spi.c
  645. F: drivers/sysreset/sysreset_gpio.c
  646. F: drivers/watchdog/xilinx_tb_wdt.c
  647. N: xilinx
  648. MIPS
  649. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  650. S: Maintained
  651. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  652. F: arch/mips/
  653. MIPS CORTINA ACCESS CAxxxx
  654. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  655. S: Supported
  656. F: board/cortina/common/
  657. F: drivers/gpio/cortina_gpio.c
  658. F: drivers/watchdog/cortina_wdt.c
  659. F: drivers/serial/serial_cortina.c
  660. F: drivers/mmc/ca_dw_mmc.c
  661. MIPS MSCC
  662. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  663. M: Lars Povlsen <lars.povlsen@microchip.com>
  664. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  665. S: Maintained
  666. F: arch/mips/mach-mscc/
  667. F: arch/mips/dts/luton*
  668. F: arch/mips/dts/mscc*
  669. F: arch/mips/dts/ocelot*
  670. F: arch/mips/dts/jr2*
  671. F: arch/mips/dts/serval*
  672. F: board/mscc/
  673. F: configs/mscc*
  674. F: drivers/gpio/mscc_sgpio.c
  675. F: drivers/spi/mscc_bb_spi.c
  676. F: include/configs/vcoreiii.h
  677. F: include/dt-bindings/mscc/
  678. F: drivers/pinctrl/mscc/
  679. F: drivers/net/mscc_eswitch/
  680. MIPS JZ4780
  681. M: Ezequiel Garcia <ezequiel@collabora.com>
  682. S: Maintained
  683. F: arch/mips/mach-jz47xx/
  684. MMC
  685. M: Peng Fan <peng.fan@nxp.com>
  686. S: Maintained
  687. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  688. F: drivers/mmc/
  689. NAND FLASH
  690. #M: Scott Wood <oss@buserror.net>
  691. S: Orphaned (Since 2018-07)
  692. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  693. F: drivers/mtd/nand/raw/
  694. NDS32
  695. M: Rick Chen <rick@andestech.com>
  696. S: Maintained
  697. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  698. F: arch/nds32/
  699. NETWORK
  700. M: Joe Hershberger <joe.hershberger@ni.com>
  701. S: Maintained
  702. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  703. F: drivers/net/
  704. F: include/net.h
  705. F: net/
  706. NIOS
  707. M: Thomas Chou <thomas@wytron.com.tw>
  708. S: Maintained
  709. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  710. F: arch/nios2/
  711. ONENAND
  712. #M: Lukasz Majewski <l.majewski@majess.pl>
  713. S: Orphaned (Since 2017-01)
  714. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  715. F: drivers/mtd/onenand/
  716. PATMAN
  717. M: Simon Glass <sjg@chromium.org>
  718. S: Maintained
  719. F: tools/patman/
  720. PCI Endpoint
  721. M: Ramon Fried <rfried.dev@gmail.com>
  722. S: Maintained
  723. F: drivers/pci_endpoint/
  724. F: include/pci_ep.h
  725. PCI MPC85xx
  726. M: Heiko Schocher <hs@denx.de>
  727. S: Maintained
  728. F: drivers/pci/pci_mpc85xx.c
  729. POWER
  730. M: Jaehoon Chung <jh80.chung@samsung.com>
  731. S: Maintained
  732. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  733. F: drivers/power/
  734. POWERPC
  735. M: Wolfgang Denk <wd@denx.de>
  736. S: Maintained
  737. F: arch/powerpc/
  738. POWERPC MPC8XX
  739. M: Christophe Leroy <christophe.leroy@c-s.fr>
  740. S: Maintained
  741. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  742. F: arch/powerpc/cpu/mpc8xx/
  743. POWERPC MPC83XX
  744. M: Mario Six <mario.six@gdsys.cc>
  745. S: Maintained
  746. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  747. F: drivers/ram/mpc83xx_sdram.c
  748. F: include/dt-bindings/memory/mpc83xx-sdram.h
  749. F: drivers/sysreset/sysreset_mpc83xx.c
  750. F: drivers/sysreset/sysreset_mpc83xx.h
  751. F: drivers/clk/mpc83xx_clk.c
  752. F: drivers/clk/mpc83xx_clk.h
  753. F: include/dt-bindings/clk/mpc83xx-clk.h
  754. F: drivers/timer/mpc83xx_timer.c
  755. F: drivers/cpu/mpc83xx_cpu.c
  756. F: drivers/cpu/mpc83xx_cpu.h
  757. F: drivers/misc/mpc83xx_serdes.c
  758. F: arch/powerpc/cpu/mpc83xx/
  759. F: arch/powerpc/include/asm/arch-mpc83xx/
  760. POWERPC MPC85XX
  761. M: Priyanka Jain <priyanka.jain@nxp.com>
  762. S: Maintained
  763. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  764. F: arch/powerpc/cpu/mpc85xx/
  765. POWERPC MPC86XX
  766. M: Priyanka Jain <priyanka.jain@nxp.com>
  767. S: Maintained
  768. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  769. F: arch/powerpc/cpu/mpc86xx/
  770. RISC-V
  771. M: Rick Chen <rick@andestech.com>
  772. S: Maintained
  773. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  774. F: arch/riscv/
  775. F: cmd/riscv/
  776. F: tools/prelink-riscv.c
  777. RNG
  778. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  779. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  780. S: Maintained
  781. F: cmd/rng.c
  782. F: drivers/rng/
  783. F: drivers/virtio/virtio_rng.c
  784. F: include/rng.h
  785. ROCKUSB
  786. M: Eddie Cai <eddie.cai.linux@gmail.com>
  787. S: Maintained
  788. F: drivers/usb/gadget/f_rockusb.c
  789. F: cmd/rockusb.c
  790. F: doc/README.rockusb
  791. SANDBOX
  792. M: Simon Glass <sjg@chromium.org>
  793. S: Maintained
  794. F: arch/sandbox/
  795. SH
  796. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  797. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  798. S: Maintained
  799. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  800. F: arch/sh/
  801. SPI
  802. M: Jagan Teki <jagan@amarulasolutions.com>
  803. S: Maintained
  804. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  805. F: drivers/spi/
  806. F: include/spi*
  807. SPI-NOR
  808. M: Jagan Teki <jagan@amarulasolutions.com>
  809. M: Vignesh R <vigneshr@ti.com>
  810. S: Maintained
  811. F: drivers/mtd/spi/
  812. F: include/spi_flash.h
  813. F: include/linux/mtd/cfi.h
  814. F: include/linux/mtd/spi-nor.h
  815. SPMI
  816. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  817. S: Maintained
  818. F: drivers/spmi/
  819. F: include/spmi/
  820. TDA19988 HDMI ENCODER
  821. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  822. S: Maintained
  823. F: drivers/video/tda19988.c
  824. TI SYSTEM SECURITY
  825. M: Andrew F. Davis <afd@ti.com>
  826. S: Supported
  827. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  828. F: arch/arm/mach-omap2/sec-common.c
  829. F: arch/arm/mach-omap2/config_secure.mk
  830. F: arch/arm/mach-k3/security.c
  831. F: arch/arm/mach-k3/config_secure.mk
  832. F: configs/am335x_hs_evm_defconfig
  833. F: configs/am335x_hs_evm_uart_defconfig
  834. F: configs/am43xx_hs_evm_defconfig
  835. F: configs/am57xx_hs_evm_defconfig
  836. F: configs/am57xx_hs_evm_usb_defconfig
  837. F: configs/dra7xx_hs_evm_defconfig
  838. F: configs/dra7xx_hs_evm_usb_defconfig
  839. F: configs/k2hk_hs_evm_defconfig
  840. F: configs/k2e_hs_evm_defconfig
  841. F: configs/k2g_hs_evm_defconfig
  842. F: configs/k2l_hs_evm_defconfig
  843. F: configs/am65x_hs_evm_r5_defconfig
  844. F: configs/am65x_hs_evm_a53_defconfig
  845. F: configs/j721e_hs_evm_r5_defconfig
  846. F: configs/j721e_hs_evm_a72_defconfig
  847. TQ GROUP
  848. #M: Martin Krause <martin.krause@tq-systems.de>
  849. S: Orphaned (Since 2016-02)
  850. T: git git://git.denx.de/u-boot-tq-group.git
  851. TEE
  852. M: Jens Wiklander <jens.wiklander@linaro.org>
  853. S: Maintained
  854. F: drivers/tee/
  855. F: include/tee.h
  856. F: include/tee/
  857. TEE-lib
  858. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  859. S: Maintained
  860. F: lib/optee
  861. UBI
  862. M: Kyungmin Park <kmpark@infradead.org>
  863. M: Heiko Schocher <hs@denx.de>
  864. S: Maintained
  865. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  866. F: drivers/mtd/ubi/
  867. UFS
  868. M: Faiz Abbas <faiz_abbas@ti.com>
  869. S: Maintained
  870. F: drivers/ufs/
  871. USB
  872. M: Marek Vasut <marex@denx.de>
  873. S: Maintained
  874. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  875. F: drivers/usb/
  876. F: common/usb.c
  877. F: common/usb_kbd.c
  878. F: include/usb.h
  879. USB xHCI
  880. M: Bin Meng <bmeng.cn@gmail.com>
  881. S: Maintained
  882. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  883. F: drivers/usb/host/xhci*
  884. F: include/usb/xhci.h
  885. VIDEO
  886. M: Anatolij Gustschin <agust@denx.de>
  887. S: Maintained
  888. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  889. F: drivers/video/
  890. F: common/lcd*.c
  891. F: include/lcd*.h
  892. F: include/video*.h
  893. X86
  894. M: Simon Glass <sjg@chromium.org>
  895. M: Bin Meng <bmeng.cn@gmail.com>
  896. S: Maintained
  897. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  898. F: arch/x86/
  899. F: cmd/x86/
  900. XTENSA
  901. M: Max Filippov <jcmvbkbc@gmail.com>
  902. S: Maintained
  903. F: arch/xtensa/
  904. THE REST
  905. M: Tom Rini <trini@konsulko.com>
  906. L: u-boot@lists.denx.de
  907. Q: http://patchwork.ozlabs.org/project/uboot/list/
  908. S: Maintained
  909. T: git https://gitlab.denx.de/u-boot/u-boot.git
  910. F: configs/tools-only_defconfig
  911. F: *
  912. F: */