1. 21 9月, 2012 3 次提交
  2. 20 9月, 2012 1 次提交
  3. 19 9月, 2012 3 次提交
    • I
      mpc8xxx_spi: fix SPI support on MPC8308RDB · f138ca13
      Ira W. Snyder 提交于
      The MPC8308RDB Reference Manual states that no bits in the SPMODE
      register are allowed to change while the enable (EN) bit is set.
      
      This driver changes the character length bits (LEN) while the enable
      (EN) bit is set. Clearing the EN bit while changing the LEN bits makes
      the driver work correctly on MPC8308RDB.
      Signed-off-by: NIra W. Snyder <iws@ovro.caltech.edu>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      f138ca13
    • M
      dm: sparc: net: Fixup greth compile warnings · fa2afe02
      Marek Vasut 提交于
      greth.c: In function ‘greth_recv’:
      greth.c:507:3: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat]
      greth.c:507:3: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat]
      greth.c:541:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      greth.c: In function ‘greth_initialize’:
      greth.c:623:2: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
      greth.c:655:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
      greth.c:684:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Joe Hershberger <joe.hershberger@gmail.com>
      Cc: Daniel Hellstrom <daniel@gaisler.com>
      Cc: u-boot-dm@lists.denx.de
      fa2afe02
    • T
      mxc nand: Fix warning on !MXC_NFC_V2_1 · efa1f43b
      Tom Rini 提交于
      In board_nand_init() we only need the 'tmp' variable if MXC_NFC_V2_1 is
      defined.
      Signed-off-by: NTom Rini <trini@ti.com>
      efa1f43b
  4. 18 9月, 2012 13 次提交
  5. 11 9月, 2012 5 次提交
  6. 08 9月, 2012 3 次提交
  7. 07 9月, 2012 1 次提交
  8. 06 9月, 2012 11 次提交