aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/cpm_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2018-01-20powerpc/sysdev: change CPM GPIO to platform_deviceChristophe Leroy1-1/+4
2016-09-25soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy1-0/+15
2016-08-22powerpc: sysdev: cpm: fix gpio save_regs functionsChristophe Leroy1-1/+2
2016-07-09powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy1-5/+17
2016-03-30powerpc: cpm_common: use gpiochip data pointerLinus Walleij1-12/+6
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2015-12-22QE/CPM: move muram management functions to qe_commonZhao Qiang1-207/+1
2015-12-22CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang1-38/+88
2015-10-27powerpc: handle error case in cpm_muram_alloc()Christophe Leroy1-1/+2
2015-08-07powerpc: use memset_io() to clear CPM MuramLEROY Christophe1-1/+1
2013-10-09powerpc: add explicit OF includesRob Herring1-0/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-10-22powerpc/cpm: Clear muram before it is in use.Hongjun Chen1-1/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov1-1/+0
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-11powerpc/qe: Make qe_reset() code path safe for repeated invocationAnton Vorontsov1-1/+4
2009-03-24powerpc/mm: Tweak PTE bit combination definitionsBenjamin Herrenschmidt1-1/+1
2008-08-21cpm2: Fix race condition in CPM2 GPIO library.Laurent Pinchart1-11/+26
2008-07-28cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.Laurent Pinchart1-0/+123
2008-07-14powerpc/CPM: Minor cosmetic changes to udbg_putcNye Liu1-2/+1
2008-06-10powerpc/QE: switch to the cpm_muram implementationAnton Vorontsov1-3/+13
2008-04-17[POWERPC] CPM: Always use new binding.Scott Wood1-3/+0
2007-11-09[POWERPC] cpm: Fix a couple minor issues in cpm_common.c.Scott Wood1-3/+1
2007-10-04[POWERPC] cpm: Describe multi-user ram in its own device node.Scott Wood1-0/+159
2007-10-03[POWERPC] Add early debug console for CPM serial ports.Scott Wood1-0/+46