1. 20 4月, 2015 1 次提交
  2. 17 4月, 2015 3 次提交
  3. 13 4月, 2015 1 次提交
  4. 11 4月, 2015 4 次提交
  5. 10 4月, 2015 2 次提交
  6. 09 4月, 2015 4 次提交
  7. 08 4月, 2015 2 次提交
  8. 07 4月, 2015 6 次提交
  9. 04 4月, 2015 1 次提交
  10. 03 4月, 2015 14 次提交
  11. 02 4月, 2015 2 次提交
    • P
      ARM: 8335/1: Documentation: DT bindings: Tegra AHB: document the legacy base address · 38e42f12
      Paul Walmsley 提交于
      Documentation: DT bindings: Tegra AHB: require the legacy base address for existing chips
      
      Per Stephen Warren, note in the Tegra AHB DT binding documentation
      that we specifically deprecate any attempt to use the IP block's
      actual hardware base address, and advocate the use of the legacy
      "off-by-four" address in the 'regs' property, for Tegra chips with
      existing upstream Linux DT files that include a Tegra AHB node.  This
      patch updates the documentation accordingly.
      
      Changing the existing kernel DT data isn't under consideration because
      Linux kernel DT data policy is to preserve compatibility between newer
      DT data files and older kernels.  However, this additional step of
      changing the documentation should discourage others from sending
      kernel patches to try to change the legacy kernel DT data.
      Furthermore, for out-of-tree software (such as bootloaders or other
      operating systems) that may rely on Linux kernel DT binding
      documentation as an ABI (but not the Linux kernel DT data itself),
      such a change may allow future convergence with the Linux kernel DT
      data without additional code changes.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Paul Walmsley <pwalmsley@nvidia.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Alexandre Courbot <gnurou@gmail.com>
      Cc: Eduardo Valentin <edubezval@gmail.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: devicetree@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Acked-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      38e42f12
    • H
      mmc: Add support for marking hpi as broken through devicetree · 81f8a7be
      Hans de Goede 提交于
      The eMMC on a tablet I've will stop working / communicating as soon as
      the kernel executes:
      
      		mmc_switch(card, EXT_CSD_CMD_SET_NORMAL,
       				EXT_CSD_HPI_MGMT, 1,
       				card->ext_csd.generic_cmd6_time);
      
      There seems to be no way to reliable identify eMMC-s which have a broken
      hpi implementation, but at least for eMMC's which are soldered onto a board
      we can work around this by specifying that hpi is broken in devicetree.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      81f8a7be