aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp/setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy1-1/+0
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch1-2/+2
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+3
2021-02-09powerpc/chrp: Move PHB discoveryOliver O'Halloran1-11/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport1-1/+0
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed1-9/+5
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman1-2/+1
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain1-1/+1
2019-01-19powerpc: chrp: Use of_node_is_type to access device_typeRob Herring1-2/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-4/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-4/+1
2018-05-25powerpc/chrp/setup: Remove idu_size variable and make some functions staticMathieu Malaterre1-7/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt1-2/+3
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-03-31powerpc32/chrp: fix section mismatch warningLEROY Christophe1-1/+1
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-1/+2
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-1/+1
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-2/+2
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+2
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-2/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-2/+2
2011-03-10powerpc: platforms/chrp irq_data conversion.Lennert Buytenhek1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg1-1/+1
2009-10-30powerpc/chrp: Use the same RTAS daemon as pSeriesBenjamin Herrenschmidt1-50/+0
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-1/+0
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-05-14[POWERPC] Move xmon_irq() declaration into xmon.hMichael Ellerman1-7/+0
2008-01-25[POWERPC] Autodetect serial console on pegasos2Olaf Hering1-0/+52
2007-12-20[POWERPC] CHRP: Fix possible NULL pointer dereferenceCyrill Gorcunov1-4/+9
2007-10-11[POWERPC] Platforms shouldn't mess with ROOT_DEVGrant Likely1-10/+0
2007-08-22[POWERPC] Copy over headers from arch/ppc to arch/powerpc that we needKumar Gala1-1/+1
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-3/+6
2007-04-24[POWERPC] Remove old interface find_type_devicesStephen Rothwell1-2/+4
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-3/+6
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-8/+9
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-2/+2
2007-04-13[POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering1-1/+0
2007-03-16[POWERPC] Correct apparently misspelled "XMON" preprocessor symbol.Robert P. J. Day1-3/+3
2007-02-09[PATCH] arch/powerpc trivial annotationsAl Viro1-2/+2
2006-12-04[POWERPC] Merge 32 and 64 bits asm-powerpc/io.hBenjamin Herrenschmidt1-1/+0
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-1/+0
2006-10-25[POWERPC] Fix CHRP platforms with only 8259Benjamin Herrenschmidt1-1/+3
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-4/+3
2006-10-05[PATCH] powerpc: irq change build breaksOlof Johansson1-1/+1
2006-07-31[POWERPC] chrp: Constify & voidify get_property()Jeremy Kerr1-12/+9
2006-07-07[POWERPC] Add briq support to CHRPBenjamin Herrenschmidt1-1/+26
2006-07-07[POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP setBenjamin Herrenschmidt1-4/+8
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-07-03kbuild: introduce utsrelease.hSam Ravnborg1-1/+1
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-44/+66
2006-07-03[POWERPC] Use the genirq frameworkBenjamin Herrenschmidt1-1/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-05powerpc: Fix CHRP booting - needs a define_machine callPaul Mackerras1-24/+20
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+12
2006-03-27powerpc: Fix event-scan code for 32-bit CHRPPaul Mackerras1-19/+45
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason1-2/+0
2006-02-07[PATCH] powerpc: restore clock speed in /proc/cpuinfoOlaf Hering1-1/+1
2006-01-14[PATCH] powerpc: Make CHRP build againDavid Woodhouse1-3/+4
2006-01-09[PATCH] powerpc: More serial probe fixes (#2)Benjamin Herrenschmidt1-16/+0
2005-11-18powerpc: time-of-day fixes for 32-bit CHRP systemsPaul Mackerras1-1/+10
2005-11-10ppc/powerpc: workarounds for old Open Firmware versionsPaul Mackerras1-1/+3
2005-10-29[PATCH] ppc32: nvram driver for chrpOlaf Hering1-6/+5
2005-10-26powerpc: Merge 32-bit CHRP support.Paul Mackerras1-0/+523