1. 03 1月, 2016 8 次提交
  2. 14 12月, 2015 1 次提交
  3. 07 12月, 2015 5 次提交
  4. 01 12月, 2015 3 次提交
    • M
      arm: imx6: novena: Enable extfs support in SPL · a80a999c
      Marek Vasut 提交于
      Simple patch to enable support for extfs filesystem in SPL,
      this is useful to those who want to avoid vfat like plague.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      a80a999c
    • M
      arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions · 18e02ffe
      Marek Vasut 提交于
      The following patch changed the PFUZE100 swbst register bit definitions
      and broke PMIC configuration on multiple boards, at least on the novena
      and gw_ventana. This patch fixes it.
      
      commit 8fa46350
      Author: Peng Fan <Peng.Fan@freescale.com>
      Date:   Fri Aug 7 16:43:45 2015 +0800
      
          power: regulator: add pfuze100 support
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Peng Fan <Peng.Fan@freescale.com>
      Cc: Przemyslaw Marczak <p.marczak@samsung.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      Cc: Vagrant Cascadian <vagrant@aikidev.net>
      Reviewed-by: NPrzemyslaw Marczak <p.marczak@samsung.com>
      Tested-by: NVagrant Cascadian <vagrant@aikidev.net>
      Reviewed-by: NPeng Fan <Peng.Fan@freescale.com>
      Acked-by: NTim Harvey <tharvey@gateworks.com>
      18e02ffe
    • M
      ARM: mxs: fix VDDD brownout setting · a6b1e25f
      Michael Heimpold 提交于
      At the moment, the desired brownout is at 1.0V. However,
      this setting cannot be realized by hardware since we have
      only 3 bits to represent the voltage difference from the
      target value.
      
      Target value is 1500 mV, brownout target is 1000 mV,
      voltage steps are 25 mV.
      
      Register content calculation:
        (1500 [mV] - 1000 [mV]) / 25 [mV] = 20 (decimal) = 0x14
      
        Register takes only 3 bits, that is 0x4.
      
      But 0x4 * 25 [mV] = 100 [mV], that means that actual
      brownout level is 1500 [mV] - 100 [mV] = 1.4 V.
      
      Minimum possible BO level is
        1500 [mV] - 0x7 * 25 [mV] = 1315 [mV].
      
      So lets use this value as desired BO value (which is
      also the same as FSL bootlets use).
      Signed-off-by: NMichael Heimpold <mhei@heimpold.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NMarek Vasut <marex@denx.de>
      a6b1e25f
  5. 25 11月, 2015 9 次提交
  6. 23 11月, 2015 1 次提交
  7. 21 11月, 2015 1 次提交
  8. 20 11月, 2015 12 次提交