20 Dec, 2014

1 commit

  • Having switched over all of the users of CONFIG_PM_RUNTIME to use
    CONFIG_PM directly, turn the latter into a user-selectable option
    and drop the former entirely from the tree.

    Signed-off-by: Rafael J. Wysocki
    Reviewed-by: Ulf Hansson
    Acked-by: Kevin Hilman

    Rafael J. Wysocki
     

15 Dec, 2014

1 commit

  • Pull USB updates from Greg KH:
    "Here's the big set of USB and PHY patches for 3.19-rc1.

    The normal churn in the USB gadget area is in here, as well as xhci
    and other individual USB driver updates. The PHY tree is also in
    here, as there were dependancies on the USB tree.

    All of these have been in linux-next"

    * tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (351 commits)
    arm: omap3: twl: remove usb phy init data
    usbip: fix error handling in stub_probe()
    usb: gadget: udc: missing curly braces
    USB: mos7720: delete some unneeded code
    wusb: replace memset by memzero_explicit
    usbip: remove unneeded structure
    usb: xhci: fix comment for PORT_DEV_REMOVE
    xhci: don't use the same variable for stopped and halted rings current TD
    xhci: clear extra bits from slot context when setting max exit latency
    xhci: cleanup finish_td function
    USB: adutux: NULL dereferences on disconnect
    usb: chipidea: fix platform_no_drv_owner.cocci warnings
    usb: chipidea: Fixed a few typos in comments
    Documentation: bindings: add doc for the USB2 ChipIdea USB driver
    usb: chipidea: add a usb2 driver for ci13xxx
    usb: chipidea: fix phy handling
    usb: chipidea: remove duplicate dev_set_drvdata for host_start
    usb: chipidea: parameter 'mode' isn't needed for hw_device_reset
    usb: chipidea: add controller reset API
    usb: chipidea: remove flag CI_HDRC_REQUIRE_TRANSCEIVER
    ...

    Linus Torvalds
     

26 Nov, 2014

1 commit

  • Remove special-purpose octeon drivers and instead use ehci-platform
    and ohci-platform as suggested with
    http://marc.info/?l=linux-mips&m=140139694721623&w=2

    [andreas.herrmann:
    fixed compile error]

    Cc: David Daney
    Cc: Alex Smith
    Signed-off-by: Alan Stern
    Signed-off-by: Andreas Herrmann
    Acked-by: Ralf Baechle
    Tested-by: Aaro Koskinen
    Signed-off-by: Greg Kroah-Hartman

    Alan Stern
     

24 Nov, 2014

1 commit

  • This supports SMP Linux running on the BCM3384 Zephyr (BMIPS5000)
    application processor, with fully functional UART and USB 1.1/2.0.
    Device Tree is used to configure the following items:

    - All peripherals
    - Early console base address
    - SMP or UP mode
    - MIPS counter frequency
    - Memory size / regions
    - DMA offset
    - Kernel command line

    The DT-enabled bootloader and build instructions are posted at
    https://github.com/Broadcom/aeolus

    Signed-off-by: Kevin Cernekee
    Cc: f.fainelli@gmail.com
    Cc: mbizon@freebox.fr
    Cc: jogo@openwrt.org
    Cc: jfraser@broadcom.com
    Cc: linux-mips@linux-mips.org
    Cc: devicetree@vger.kernel.org
    Patchwork: https://patchwork.linux-mips.org/patch/8170/
    Signed-off-by: Ralf Baechle

    Kevin Cernekee
     

19 Oct, 2014

