aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_soc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+0
2023-08-08net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy1-3/+0
2023-08-04serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy1-2/+0
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-21powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring1-12/+4
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-08-10powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy1-1/+1
2016-11-23powerpc/fsl_soc: improve and simplify get_baudrateHeiner Kallweit1-8/+2
2016-11-23powerpc/fsl_soc: improve and simplify get_brgfreqHeiner Kallweit1-17/+7
2016-11-23powerpc/fsl_soc: improve and simplify fsl_get_sys_freqHeiner Kallweit1-10/+4
2016-09-25powerpc: Convert fsl_rstcr_restart to a reset handlerAndrey Smirnov1-13/+20
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-3/+5
2014-11-10powerpc/fsl: fsl_soc: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-1/+1
2014-05-22powerpc/fsl: fsl_soc: remove 'fixed-link' parsing codeFlorian Fainelli1-32/+0
2013-02-12powerpc/fsl: fsl_soc: sparse fixesKim Phillips1-2/+2
2012-10-05powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcallsScott Wood1-0/+2
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-27powerpc: add Freescale hypervisor partition control functionsTimur Tabi1-0/+27
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-163/+0
2010-10-22USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin1-163/+0
2010-10-14powerpc/fsl_soc: Search all global-utilities nodes for rstccrMatthew McClintock1-7/+13
2009-11-20powerpc/85xx: Kconfig cleanupKumar Gala1-1/+1
2009-08-24powerpc/85xx: issue fsl_soc reboot warning only when applicablePaul Gortmaker1-2/+4
2009-05-19powerpc/fsl: use of_iomap() for rstcr mappingKumar Gala1-10/+4
2009-05-08powerpc/fsl_soc: Remove mpc83xx_wdt_init, againAnton Vorontsov1-46/+0
2009-04-01powerpc/fsl_soc: isolate legacy fsl_spi support to mpc832x_rdb boardsAnton Vorontsov1-107/+0
2009-04-01spi_mpc83xx: rework chip selects handlingAnton Vorontsov1-8/+6
2009-03-09powerpc/83xx: Do not configure or probe disabled FSL DR USB controllersAnton Vorontsov1-0/+4
2008-12-16gianfar: Convert gianfar to an of_platform_driverAndy Fleming1-213/+28
2008-10-31gianfar: Fix race in TBI/SerDes configurationTrent Piepho1-0/+26
2008-10-13powerpc: remove support for bootmem-allocated memory for the DIU driverTimur Tabi1-37/+1
2008-09-29powerpc/fsl_soc: remove mpc83xx_wdt codeAnton Vorontsov1-47/+0
2008-07-16gianfar: Add magic packet and suspend/resume support.Scott Wood1-0/+3
2008-07-16powerpc: Add support for multiple gfar mdio interfacesAndy Fleming1-46/+38
2008-07-16powerpc/fsl_soc: gianfar: don't probe disabled devicesAnton Vorontsov1-0/+3
2008-07-12powerpc/i2c: Convert i2c-mpc into an of_platform driverJon Smirl1-133/+0
2008-06-09Merge branch 'merge'Paul Mackerras1-1/+1
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare1-1/+1
2008-06-02[POWERPC] fsl: Update fsl_soc to use cell-index property of I2C nodesTimur Tabi1-2/+8
2008-06-02[POWERPC] fsl: Add CS4270 i2c data to fsl_soc.cTimur Tabi1-0/+1
2008-06-02[POWERPC] fsl: Add warning for unrecognized I2C nodes in the device treeTimur Tabi1-0/+4
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2008-05-01[POWERPC] Squash build warning for print of resource_size_t in fsl_soc.cBecky Bruce1-2/+2
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-15/+12
2008-04-28powerpc: Add DIU platform code for MPC8610HPCDYork Sun1-0/+41
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-579/+32
2008-04-17[POWERPC] fsl_soc: Factor fsl_get_sys_freq() out of the wdt and spi inits.Scott Wood1-38/+32
2008-04-17[POWERPC] CPM: Always use new binding.Scott Wood1-541/+0
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-2/+3
2008-02-05[POWERPC] FSL: fix mpc83xx_spi device registrationKim Phillips1-1/+1
2008-01-28[POWERPC] fsl_spi: stop using device_type = "spi"Anton Vorontsov1-38/+60
2008-01-28spi_mpc83xx: use brg-frequency for SPI in QEAnton Vorontsov1-13/+33
2008-01-28[POWERPC] QE: get rid of most device_types and modelAnton Vorontsov1-1/+4
2008-01-23[POWERPC] fsl_soc: Fix get_immrbase() to use ranges, rather than reg.Scott Wood1-2/+10
2008-01-23[POWERPC] fsl_soc: add support to gianfar for fixed-link propertyVitaly Bordug1-17/+62
2008-01-23[POWERPC] 83xx: USB device tree cleanupsLi Yang1-7/+5
2008-01-17[POWERPC] Use for_each macros in arch/powerpc/sysdevCyrill Gorcunov1-4/+3
2007-12-12[POWERPC] FSL: enet device tree cleanupsKumar Gala1-5/+10
2007-12-11[POWERPC] FSL: I2C device tree cleanupsKumar Gala1-5/+3
2007-10-08[POWERPC] spi: Support non-QE processorsPeter Korsgaard1-0/+4
2007-10-08[POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala1-0/+38
2007-10-04[POWERPC] MPC8568E-MDS: add support for ds1374 rtcAnton Vorontsov1-0/+1
2007-10-04[POWERPC] fsl_soc: fix uninitialized i2c_board_info structureAnton Vorontsov1-2/+1
2007-10-04[POWERPC] fsl_soc: rtc-ds1307 supportPeter Korsgaard1-0/+6
2007-10-04[POWERPC] fsl_soc: Fix trivial printk typo.Peter Korsgaard1-1/+1
2007-10-03[POWERPC] Introduce new CPM device bindings.Scott Wood1-0/+2
2007-10-03[POWERPC] CPM: Change from fsl,brg-frequency to brg/clock-frequencyScott Wood1-10/+14
2007-09-14[POWERPC] fsl_soc: add support for fsl_spiAnton Vorontsov1-0/+87
2007-09-14[POWERPC] fsl_soc.c cleanupScott Wood1-10/+17
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-0/+1
2007-08-17[POWERPC] Fix 8xx compile failureKumar Gala1-0/+1
2007-08-17[POWERPC] Fix i2c device string formatGuennadi Liakhovetski1-4/+9
2007-07-26[POWERPC] Add of_register_i2c_devices()Guennadi Liakhovetski1-0/+61
2007-07-18Fix RGMII-ID handling in gianfarAndy Fleming1-0/+9
2007-07-10[POWERPC] 8xx: mpc885ads pcmcia supportVitaly Bordug1-0/+13
2007-05-09[POWERPC] fsl_soc: Make mac_addr const in fs_enet_of_init().Scott Wood1-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-42/+48
2007-02-17[POWERPC] add of_get_mac_address and update fsl_soc.c to use itTimur Tabi1-12/+7
2007-02-08[POWERPC] 83xx: Add platform_device for USB DR peripheral driverLi Yang1-19/+59
2007-02-07[POWERPC] 8xx: platform related changes to the fsl_socVitaly Bordug1-2/+272
2006-11-13[PATCH] Slight refactor of interrupt mapping for FSL partsAndy Fleming1-17/+11
2006-10-07[POWERPC] Fix fsl_soc build breaksOlof Johansson1-4/+5
2006-10-03POWERPC: 8272ads merge to powerpc: common stuffVitaly Bordug1-7/+55
2006-09-21POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug1-1/+7
2006-09-21POWERPC: overhaul with cpm2_map mechanismVitaly Bordug1-0/+7
2006-09-21POWERPC: Get rid of remapping the whole immrVitaly Bordug1-1/+1
2006-09-21POWERPC: Add cpm2 stuff support to the fsl_soc.cVitaly Bordug1-5/+263
2006-08-25Merge branch 'merge'Paul Mackerras1-2/+10
2006-08-23[POWERPC] Rewrite the PPC 86xx IRQ handling to use Flat Device TreeJon Loeliger1-18/+12
2006-08-18[POWERPC] Convert to mac-address for ethernet MAC address data.Jon Loeliger1-2/+10
2006-08-08[POWERPC] Rewrite the PPC 86xx IRQ handling to use Flat Device TreeJon Loeliger1-18/+12
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-15/+15
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala1-40/+26
2006-02-07[PATCH] powerpc: Add platform support for MPC834x USB controllersKumar Gala1-0/+140
2006-02-07[PATCH] powerpc: cleaned up fsl_soc.cKumar Gala1-58/+94
2006-01-14[PATCH] powerpc: Add FSL SOC library and setup codeKumar Gala1-0/+317