From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Sun, 28 Jun 2015 18:23:13 +0200 Subject: [U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option In-Reply-To: References: <558EDFDE.2060202@denx.de> <55901274.5020503@web.de> Message-ID: <55901F71.9030402@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28.06.2015 18:09, Peter Robinson wrote: > On Sun, Jun 28, 2015 at 4:27 PM, Soeren Moch wrote: >>> Update boards that already include it, add DM options for those >>> that don't yet. >>> >>> Signed-off-by: Peter Robinson >>> --- >>> configs/aristainetos2_defconfig | 2 ++ >>> configs/aristainetos_defconfig | 2 ++ >>> configs/cgtqmx6qeval_defconfig | 2 ++ >>> configs/cm_fx6_defconfig | 2 ++ >>> configs/gwventana_defconfig | 2 ++ >>> configs/mx6dlarm2_defconfig | 2 ++ >>> configs/mx6dlarm2_lpddr2_defconfig | 2 ++ >>> configs/mx6dlsabreauto_defconfig | 2 ++ >>> configs/mx6dlsabresd_defconfig | 2 ++ >>> configs/mx6qarm2_defconfig | 2 ++ >>> configs/mx6qarm2_lpddr2_defconfig | 2 ++ >>> configs/mx6qsabreauto_defconfig | 2 ++ >>> configs/mx6qsabresd_defconfig | 2 ++ >>> configs/mx6sabresd_spl_defconfig | 2 ++ >>> configs/mx6sxsabresd_defconfig | 2 ++ >>> configs/mx6sxsabresd_spl_defconfig | 2 ++ >>> configs/nitrogen6dl2g_defconfig | 2 ++ >>> configs/nitrogen6dl_defconfig | 2 ++ >>> configs/nitrogen6q2g_defconfig | 2 ++ >>> configs/nitrogen6q_defconfig | 2 ++ >>> configs/nitrogen6s1g_defconfig | 2 ++ >>> configs/nitrogen6s_defconfig | 2 ++ >>> configs/novena_defconfig | 2 ++ >>> configs/ot1200_defconfig | 2 ++ >>> configs/ot1200_spl_defconfig | 2 ++ >>> configs/platinum_picon_defconfig | 2 ++ >>> configs/platinum_titanium_defconfig | 2 ++ >>> configs/secomx6quq7_defconfig | 2 ++ >>> configs/tbs2910_defconfig | 2 ++ >>> configs/tqma6q_mba6_mmc_defconfig | 2 ++ >>> configs/tqma6q_mba6_spi_defconfig | 2 ++ >>> configs/tqma6s_mba6_mmc_defconfig | 2 ++ >>> configs/tqma6s_mba6_spi_defconfig | 2 ++ >>> configs/udoo_quad_defconfig | 2 ++ >>> configs/warp_defconfig | 2 ++ >>> include/configs/embestmx6boards.h | 2 -- >>> include/configs/gw_ventana.h | 3 --- >>> include/configs/mx6_common.h | 2 ++ >>> include/configs/mx6cuboxi.h | 2 -- >>> include/configs/mx6sabre_common.h | 2 -- >>> 40 files changed, 72 insertions(+), 9 deletions(-) >>>> >>> Acked-by: Stefano Babic >>> >>> Best regards, >>> Stefano Babic >> >> Stefano, >> >> in the u-boot-imx repository there is already thermal support for >> tbs2910. We would need to revert commit >> fbd18aa610df896ccebbebb3fb88b19dddd7c413 before applying this patch. >> Can you squash the revert into this patch, please? >> >> >> Peter, >> >> can you please cc: all board maintainers when sending patches? > > I was emailing the list that getmainters.pl returns. > ./scripts/get_maintainer.pl in u-boot-imx prints following board maintainers: Heiko Schocher (maintainer:ARISTAINETOS BOARD) Nikita Kiryanov (maintainer:CM_FX6 BOARD) Tim Harvey (maintainer:GW_VENTANA BOARD) Jason Liu (maintainer:MX6QARM2 BOARD) Ye Li (maintainer:MX6QARM2 BOARD) Fabio Estevam (maintainer:MX6QSABREAUTO BOARD) Eric Nelson (maintainer:NITROGEN6X BOARD) Marek Vasut (maintainer:NOVENA BOARD) Christian Gmeiner (maintainer:BACHMANN ELECTRON...) Stefan Roese (maintainer:PLATINUM BOARD) Boris Brezillon (maintainer:MX6QUQ7 BOARD) Soeren Moch (maintainer:TBS2910 BOARD) Markus Niebel (maintainer:TQ SYSTEMS TQMA6...) Otavio Salvador (maintainer:WaRP BOARD) "Eric B?nard" (maintainer:MX6BOARDS BOARD) Regards, Soeren