summaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-02-218-8/+6
|\
| * MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-147-7/+6
| * MIPS: Alchemy: Remove duplicate initializerArnd Bergmann2017-01-251-1/+0
* | MIPS: Alchemy: Don't rely on public mmc header to include interrupt.hUlf Hansson2017-02-131-0/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: Sanitise coherentio semanticsPaul Burton2016-10-061-3/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-2/+1
|\
| * MIPS: alchemy: Remove CLK_IS_ROOTStephen Boyd2016-05-131-2/+1
* | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-1/+1
|\ \ | |/ |/|
| * MIPS: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-05-111-1/+1
* | MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-2/+2
* | pcmcia: db1xxx_ss: fix last irq_to_gpio userManuel Lauss2016-03-292-12/+10
|/
* MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij2016-02-191-4/+4
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-3/+3
|\
| * MIPS: Alchemy: Be sure to clamp return valueLinus Walleij2016-01-241-3/+3
* | mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-083-3/+3
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-3/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-0311-24/+13
|\
| * MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-038-14/+7
| * MIPS: Alchemy: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-6/+0
| * MIPS: alchemy: Remove pointless irqdisable/enableThomas Gleixner2015-08-261-2/+4
| * MIPS: alchemy: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-08-261-2/+2
* | MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-6/+6
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\ \
| * | MIPS: Alchemy: Include clk.hStephen Boyd2015-07-201-0/+1
| |/
* | clk: fix some determine_rate implementationsBoris Brezillon2015-07-271-0/+4
* | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-271-36/+25
|/
* MIPS: Alchemy: Remove unneeded cast removing constKrzysztof Kozlowski2015-06-211-3/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-212-6/+25
|\
| * MIPS: Alchemy: Fix cpu clock calculationManuel Lauss2015-02-201-0/+2
| * MIPS: Alchemy: remove declaration for set_cpuspecManuel Lauss2015-02-201-1/+0
| * MIPS: Alchemy: preset loops_per_jiffy based on CPU clockManuel Lauss2015-02-202-0/+9
| * MIPS: Alchemy: fix Au1000/Au1500 LRCLK calculationManuel Lauss2015-02-201-5/+14
* | MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detrTomeu Vizoso2015-02-181-2/+0
* | clk: Add rate constraints to clocksTomeu Vizoso2015-02-021-0/+8
|/
* Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-201-5/+5
|\
| * clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-031-5/+5
* | MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle2014-11-241-2/+2
* | MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-241-1/+1
* | MIPS: Alchemy: Remove direct access to prepare_count field of struct clkTomeu Vizoso2014-11-241-4/+3
|/
* MIPS: Alchemy: DB1300: Add touch penirq supportManuel Lauss2014-09-221-0/+44
* MIPS: Alchemy: DB1xxx: Explicitly set 50MHz clock for I2C/SPI units.Manuel Lauss2014-09-222-6/+6
* MIPS: Alchemy: devboards: sit and spin after poweroffManuel Lauss2014-09-221-0/+3
* MIPS: Alchemy: Fix db1200 PSC clock enablementManuel Lauss2014-08-191-5/+1
* MIPS: Alchemy: remove old clock supportManuel Lauss2014-07-304-108/+5
* MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss2014-07-301-0/+14
* MIPS: Alchemy: db1x00: use clk frameworkManuel Lauss2014-07-303-25/+45
* MIPS: Alchemy: usb: use clk frameworkManuel Lauss2014-07-301-7/+40
* MIPS: Alchemy: platform: use clk framework for uartsManuel Lauss2014-07-302-20/+12