1. 02 4月, 2015 2 次提交
  2. 01 4月, 2015 1 次提交
  3. 24 10月, 2014 1 次提交
    • R
      MIPS: SEAD3: Nuke PIC32 I2C driver. · cc08d25a
      Ralf Baechle 提交于
      A platform driver for which nothing ever registers the corresponding
      platform device.
      
      Also it was driving the same hardware as sead3-i2c-drv.c so redundant
      anyway and couldn't co-exist with that driver because each of them was
      using a private spinlock to protect access to the same hardware
      resources.
      
      This also fixes a randconfig problem:
      
      arch/mips/mti-sead3/sead3-pic32-i2c-drv.c: In function 'i2c_platform_probe':
      arch/mips/mti-sead3/sead3-pic32-i2c-drv.c:345:2: error: implicit declaration of
      function 'i2c_add_numbered_adapter' [-Werror=implicit-function-declaration]
        ret = i2c_add_numbered_adapter(&priv->adap);
          ^
      arch/mips/mti-sead3/sead3-pic32-i2c-drv.c: In function
      'i2c_platform_remove':
      arch/mips/mti-sead3/sead3-pic32-i2c-drv.c:361:2: error: implicit declaration
      of function 'i2c_del_adapter' [-Werror=implicit-function-declaration]
      i2c_del_adapter(&priv->adap);
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      cc08d25a
  4. 22 9月, 2014 1 次提交
    • A
      MIPS: sead3: Move device-trees to arch/mips/boot/dts/ · f262b5f2
      Andrew Bresticker 提交于
      Move the SEAD-3 device-tree to arch/mips/boot/dts/ and update the
      Makefiles accordingly.  Since SEAD-3 requires the device-tree to be
      built into the kernel, select BUILTIN_DTB when building for SEAD-3.
      Signed-off-by: NAndrew Bresticker <abrestic@chromium.org>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Cc: James Hogan <james.hogan@imgtec.com>
      Cc: Paul Burton <paul.burton@imgtec.com>
      Cc: David Daney <david.daney@cavium.com>
      Cc: John Crispin <blogic@openwrt.org>
      Cc: Jayachandran C <jchandra@broadcom.com>
      Cc: Qais Yousef <qais.yousef@imgtec.com>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Cc: devicetree@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/7555/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      f262b5f2
  5. 23 1月, 2014 1 次提交
  6. 08 5月, 2013 1 次提交
  7. 01 2月, 2013 1 次提交
  8. 14 9月, 2012 1 次提交