1. 17 8月, 2019 2 次提交
  2. 16 8月, 2019 4 次提交
  3. 15 8月, 2019 9 次提交
  4. 14 8月, 2019 2 次提交
  5. 13 8月, 2019 22 次提交
  6. 12 8月, 2019 1 次提交
    • M
      pci: pci_mvebu: set BAR0 after memory space is set · 193a1e9f
      Marek Behún 提交于
      The non-DM version of this driver used to set BAR0 register after the
      calls to pci_set_region.
      I found out that for some strange reason the ath10k driver in kernel
      fails to work if this is done the other way around.
      I know that Linux's driver should not depend on how U-Boot does things,
      but for some strange reason it does and this seems to be the simplest
      solution. Fix it since it caused regressions on Omnia.
      Signed-off-by: NMarek Behún <marek.behun@nic.cz>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
      Cc: Mario Six <mario.six@gdsys.cc>
      Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
      Cc: Phil Sutter <phil@nwl.cc>
      Cc: VlaoMao <vlaomao@gmail.com>
      Tested-by: NChris Packham <judge.packham@gmail.com>
      Reviewed-by: NStefan Roese <sr@denx.de>
      Signed-off-by: NStefan Roese <sr@denx.de>
      193a1e9f