1. 23 Jul, 2012 1 commit
    • Andrew Lunn's avatar
      I2C: MV64XYZ: Add Device Tree support · b61d1575
      Andrew Lunn authored
      Extends the driver to get properties from device tree. Rather than
      pass the N & M factors in DT, use the more standard clock-frequency
      property. Calculate N & M at run time. In order to do this, we need to
      know tclk. So the driver uses clk_get() etc in order to get the clock
      and clk_get_rate() to determine the tclk rate. Not all platforms
      however have CLK, so some #ifdefery is needed to ensure the driver
      still compiles when CLK is not available.
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      
      [wsa: converted some ints to u32 to match signedness]
      Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
      b61d1575
  2. 16 Jul, 2012 1 commit
  3. 14 Jul, 2012 5 commits
  4. 13 Jul, 2012 11 commits
  5. 12 Jul, 2012 16 commits
  6. 10 Jul, 2012 1 commit
  7. 09 Jul, 2012 5 commits