1. 17 4月, 2015 1 次提交
  2. 11 4月, 2015 2 次提交
  3. 10 4月, 2015 2 次提交
  4. 09 4月, 2015 4 次提交
  5. 08 4月, 2015 2 次提交
  6. 07 4月, 2015 5 次提交
  7. 04 4月, 2015 1 次提交
  8. 03 4月, 2015 3 次提交
  9. 02 4月, 2015 4 次提交
    • 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
    • P
      ahci: st: Update the ahci_st DT documentation · 9a8340bf
      Peter Griffin 提交于
      As part of testing ahci_st driver working on stih407 I noticed
      several things wrong in the DT documentation: -
      
      1) Compatible string doesn't match the driver code
      2) pwr-rst reset isn't documented (but exists in the driver)
      3) some whitespace issues (spaces not tabs)
      
      Also add in a stih407 family example into the doc.
      Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
      Acked-by: NLee Jones <lee.jones@linaro.org>
      Acked-by: NMaxime Coquelin <maxime.coquelin@st.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      9a8340bf
    • P
      ahci: st: Update the DT example for how to obtain the PHY. · b6305d62
      Peter Griffin 提交于
      The example is wrong in that the phys property should take a
      phandle to the phy port.
      
      Also with the changing over to generic PHY type constants we also
      update that as well.
      Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
      Acked-by: NRob Herring <robh@kernel.org>
      Acked-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      b6305d62
  10. 30 3月, 2015 4 次提交
  11. 28 3月, 2015 2 次提交
  12. 27 3月, 2015 1 次提交
  13. 26 3月, 2015 2 次提交
  14. 25 3月, 2015 3 次提交
  15. 24 3月, 2015 2 次提交
  16. 23 3月, 2015 2 次提交