summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-01-177-8/+8
|\
| * MIPS: Fix typosBjorn Helgaas2024-01-087-8/+8
* | mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He2023-12-121-2/+2
|/
* Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-09-073-2/+5
|\
| * mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-151-1/+1
| * MIPS: More explicit DT include clean-upsRob Herring2023-07-282-0/+4
| * MIPS: Explicitly include correct DT includesRob Herring2023-07-251-1/+2
* | Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-013-553/+0
|\ \
| * | usb: dwc3: dwc3-octeon: Convert to glue driverLadislav Michl2023-08-043-553/+0
| |/
* / range.h: Move resource API and constant to respective filesAndy Shevchenko2023-08-181-1/+1
|/
* Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-06-291-313/+316
|\
| * MIPS: OCTEON: octeon-usb: cleanup divider calculationLadislav Michl2023-06-231-13/+18
| * MIPS: OCTEON: octeon-usb: introduce dwc3_octeon_{read,write}qLadislav Michl2023-06-231-40/+59
| * MIPS: OCTEON: octeon-usb: move gpio config to separate functionLadislav Michl2023-06-231-20/+25
| * MIPS: OCTEON: octeon-usb: use bitfields for shim registerLadislav Michl2023-06-231-55/+41
| * MIPS: OCTEON: octeon-usb: use bitfields for host config registerLadislav Michl2023-06-231-45/+38
| * MIPS: OCTEON: octeon-usb: use bitfields for control registerLadislav Michl2023-06-231-171/+159
| * MIPS: OCTEON: octeon-usb: add all register offsetsLadislav Michl2023-06-231-14/+21
* | MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-0/+1
|/
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-0/+1
|\
| * mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf2023-03-081-0/+1
* | Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-04-272-21/+17
|\ \
| * | MIPS: Octeon: Disable CVMSEG by default on other platformsJiaxun Yang2023-04-051-1/+2
| * | MIPS: octeon: Fix compile errorThomas Bogendoerfer2023-03-271-1/+1
| * | MIPS: octeon: Use of_address_to_resource()Rob Herring2023-03-241-20/+15
| |/
* / Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
|/
* MIPS: OCTEON: octeon-usb: Consolidate error messagesLadislav Michl2023-01-271-22/+20
* MIPS: OCTEON: warn only once if deprecated link status is being usedLadislav Michl2022-12-092-2/+2
* MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()Xu Panda2022-12-081-2/+1
* mips: cavium: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin2022-09-191-14/+3
* MIPS: Fix comments typoShaomin Deng2022-09-121-1/+1
* MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin2022-09-071-0/+10
* MIPS: octeon: Get rid of preprocessor directives around RESERVE32Alexander Sverdlin2022-09-072-20/+11
* Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-08-065-8/+70
|\
| * Revert "MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32"Alexander Sverdlin2022-07-302-5/+54
| * MIPS: Introduce CAVIUM_RESERVE32 Kconfig optionAlexander Sverdlin2022-07-301-0/+12
| * mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_startLiang He2022-07-051-1/+2
| * MIPS: Fix some typosZhang Jiaming2022-07-051-2/+2
* | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-2/+2
|/
* Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-05-306-6/+13
|\
| * MIPS: fix typos in commentsJulia Lawall2022-05-044-4/+4
| * MIPS: Octeon: support all interfaces on CN66XXStijn Tintel2022-04-261-0/+6
| * MIPS: Octeon: fix CN6640 hang on XAUI initStijn Tintel2022-04-261-2/+3
* | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-1/+1
* | MIPS/octeon: use swiotlb_init instead of open coding itChristoph Hellwig2022-04-181-13/+2
|/
* MIPS: OCTEON: Constify static irq_domain_opsRikard Falkeborn2022-02-221-5/+5
* MIPS: octeon: Fix missed PTR->PTR_WD conversionThomas Bogendoerfer2022-02-011-1/+1
* Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-142-0/+3
|\
| * MIPS: OCTEON: add put_device() after of_find_device_by_node()Ye Guojin2021-12-162-0/+3
* | crypto: mips/sha - remove duplicate hash init functionTianjia Zhang2021-12-313-87/+8
|/