summaryrefslogtreecommitdiffstats
path: root/drivers/edac/mpc85xx_edac.c
Commit message (Expand)AuthorAgeFilesLines
* mpc85xx_edac: Fix typoBaruch Siach2013-02-101-2/+2
* Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao2012-09-121-31/+12
* Merge branch 'devel'Mauro Carvalho Chehab2012-07-291-57/+74
|\
| * edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab2012-06-121-2/+2
| * edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab2012-06-111-2/+2
| * edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-11/+11
| * edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-11/+11
| * edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab2012-06-111-3/+3
| * mpc85xx_edac: convert sysfs logic to use struct deviceMauro Carvalho Chehab2012-06-111-38/+55
| * edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-2/+2
* | mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc'Kim Phillips2012-06-111-1/+2
|/
* edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-281-2/+1
* mpc85xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-5/+17
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-281-1/+2
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-281-5/+8
* drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie2011-11-241-1/+1
* drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang2011-07-261-2/+2
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-6/+6
* edac/mpc85xx: Limit setting/clearing of HID1[RFXE] to e500v1/v2 coresKumar Gala2011-04-041-8/+19
* dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-15/+12
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-6/+6
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-6/+6
* | edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllersAnton Vorontsov2010-08-111-0/+6
* | edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKEChristoph Egger2010-08-111-5/+5
|/
* edac: mpc85xx: fix coldplug/hotplug module autoloadingAnton Vorontsov2010-07-271-0/+3
* edac: mpc85xx: add support for MPC8569 EDAC controllersAnton Vorontsov2010-07-201-0/+1
* of/edac: fix build breakage in driversAnatolij Gustschin2010-06-021-6/+6
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-18/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* edac: mpc85xx use resource_size instead of raw mathH Hartley Sweeten2010-03-121-4/+3
* edac: mpc85xx improve SDRAM error reportingPeter Tyser2010-03-121-8/+138
* edac: mpc85xx mask ecc syndrome correctlyPeter Tyser2010-03-121-1/+11
* edac: mpc85xx fix build regression by removing unused debug codePeter Tyser2010-02-111-4/+0
* edac: mpc85xx fix bad page calculationPeter Tyser2010-02-111-2/+2
* edac: i5400 fix missing CONFIG_PCI defineIra W. Snyder2009-10-291-0/+2
* edac: mpc85xx add mpc83xx supportIra W. Snyder2009-09-241-9/+19
* edac: mpc85xx add P2020DS supportYang Shi2009-09-241-0/+2
* edac: add DDR3 memory type for MPC85xx EDACYang Shi2009-06-301-0/+6
* edac: ppc mpc85xx fix mc err detectDave Jiang2009-04-211-1/+1
* edac: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* edac: fix mpc85xx and add mpc8536 mpc8560Kumar Gala2009-01-061-42/+32
* edac mpc85xx: add support for mpc8572Andrew Kilkenny2008-10-161-7/+26
* edac: mpc85xx fix pci ofdev 2nd passDave Jiang2008-07-251-24/+43
* edac: mpc85xx: fix building as a moduleKumar Gala2008-05-241-3/+0
* drivers/edac: mpc85xx: add static scopeDoug Thompson2008-02-071-1/+1
* drivers-edac: add freescale mpc85xx driverDave Jiang2008-02-071-0/+1043