1. 03 1月, 2014 12 次提交
  2. 19 12月, 2013 1 次提交
  3. 18 12月, 2013 12 次提交
  4. 17 12月, 2013 1 次提交
    • F
      imx: Explicitly pass the I2C bus number in pmic_init() · 570aa2fa
      Fabio Estevam 提交于
      The pmic_init() function has the I2C or SPI bus number that is connected to the
      PMIC.
      
      Instead of passing I2C_PMIC, explicitly pass the I2C bus number via I2C_x
      definition.
      
      The motivation for doing this is to avoid people just doing a copy and paste
      of I2C_PMIC into their board file when another I2C bus is actually used to
      interface to their PMIC.
      
      This also makes more obvious which is the I2C bus connected to the PMIC, without
      having to search in the source code for the meaning of the 'I2C_PMIC' number.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NStefano Babic <sbabic@denx.de>
      570aa2fa
  5. 28 11月, 2013 5 次提交
  6. 27 11月, 2013 6 次提交
  7. 21 11月, 2013 1 次提交
    • M
      Net: FEC: Fix huge memory leak · 79e5f27b
      Marek Vasut 提交于
      The fec_halt() never free'd both RX and TX DMA descriptors that
      were allocated in fec_init(), nor did it free the RX buffers.
      Rework the FEC driver so that these descriptors and buffers are
      allocated only once in fec_probe().
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      79e5f27b
  8. 13 11月, 2013 2 次提交