1. 11 11月, 2015 1 次提交
    • J
      MIPS: Make MIPS_CMDLINE_DTB default · 2bcef9b4
      Jonas Gorski 提交于
      Seval of-enabled machines (bmips, lantiq, xlp, pistachio, ralink) copied
      the arguments from dtb to arcs_command_line to prevent the kernel from
      overwriting them.
      
      Since there is now an option to keep the dtb arguments, default to the
      new option remove the "backup" to arcs_command_line in case of USE_OF is
      enabled, except for those platforms that still take the bootloader
      arguments or do not use any at all.
      Signed-off-by: NJonas Gorski <jogo@openwrt.org>
      Cc: linux-mips@linux-mips.org
      Cc: Kevin Cernekee <cernekee@gmail.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
      Cc: James Hogan <james.hogan@imgtec.com>
      Cc: John Crispin <blogic@openwrt.org>
      Cc: Ganesan Ramalingam <ganesanr@broadcom.com>
      Cc: Jayachandran C <jchandra@broadcom.com>
      Cc: Andrew Bresticker <abrestic@chromium.org>
      Cc: James Hartley <james.hartley@imgtec.com>
      Patchwork: https://patchwork.linux-mips.org/patch/11285/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2bcef9b4
  2. 03 9月, 2015 2 次提交
  3. 10 4月, 2015 1 次提交
  4. 01 4月, 2015 10 次提交
  5. 24 11月, 2014 2 次提交
    • F
      MIPS: Netlogic: handle modular AHCI builds · 3964917c
      Florian Fainelli 提交于
      Commits a9514409 ("MIPS: Netlogic: Support for XLP3XX on-chip SATA")
      and fedfcb11 ("MIPS: Netlogic: XLP9XX on-chip SATA support") added
      ahci-init and ahci-init-xlp2 as objects to build when CONFIG_SATA_AHCI
      is enabled.
      
      If CONFIG_SATA_AHCI is made modular, these two files will also get built
      as modules (obj-m), which will result in the following linking failure:
      
      ERROR: "nlm_set_pic_extra_ack" [arch/mips/netlogic/xlp/ahci-init.ko]
      undefined!
      ERROR: "nlm_io_base" [arch/mips/netlogic/xlp/ahci-init.ko] undefined!
      ERROR: "nlm_nodes" [arch/mips/netlogic/xlp/ahci-init-xlp2.ko] undefined!
      ERROR: "nlm_set_pic_extra_ack"
      [arch/mips/netlogic/xlp/ahci-init-xlp2.ko] undefined!
      ERROR: "xlp_socdev_to_node" [arch/mips/netlogic/xlp/ahci-init-xlp2.ko]
      undefined!
      ERROR: "nlm_io_base" [arch/mips/netlogic/xlp/ahci-init-xlp2.ko]
      undefined!
      
      Just check whether CONFIG_SATA_AHCI is defined for this build, and if
      that is the case, add these objects to the list of built-in object
      files.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Cc: linux-mips@linux-mips.org
      Cc: ganesanr@broadcom.com
      Cc: jchandra@broadcom.com
      Patchwork: https://patchwork.linux-mips.org/patch/7855/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      3964917c
    • F
      MIPS: Netlogic: handle modular USB case · 717ce646
      Florian Fainelli 提交于
      Commit 1004165f ("MIPS: Netlogic: USB support for XLP") and then
      commit 9eac3591 ("MIPS: Netlogic: Add support for USB on XLP2xx")
      added usb-init and usb-init-xlp2 as objects to build when CONFIG_USB is
      enabled.
      
      If CONFIG_USB is made modular, these two files will also get built as
      modules (obj-m), which will result in the following linking failure:
      
      ERROR: "nlm_io_base" [arch/mips/netlogic/xlp/usb-init.ko] undefined!
      ERROR: "nlm_nodes" [arch/mips/netlogic/xlp/usb-init-xlp2.ko] undefined!
      ERROR: "nlm_set_pic_extra_ack" [arch/mips/netlogic/xlp/usb-init-xlp2.ko]
      undefined!
      ERROR: "xlp_socdev_to_node" [arch/mips/netlogic/xlp/usb-init-xlp2.ko]
      undefined!
      ERROR: "nlm_io_base" [arch/mips/netlogic/xlp/usb-init-xlp2.ko]
      undefined!
      
      Just check whether CONFIG_USB is defined for this build, and if that is
      the case, add these objects to the list of built-in object files.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Cc: linux-mips@linux-mips.org
      Cc: ganesanr@broadcom.com
      Cc: jchandra@broadcom.com
      Patchwork: https://patchwork.linux-mips.org/patch/7854/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      717ce646
  6. 30 5月, 2014 8 次提交
  7. 30 4月, 2014 2 次提交
  8. 25 1月, 2014 13 次提交
  9. 26 11月, 2013 1 次提交