summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_soc.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2017-08-10powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy-1/+1
2016-11-23powerpc/fsl_soc: improve and simplify get_baudrateHeiner Kallweit-8/+2
2016-11-23powerpc/fsl_soc: improve and simplify get_brgfreqHeiner Kallweit-17/+7
2016-11-23powerpc/fsl_soc: improve and simplify fsl_get_sys_freqHeiner Kallweit-10/+4
2016-09-25powerpc: Convert fsl_rstcr_restart to a reset handlerAndrey Smirnov-13/+20
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens-3/+5
2014-11-10powerpc/fsl: fsl_soc: delete unneeded test before of_node_putJulia Lawall-2/+1
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf-1/+1
2014-05-22powerpc/fsl: fsl_soc: remove 'fixed-link' parsing codeFlorian Fainelli-32/+0
2013-02-12powerpc/fsl: fsl_soc: sparse fixesKim Phillips-2/+2
2012-10-05powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcallsScott Wood-0/+2
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells-1/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-06-27powerpc: add Freescale hypervisor partition control functionsTimur Tabi-0/+27
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-163/+0
2010-10-22USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin-163/+0
2010-10-14powerpc/fsl_soc: Search all global-utilities nodes for rstccrMatthew McClintock-7/+13
2009-11-20powerpc/85xx: Kconfig cleanupKumar Gala-1/+1
2009-08-24powerpc/85xx: issue fsl_soc reboot warning only when applicablePaul Gortmaker-2/+4
2009-05-19powerpc/fsl: use of_iomap() for rstcr mappingKumar Gala-10/+4
2009-05-08powerpc/fsl_soc: Remove mpc83xx_wdt_init, againAnton Vorontsov-46/+0
2009-04-01powerpc/fsl_soc: isolate legacy fsl_spi support to mpc832x_rdb boardsAnton Vorontsov-107/+0
2009-04-01spi_mpc83xx: rework chip selects handlingAnton Vorontsov-8/+6
2009-03-09powerpc/83xx: Do not configure or probe disabled FSL DR USB controllersAnton Vorontsov-0/+4
2008-12-16gianfar: Convert gianfar to an of_platform_driverAndy Fleming-213/+28
2008-10-31gianfar: Fix race in TBI/SerDes configurationTrent Piepho-0/+26
2008-10-13powerpc: remove support for bootmem-allocated memory for the DIU driverTimur Tabi-37/+1
2008-09-29powerpc/fsl_soc: remove mpc83xx_wdt codeAnton Vorontsov-47/+0
2008-07-16gianfar: Add magic packet and suspend/resume support.Scott Wood-0/+3
2008-07-16powerpc: Add support for multiple gfar mdio interfacesAndy Fleming-46/+38
2008-07-16powerpc/fsl_soc: gianfar: don't probe disabled devicesAnton Vorontsov-0/+3
2008-07-12powerpc/i2c: Convert i2c-mpc into an of_platform driverJon Smirl-133/+0
2008-06-09Merge branch 'merge'Paul Mackerras-1/+1
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare-1/+1
2008-06-02[POWERPC] fsl: Update fsl_soc to use cell-index property of I2C nodesTimur Tabi-2/+8
2008-06-02[POWERPC] fsl: Add CS4270 i2c data to fsl_soc.cTimur Tabi-0/+1
2008-06-02[POWERPC] fsl: Add warning for unrecognized I2C nodes in the device treeTimur Tabi-0/+4
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds-2/+2
2008-05-01[POWERPC] Squash build warning for print of resource_size_t in fsl_soc.cBecky Bruce-2/+2
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare-15/+12
2008-04-28powerpc: Add DIU platform code for MPC8610HPCDYork Sun-0/+41
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-579/+32
2008-04-17[POWERPC] fsl_soc: Factor fsl_get_sys_freq() out of the wdt and spi inits.Scott Wood-38/+32
2008-04-17[POWERPC] CPM: Always use new binding.Scott Wood-541/+0
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming-2/+3
2008-02-05[POWERPC] FSL: fix mpc83xx_spi device registrationKim Phillips-1/+1
2008-01-28[POWERPC] fsl_spi: stop using device_type = "spi"Anton Vorontsov-38/+60
2008-01-28spi_mpc83xx: use brg-frequency for SPI in QEAnton Vorontsov-13/+33