summaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common
AgeCommit message (Expand)AuthorLines
2020-04-20MIPS: alchemy: Fix build error after ioremap cleanupThomas Bogendoerfer-0/+1
2020-04-19MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig-4/+12
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed-8/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+2
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds-8/+14
2019-05-15MIPS: Alchemy: add DMA masks for on-chip ethernetManuel Lauss-8/+14
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd-1/+1
2018-12-23MIPS: alchemy: cpu_all_mask is forbidden for clock event devicesManuel Lauss-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-5/+5
2017-11-07MIPS: Alchemy: make clk_ops constBhumika Goyal-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-04-14MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange-1/+3
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker-6/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton-3/+3
2016-05-13MIPS: alchemy: Remove CLK_IS_ROOTStephen Boyd-2/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder-2/+2
2016-02-19MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij-4/+4
2016-01-24MIPS: Alchemy: Be sure to clamp return valueLinus Walleij-3/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-2/+2
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-14/+3
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel-6/+1
2015-09-03MIPS: Alchemy: Migrate to new 'set-state' interfaceViresh Kumar-6/+0
2015-08-26MIPS: alchemy: Use irq_set_chip_handler_name_locked()Thomas Gleixner-2/+2
2015-08-24MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd-6/+6
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd-0/+1
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon-0/+4
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon-36/+25
2015-07-20MIPS: Alchemy: Include clk.hStephen Boyd-0/+1
2015-06-21MIPS: Alchemy: Remove unneeded cast removing constKrzysztof Kozlowski-3/+3
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-6/+25
2015-02-20MIPS: Alchemy: Fix cpu clock calculationManuel Lauss-0/+2
2015-02-20MIPS: Alchemy: remove declaration for set_cpuspecManuel Lauss-1/+0
2015-02-20MIPS: Alchemy: preset loops_per_jiffy based on CPU clockManuel Lauss-0/+9
2015-02-20MIPS: Alchemy: fix Au1000/Au1500 LRCLK calculationManuel Lauss-5/+14
2015-02-18MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detrTomeu Vizoso-2/+0
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso-0/+8
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-5/+5
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso-5/+5
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle-2/+2
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle-1/+1
2014-11-24MIPS: Alchemy: Remove direct access to prepare_count field of struct clkTomeu Vizoso-4/+3
2014-07-30MIPS: Alchemy: remove old clock supportManuel Lauss-108/+5
2014-07-30MIPS: Alchemy: usb: use clk frameworkManuel Lauss-7/+40