public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option
Date: Sun, 28 Jun 2015 18:23:13 +0200	[thread overview]
Message-ID: <55901F71.9030402@web.de> (raw)
In-Reply-To: <CALeDE9MEM9r_x+DYnnVdnomp9Zqom5Bou1ZuoL59mCjLh8Uq+A@mail.gmail.com>



On 28.06.2015 18:09, Peter Robinson wrote:
> On Sun, Jun 28, 2015 at 4:27 PM, Soeren Moch <smoch@web.de> wrote:
>>> Update boards that already include it, add DM options for those
>>> that don't yet.
>>>
>>> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
>>> ---
>>>  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 <sbabic@denx.de>
>>>
>>> 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 <this patch> in u-boot-imx prints
following board maintainers:

Heiko Schocher <hs@denx.de> (maintainer:ARISTAINETOS BOARD)
Nikita Kiryanov <nikita@compulab.co.il> (maintainer:CM_FX6 BOARD)
Tim Harvey <tharvey@gateworks.com> (maintainer:GW_VENTANA BOARD)
Jason Liu <r64343@freescale.com> (maintainer:MX6QARM2 BOARD)
Ye Li <b37916@freescale.com> (maintainer:MX6QARM2 BOARD)
Fabio Estevam <fabio.estevam@freescale.com> (maintainer:MX6QSABREAUTO BOARD)
Eric Nelson <eric.nelson@boundarydevices.com> (maintainer:NITROGEN6X BOARD)
Marek Vasut <marex@denx.de> (maintainer:NOVENA BOARD)
Christian Gmeiner <christian.gmeiner@gmail.com> (maintainer:BACHMANN
ELECTRON...)
Stefan Roese <sr@denx.de> (maintainer:PLATINUM BOARD)
Boris Brezillon <boris.brezillon@free-electrons.com> (maintainer:MX6QUQ7
BOARD)
Soeren Moch <smoch@web.de> (maintainer:TBS2910 BOARD)
Markus Niebel <Markus.Niebel@tq-group.com> (maintainer:TQ SYSTEMS TQMA6...)
Otavio Salvador <otavio@ossystems.com.br> (maintainer:WaRP BOARD)
"Eric B?nard" <eric@eukrea.com> (maintainer:MX6BOARDS BOARD)

Regards,
Soeren

  reply	other threads:[~2015-06-28 16:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-24 16:09 [U-Boot] Minor i.MX6 updates Peter Robinson
2015-06-24 16:09 ` [U-Boot] [PATCH 1/7] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common Peter Robinson
2015-06-27 17:16   ` Stefano Babic
2015-06-24 16:09 ` [U-Boot] [PATCH 2/7] mx6cuboxi: drop options that are duplicated in mx6_common Peter Robinson
2015-06-27 17:17   ` Stefano Babic
2015-06-24 16:09 ` [U-Boot] [PATCH 3/7] imx6: standardise OCOTP and fuse config to mx6_common Peter Robinson
2015-06-27 17:39   ` Stefano Babic
2015-06-24 16:09 ` [U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option Peter Robinson
2015-06-27 17:39   ` Stefano Babic
2015-06-28 15:27     ` Soeren Moch
2015-06-28 16:00       ` Stefano Babic
2015-06-28 16:09       ` Peter Robinson
2015-06-28 16:23         ` Soeren Moch [this message]
2015-06-28 16:32           ` Stefano Babic
2015-07-13 23:48             ` Peter Robinson
2015-06-24 16:11 ` [U-Boot] Minor i.MX6 updates Peter Robinson
2015-06-27 17:15   ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55901F71.9030402@web.de \
    --to=smoch@web.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox