1. 20 4月, 2015 2 次提交
  2. 18 4月, 2015 4 次提交
  3. 17 4月, 2015 2 次提交
    • K
      ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c · 4564faea
      Kishon Vijay Abraham I 提交于
      Commit d3cfcb3e (ARM: DRA7: Enable clocks for USB OTGSS and USB PHY)
      changed the member names of prcm_regs from cm_l3init_usb_otg_ss_clkctrl
      to cm_l3init_usb_otg_ss1_clkctrl and from cm_coreaon_usb_phy_core_clkctrl
      to cm_coreaon_usb_phy1_core_clkctrl in order to differentiate between
      the two dwc3 controllers present in dra7xx/am43xx and enabled these
      clocks in enable_basic_clocks() in hw_data.c. However these clocks
      continued to be enabled in board files/driver files for dwc3 host
      mode functionality causing compilation break with few configs.
      
      Fixed it here by making all the clocks enabled in enable_basic_clocks()
      and removing it from board files/driver files here.
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      4564faea
    • T
      Merge branch 'master' of http://git.denx.de/u-boot-sunxi · 20913018
      Tom Rini 提交于
      20913018
  4. 15 4月, 2015 30 次提交
  5. 14 4月, 2015 2 次提交