1 commit

  • Pull MIPS updates from Ralf Baechle:
    "This is the MIPS pull request for the next kernel:

    - Zubair's patch series adds CMA support for MIPS. Doing so it also
    touches ARM64 and x86.
    - remove the last instance of IRQF_DISABLED from arch/mips
    - updates to two of the MIPS defconfig files.
    - cleanup of how cache coherency bits are handled on MIPS and
    implement support for write-combining.
    - platform upgrades for Alchemy
    - move MIPS DTS files to arch/mips/boot/dts/"

    * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (24 commits)
    MIPS: ralink: remove deprecated IRQF_DISABLED
    MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS
    MIPS: cpu-probe: Set the write-combine CCA value on per core basis
    MIPS: pgtable-bits: Define the CCA bit for WC writes on Ingenic cores
    MIPS: pgtable-bits: Move the CCA bits out of the core's ifdef blocks
    MIPS: DMA: Add cma support
    x86: use generic dma-contiguous.h
    arm64: use generic dma-contiguous.h
    asm-generic: Add dma-contiguous.h
    MIPS: BPF: Add new emit_long_instr macro
    MIPS: ralink: Move device-trees to arch/mips/boot/dts/
    MIPS: Netlogic: Move device-trees to arch/mips/boot/dts/
    MIPS: sead3: Move device-trees to arch/mips/boot/dts/
    MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/
    MIPS: Octeon: Move device-trees to arch/mips/boot/dts/
    MIPS: Add support for building device-tree binaries
    MIPS: Create common infrastructure for building built-in device-trees
    MIPS: SEAD3: Enable DEVTMPFS
    MIPS: SEAD3: Regenerate defconfigs
    MIPS: Alchemy: DB1300: Add touch penirq support
    ...

    Linus Torvalds
     

25 Sep, 2014

