aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-2/+2
2016-02-19MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij1-4/+4
2016-01-24MIPS: Alchemy: Be sure to clamp return valueLinus Walleij1-3/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-14/+3
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-6/+1
2015-09-03MIPS: Alchemy: Migrate to new 'set-state' interfaceViresh Kumar1-6/+0
2015-08-26MIPS: alchemy: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-2/+2
2015-08-24MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd1-6/+6
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon1-0/+4
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-36/+25
2015-07-20MIPS: Alchemy: Include clk.hStephen Boyd1-0/+1
2015-06-21MIPS: Alchemy: Remove unneeded cast removing constKrzysztof Kozlowski1-3/+3
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-6/+25
2015-02-20MIPS: Alchemy: Fix cpu clock calculationManuel Lauss1-0/+2
2015-02-20MIPS: Alchemy: remove declaration for set_cpuspecManuel Lauss1-1/+0
2015-02-20MIPS: Alchemy: preset loops_per_jiffy based on CPU clockManuel Lauss2-0/+9
2015-02-20MIPS: Alchemy: fix Au1000/Au1500 LRCLK calculationManuel Lauss1-5/+14
2015-02-18MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detrTomeu Vizoso1-2/+0
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+8
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-5/+5
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-5/+5
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle1-2/+2
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle1-1/+1
2014-11-24MIPS: Alchemy: Remove direct access to prepare_count field of struct clkTomeu Vizoso1-4/+3
2014-07-30MIPS: Alchemy: remove old clock supportManuel Lauss4-108/+5
2014-07-30MIPS: Alchemy: usb: use clk frameworkManuel Lauss1-7/+40
2014-07-30MIPS: Alchemy: platform: use clk framework for uartsManuel Lauss2-20/+12
2014-07-30MIPS: Alchemy: clock framework integration of onchip clocksManuel Lauss2-2/+1098
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss2-18/+19
2014-07-30MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss1-24/+24
2014-07-30MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss5-34/+28
2014-05-28MIPS: Alchemy: Default to noncoherent IO on Au1200 ABManuel Lauss2-24/+8
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-3/+3
2014-03-26MIPS: Alchemy: Determine cohereny at runtime based on cpu typeManuel Lauss1-0/+10
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki1-1/+2
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle8-118/+118
2012-12-27MIPS: Alchemy: Make 32kHz and r4k timer coexist peacefullyManuel Lauss1-20/+5
2012-10-22USB: move common alchemy USB routines to arch/mips/alchemy/common.cFlorian Fainelli2-1/+615
2012-10-22MIPS: Alchemy: use the OHCI platform driverFlorian Fainelli1-2/+33
2012-10-22MIPS: Alchemy: use the ehci platform driverFlorian Fainelli1-1/+22
2012-07-23MIPS: Alchemy: Use kmemdup rather than duplicating its implementationThomas Meyer1-6/+4
2012-02-20MIPS: Alchemy: Increase minimum timeout for 32kHz timer.Manuel Lauss1-1/+1
2012-01-11Merge branch 'next/alchemy' into mips-for-linux-nextRalf Baechle9-267/+892
2011-12-08MIPS: Alchemy: merge Au1000 and Au1300-style IRQ controller code.Manuel Lauss3-587/+550
2011-12-08MIPS: Alchemy: chain IRQ controllers to MIPS IRQ controllerManuel Lauss2-49/+39
2011-12-08MIPS: Alchemy: irq: register pm at irq init timeManuel Lauss2-96/+91