1. 09 6月, 2008 4 次提交
  2. 07 6月, 2008 1 次提交
  3. 03 6月, 2008 5 次提交
  4. 29 5月, 2008 2 次提交
    • J
      [POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds · 0723abd0
      Josh Boyer 提交于
      With the recent DCR code rework, we get a compiler warning about
      find_dcr_parent being defined but not used.  This fixes it by only defining
      the function if CONFIG_PPC_DCR_MMIO is set.
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      0723abd0
    • S
      [POWERPC] Refactor DCR code · b786af11
      Stephen Neuendorffer 提交于
      Previously, DCR support was configured at compile time to either use
      MMIO or native dcr instructions.  Although this works for most
      platforms, it fails on FPGA platforms:
      
      1) Systems may include more than one DCR bus.
      2) Systems may be native DCR capable and still use memory mapped DCR interface.
      
      This patch provides runtime support based on the device trees for the
      case where CONFIG_PPC_DCR_MMIO and CONFIG_PPC_DCR_NATIVE are both
      selected.  Previously, this was a poorly defined configuration, which
      happened to provide NATIVE support.  The runtime selection is made
      based on the dcr-controller having a 'dcr-access-method' attribute
      in the device tree.  If only one of the above options is selected,
      then the code uses #defines to select only the used code in order to
      avoid introducing overhead in existing usage.
      Signed-off-by: NStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      b786af11
  5. 23 5月, 2008 2 次提交
  6. 16 5月, 2008 1 次提交
  7. 14 5月, 2008 4 次提交
  8. 07 5月, 2008 1 次提交
  9. 02 5月, 2008 3 次提交
    • K
      [POWERPC] Xilinx: Fix compile warnings · b17b8181
      Kumar Gala 提交于
      arch/powerpc/sysdev/xilinx_intc.c: In function 'xilinx_intc_init':
      arch/powerpc/sysdev/xilinx_intc.c:111: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'resource_size_t'
      drivers/char/xilinx_hwicap/xilinx_hwicap.c: In function 'hwicap_setup':
      drivers/char/xilinx_hwicap/xilinx_hwicap.c:626: warning: cast to pointer from integer of different size
      drivers/char/xilinx_hwicap/xilinx_hwicap.c:646: warning: format '%x' expects type 'unsigned int', but argument 6 has type 'resource_size_t'
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b17b8181
    • B
      [POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c · 128cf7f2
      Becky Bruce 提交于
      When resource_size_t is larger than an int, the current code
      generates a build warning.  Kill it.
      Signed-off-by: NBecky Bruce <becky.bruce@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      128cf7f2
    • R
      [RAPIDIO] fix current kernel-doc notation · 9941d945
      Randy Dunlap 提交于
      Fix current (-git16) missing docbook/kernel-doc notation in RapidIO files.
      
      Warning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter 'sys_size'
      Warning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter 'phy_type'
      
      Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:188): No description found for parameter 'mport'
      Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:224): No description found for parameter 'mport'
      Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:245): No description found for parameter 'mport'
      Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:270): No description found for parameter 'mport'
      Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:311): No description found for parameter 'mport'
      Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:996): No description found for parameter 'dev'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      9941d945
  10. 30 4月, 2008 1 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
  11. 29 4月, 2008 8 次提交
  12. 28 4月, 2008 2 次提交
  13. 24 4月, 2008 3 次提交
  14. 17 4月, 2008 3 次提交