2 commits

  • Commit df568d8e ("scsi: Use 'depends' with LIBFC instead of
    'select'.") removed what happened to be the only instance of 'select
    NET'. Defconfigs that were relying on the select now lack networking
    support.

    Signed-off-by: David S. Miller

    David S. Miller
     
  • Commit 5d6be6a5 ("scsi_netlink : Make SCSI_NETLINK dependent on NET
    instead of selecting NET") removed what happened to be the only instance
    of 'select NET'. Defconfigs that were relying on the select now lack
    networking support.

    Reported-by: Stephen Rothwell
    Cc: linux-mips@linux-mips.org
    Signed-off-by: Michal Marek
    Signed-off-by: David S. Miller

    Michal Marek
     

22 Sep, 2014

2 commits

  • This is similar to 68f30ba7f8b9d666d1218eec97822ade0f23d9c3
    "MIPS: Malta: Enable DEVTMPFS"

    Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6738/
    Signed-off-by: Ralf Baechle

    Markos Chandras
     
  • This is similar to a86dc812881fab40175f4d3c3028acf8627a3804
    "MIPS: Regenerate malta defconfigs"

    Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6737/
    Signed-off-by: Ralf Baechle

    Markos Chandras
     

07 Aug, 2014

2 commits

  • Pull MIPS updates from Ralf Baechle:
    "This is the main pull request for 3.17. It contains:

    - misc Cavium Octeon, BCM47xx, BCM63xx and Alchemy updates
    - MIPS ptrace updates and cleanups
    - various fixes that will also go to -stable
    - a number of cleanups and small non-critical fixes.
    - NUMA support for the Loongson 3.
    - more support for MSA
    - support for MAAR
    - various FP enhancements and fixes"

    * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (139 commits)
    MIPS: jz4740: remove unnecessary null test before debugfs_remove
    MIPS: Octeon: remove unnecessary null test before debugfs_remove_recursive
    MIPS: ZBOOT: implement stack protector in compressed boot phase
    MIPS: mipsreg: remove duplicate MIPS_CONF4_FTLBSETS_SHIFT
    MIPS: Bonito64: remove a duplicate define
    MIPS: Malta: initialise MAARs
    MIPS: Initialise MAARs
    MIPS: detect presence of MAARs
    MIPS: define MAAR register accessors & bits
    MIPS: mark MSA experimental
    MIPS: Don't build MSA support unless it can be used
    MIPS: consistently clear MSA flags when starting & copying threads
    MIPS: 16 byte align MSA vector context
    MIPS: disable preemption whilst initialising MSA
    MIPS: ensure MSA gets disabled during boot
    MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchains
    MIPS: fix MSA context for tasks which don't use FP first
    MIPS: init upper 64b of vector registers when MSA is first used
    MIPS: save/disable MSA in lose_fpu
    MIPS: preserve scalar FP CSR when switching vector context
    ...

    Linus Torvalds
     
  • Pull SCSI updates from James Bottomley:
    "This patch set consists of the usual driver updates (ufs, storvsc,
    pm8001 hpsa). It also has removal of the user space target driver
    code (everyone is using LIO now), a partial PCI MSI-X update, more
    multi-queue updates, conversion to 64 bit LUNs (so we could
    theoretically cope with any LUN returned by a device) and placeholder
    support for the ZBC device type (Shingle drives), plus an assortment
    of minor updates and bug fixes"

    * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (143 commits)
    scsi: do not issue SCSI RSOC command to Promise Vtrak E610f
    vmw_pvscsi: Use pci_enable_msix_exact() instead of pci_enable_msix()
    pm8001: Fix invalid return when request_irq() failed
    lpfc: Remove superfluous call to pci_disable_msix()
    isci: Use pci_enable_msix_exact() instead of pci_enable_msix()
    bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()
    bfa: Cleanup bfad_setup_intr() function
    bfa: Do not call pci_enable_msix() after it failed once
    fnic: Use pci_enable_msix_exact() instead of pci_enable_msix()
    scsi: use short driver name for per-driver cmd slab caches
    scsi_debug: support scsi-mq, queues and locks
    Drivers: add blist flags
    scsi: ufs: fix endianness sparse warnings
    scsi: ufs: make undeclared functions static
    bnx2i: Update driver version to 2.7.10.1
    pm8001: fix a memory leak in nvmd_resp
    pm8001: fix update_flash
    pm8001: fix a memory leak in flash_update
    pm8001: Cleaning up uninitialized variables
    pm8001: Fix to remove null pointer checks that could never happen
    ...

    Linus Torvalds
     

31 Jul, 2014

1 commit

  • Since this CONFIG option will be used for both Loongson-3A/3B machines,
    and not all Loongson-3 machines are produced by Lemote, we rename
    CONFIG_LEMOTE_MACH3A to CONFIG_LOONGSON_MACH3X.

    Signed-off-by: Huacai Chen
    Cc: John Crispin
    Cc: Steven J. Hill
    Cc: Aurelien Jarno
    Cc: linux-mips@linux-mips.org
    Cc: Fuxin Zhang
    Cc: Zhangjin Wu
    Patchwork: https://patchwork.linux-mips.org/patch/7190/
    Signed-off-by: Ralf Baechle

    Huacai Chen
     

28 Jul, 2014

1 commit

  • The driver hasn't been cleaned up and it doesn't look like anyone is
    working on it anymore (including the original author). So remove it.
    If someone wants to work on cleaning the driver up and moving it out of
    staging, this commit can be reverted.

    In addition, since this removes the CONFIG_NET_VENDOR_SILICOM config
    symbol, remove the symbol from all defconfig files that reference it.

    Signed-off-by: Kristina Martšenko
    Cc: Daniel Cotey
    Signed-off-by: Greg Kroah-Hartman

    Kristina Martšenko
     

18 Jul, 2014

1 commit

  • Because of the removal of the scsi_tgt kernel module, the kbuild variables
    CONFIG_SCSI_TGT, CONFIG_SCSI_SRP_TGT_ATTRS and CONFIG_SCSI_FC_TGT_ATTRS
    are obsolete. This patch removes these variables. This patch is the result
    of the following command:

    find -name '*defconfig' | while read f; do grep -vwE 'CONFIG_SCSI_TGT|CONFIG_SCSI_SRP_TGT_ATTRS|CONFIG_SCSI_FC_TGT_ATTRS|CONFIG_SRP' $f >/tmp/t && mv /tmp/t $f; done

    Signed-off-by: Bart Van Assche
    Signed-off-by: Christoph Hellwig
    Reviewed-by: Paolo Bonzini
    Reviewed-by: Hannes Reinecke

    Bart Van Assche
     

10 Jun, 2014

1 commit

  • Pull MIPS updates from Ralf Baechle:
    - three fixes for 3.15 that didn't make it in time
    - limited Octeon 3 support.
    - paravirtualization support
    - improvment to platform support for Netlogix SOCs.
    - add support for powering down the Malta eval board in software
    - add many instructions to the in-kernel microassembler.
    - add support for the BPF JIT.
    - minor cleanups of the BCM47xx code.
    - large cleanup of math emu code resulting in significant code size
    reduction, better readability of the code and more accurate
    emulation.
    - improvments to the MIPS CPS code.
    - support C3 power status for the R4k count/compare clock device.
    - improvments to the GIO support for older SGI workstations.
    - increase number of supported CPUs to 256; this can be reached on
    certain embedded multithreaded ccNUMA configurations.
    - various small cleanups, updates and fixes

    * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (173 commits)
    MIPS: IP22/IP28: Improve GIO support
    MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XX
    DEC: Document the R4k MB ASIC mini interrupt controller
    DEC: Add self as the maintainer
    MIPS: Add microMIPS MSA support.
    MIPS: Replace calls to obsolete strict_strto call with kstrto* equivalents.
    MIPS: Replace obsolete strict_strto call with kstrto
    MIPS: BFP: Simplify code slightly.
    MIPS: Call find_vma with the mmap_sem held
    MIPS: Fix 'write_msa_##' inline macro.
    MIPS: Fix MSA toolchain support detection.
    mips: Update the email address of Geert Uytterhoeven
    MIPS: Add minimal defconfig for mips_paravirt
    MIPS: Enable build for new system 'paravirt'
    MIPS: paravirt: Add pci controller for virtio
    MIPS: Add code for new system 'paravirt'
    MIPS: Add functions for hypervisor call
    MIPS: OCTEON: Add OCTEON3 to __get_cpu_type
    MIPS: Add function get_ebase_cpunum
    MIPS: Add minimal support for OCTEON3 to c-r4k.c
    ...

    Linus Torvalds
     

02 Jun, 2014

1 commit


29 May, 2014

1 commit


28 May, 2014

3 commits

  • The CONFIG_MIPS_CPS SMP implementation should be able to handle all
    cases the CONFIG_MIPS_CMP implementation does, but without requiring
    bootloader assistance. It is also required in order to make use of
    features such as hotplug & cpuidle core power gating. Enable it by
    default for Malta configs that previously enabled the now deprecated
    CONFIG_MIPS_CMP, and disable the latter. The local version suffix "cmp"
    is removed rather than replaced with "cps" since there are other ways to
    tell that the CPS SMP implementation is in use (the "VPE topology" line
    in the boot log being one).

    Signed-off-by: Paul Burton

    Paul Burton
     
  • These defconfigs contain the CONFIG_M25P80 symbol, which is now
    dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
    the new dependency.

    At the same time, drop the now-nonexistent CONFIG_MTD_CHAR symbol.

    Signed-off-by: Brian Norris
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Cc: Huang Shijie
    Cc: Marek Vasut
    Cc: linux-mtd@lists.infradead.org
    Patchwork: https://patchwork.linux-mips.org/patch/6878/
    Signed-off-by: Ralf Baechle

    Brian Norris
     
  • It no longer occurs in Kconfig.
    USB: remove CONFIG_USB_DEVICEFS(fb28d58b) leaked remove defconfig.

    Signed-off-by: Naoki MATSUMOTO
    Signed-off-by: Greg Kroah-Hartman

    Naoki MATSUMOTO
     

24 May, 2014

1 commit

  • Nobody is maintaining SMTC anymore and there also seems to be no userbase.
    Which is a pity - the SMTC technology primarily developed by Kevin D.
    Kissell is an ingenious demonstration for the MT
    ASE's power and elegance.

    Based on Markos Chandras patch
    https://patchwork.linux-mips.org/patch/6719/ which while very similar did
    no longer apply cleanly when I tried to merge it plus some additional
    post-SMTC cleanup - SMTC was a feature as tricky to remove as it was to
    merge once upon a time.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

01 Apr, 2014

1 commit

  • Signed-off-by: Huacai Chen
    Signed-off-by: Hongliang Tao
    Signed-off-by: Hua Yan
    Tested-by: Alex Smith
    Reviewed-by: Alex Smith
    Cc: John Crispin
    Cc: Steven J. Hill
    Cc: Aurelien Jarno
    Cc: linux-mips@linux-mips.org
    Cc: Fuxin Zhang
    Cc: Zhangjin Wu
    Patchwork: https://patchwork.linux-mips.org/patch/6640
    Signed-off-by: Ralf Baechle

    Huacai Chen
     

27 Mar, 2014

7 commits

  • Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6581/
    Signed-off-by: Ralf Baechle

    Markos Chandras
     
  • The previous NR_CPUS=2 default is not an optimal default for current
    Malta setups where it is common to have more than 2 CPUs available. It
    makes sense to increase this to a number which covers all common setups
    currently in use, such that all of those cores are usable. 8 seems to
    fit that description.

    If the user has less than 8 CPUs & they wish to have a more optimal
    kernel they can simply reduce this in their config. It makes sense for
    the default to work on as many systems as possible.

    Signed-off-by: Paul Burton
    Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6580/
    Signed-off-by: Ralf Baechle

    Paul Burton
     
  • For Malta defconfigs which may run on an SMP configuration without
    hardware cache anti-aliasing, a 16KB page size is a safer default.
    Most notably at the moment it will avoid cache aliasing issues for
    multicore proAptiv systems.

    Signed-off-by: Paul Burton
    Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6579/
    Signed-off-by: Ralf Baechle

    Paul Burton
     
  • Recent versions of udev and systemd require the kernel
    to be compiled with CONFIG_DEVTMPFS in order to populate
    the /dev directory. Most MIPS platforms have it enabled by
    default, so enable it for Malta configs as well.

    Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6582/
    Signed-off-by: Ralf Baechle

    Markos Chandras
     
  • This patch simply regenerates the malta defconfigs such that they don't
    change after being used & saved as a defconfig again. ie. it is the
    result of running the following:

    for cfg in arch/mips/configs/malta*; do
    ARCH=mips make `basename ${cfg}`
    ARCH=mips make savedefconfig
    mv -v defconfig ${cfg}
    done

    Signed-off-by: Paul Burton
    Signed-off-by: Markos Chandras
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/6578/
    Signed-off-by: Ralf Baechle

    Paul Burton
     
  • The au1xxx-ide driver isn't any faster than pata_platform since it
    spends a lot of time busy waiting for DMA to finish; faster PIO/DMA
    modes only work on the db1200 with a certain cpu speed, UDMA is broken,
    and finally the old IDE layer is on death row, so time to switch to
    the newer ATA layer.

    Signed-off-by: Manuel Lauss
    Cc: Linux-MIPS
    Patchwork: https://patchwork.linux-mips.org/patch/6662/
    Signed-off-by: Ralf Baechle

    Manuel Lauss
     
  • This patch merges support for all DB1xxx and PB1xxx
    boards into a single image, along with a new single defconfig
    for them.

    Run-tested on DB1300 and DB1500.

    Signed-off-by: Manuel Lauss
    Cc: Linux-MIPS
    Patchwork: https://patchwork.linux-mips.org/patch/6577/
    Patchwork: https://patchwork.linux-mips.org/patch/6659/
    Signed-off-by: Ralf Baechle

    Manuel Lauss
     

25 Jan, 2014

2 commits

  • This patch removes CONFIG_MTD_PARTITIONS in config files for MIPS.
    Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724.

    Signed-off-by: John Crispin
    Patchwork: http://patchwork.linux-mips.org/patch/6162/
    Signed-off-by: Eunbong Song

    Eunbong Song
     
  • Add defconfig for the Ben NanoNote handheld computer which is built
    around QI_LB60 board and Ingenic JZ4740 MIPS SoC.

    Signed-off-by: Apelete Seketeli
    Acked-by: Lars-Peter Clausen
    Signed-off-by: John Crispin
    Patchwork: http://patchwork.linux-mips.org/patch/6257/

    Apelete Seketeli
     

23 Jan, 2014

2 commits

  • This patch accomplishes the following:

    * Clean up wording on all MIPS MT configuration menu items.
    * Simplify and neaten up options selected by MIPS_MT_SMP.
    * Make MIPS_MT_SMTC support as deprecated.
    * Make MIPS_CMP support to depend on MIPS_MT_SMP also.
    * Remove redundant options selected by MIPS_CMP.

    Signed-off-by: Steven J. Hill
    Signed-off-by: John Crispin
    Patchwork: http://patchwork.linux-mips.org/patch/6019/

    Steven J. Hill
     
  • The defconfig for bcm47xx contained lots of driver which are not
    special for these SoCs and missed on the other side some some drivers
    for parts essential for these SoC and only found on here. The flash,
    usb and some Ethernet driver were missing.

    Signed-off-by: Hauke Mehrtens
    Signed-off-by: John Crispin
    Patchwork: http://patchwork.linux-mips.org/patch/5930/

    Hauke Mehrtens
     

19 Nov, 2013

1 commit

  • Pull MMC updates from Chris Ball:
    "MMC highlights for 3.13:

    Core:
    - Improve runtime PM support, remove mmc_{suspend,resume}_host().
    - Add MMC_CAP_RUNTIME_RESUME, for delaying MMC resume until we're
    outside of the resume sequence (in runtime_resume) to decrease
    system resume time.

    Drivers:
    - dw_mmc: Support HS200 mode.
    - sdhci-eshdc-imx: Support SD3.0 SDR clock tuning, DDR on IMX6.
    - sdhci-pci: Add support for Intel Clovertrail and Merrifield"

    * tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: (108 commits)
    mmc: wbsd: Silence compiler warning
    mmc: core: Silence compiler warning in __mmc_switch
    mmc: sh_mmcif: Convert to clk_prepare|unprepare
    mmc: sh_mmcif: Convert to PM macros when defining dev_pm_ops
    mmc: dw_mmc: exynos: Revert the sdr_timing assignment
    mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq
    mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume
    mmc: core: Improve runtime PM support during suspend/resume for sd/mmc
    mmc: core: Remove redundant mmc_power_up|off at runtime callbacks
    mmc: Don't force card to active state when entering suspend/shutdown
    MIPS: db1235: Don't use MMC_CLKGATE
    mmc: core: Remove deprecated mmc_suspend|resume_host APIs
    mmc: mmci: Move away from using deprecated APIs
    mmc: via-sdmmc: Move away from using deprecated APIs
    mmc: tmio: Move away from using deprecated APIs
    mmc: sh_mmcif: Move away from using deprecated APIs
    mmc: sdricoh_cs: Move away from using deprecated APIs
    mmc: rtsx: Remove redundant suspend and resume callbacks
    mmc: wbsd: Move away from using deprecated APIs
    mmc: pxamci: Remove redundant suspend and resume callbacks
    ...

    Linus Torvalds
     

31 Oct, 2013

1 commit

  • As a first step in removing code for MMC_CLKGATE, MIPS db1235 defconfig
    which is the only current user, shall move away from this option.

    The mmc host drivers au1xmmc and jz4740_mmc, which are used on MIPS
    don't support clock gating through MMC_CLKGATE, thus removing the
    config option will have no effect on power save - clock gating wise.

    Cc: Ralf Baechle
    Cc: linux-mips@linux-mips.org
    Signed-off-by: Ulf Hansson
    Acked-by: Ralf Baechle
    Signed-off-by: Chris Ball

    Ulf Hansson
     

30 Oct, 2013

1 commit

  • Nobody seems to care about this platform anymore and my attempts to find
    somebody willing to provide some tlc for PowerTV have failed so far.

    So let's nuke the bloody thing.

    Signed-off-by: Ralf Baechle
    Patchwork: https://patchwork.linux-mips.org/patch/5910/

    Ralf Baechle
     

04 Sep, 2013

1 commit


01 Jul, 2013

2 commits

  • The serial port changes make it advisable to enable the proper UART
    drivers.

    Signed-off-by: David Daney
    Cc: linux-mips@linux-mips.org
    Cc: Jamie Iles
    Cc: Greg Kroah-Hartman
    Cc: Jiri Slaby
    Cc: linux-serial@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Patchwork: https://patchwork.linux-mips.org/patch/5518/
    Signed-off-by: Ralf Baechle

    David Daney
     
  • This board has been EOL for many years now; lets not burden people doing
    build coverage and other tree wide work with working on essentially dead
    files.

    [ralf@linux-mips.org: Also remove arch/mips/include/asm/mach-wrppmc/war.h.]

    Signed-off-by: Paul Gortmaker
    Cc: linux-mips@linux-mips.org
    Cc: Paul Gortmaker
    Patchwork: http://patchwork.linux-mips.org/patch/5503/
    Signed-off-by: Ralf Baechle

    Paul Gortmaker
     

11 Jun, 2013

1 commit

  • CAVIUM_OCTEON_SOC most place we used to use CPU_CAVIUM_OCTEON. This
    allows us to CPU_CAVIUM_OCTEON in places where we have no OCTEON SOC.

    Remove CAVIUM_OCTEON_SIMULATOR as it doesn't really do anything, we can
    get the same configuration with CAVIUM_OCTEON_SOC.

    Signed-off-by: David Daney
    Cc: linux-mips@linux-mips.org
    Cc: linux-ide@vger.kernel.org
    Cc: linux-edac@vger.kernel.org
    Cc: linux-i2c@vger.kernel.org
    Cc: netdev@vger.kernel.org
    Cc: spi-devel-general@lists.sourceforge.net
    Cc: devel@driverdev.osuosl.org
    Cc: linux-usb@vger.kernel.org
    Acked-by: Greg Kroah-Hartman
    Acked-by: Wolfram Sang
    Acked-by: Mauro Carvalho Chehab
    Patchwork: https://patchwork.linux-mips.org/patch/5295/
    Signed-off-by: Ralf Baechle

    David Daney