aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/mpc85xx_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-02mpc85xx_edac: Fix a typo in commentsAlexander Kuleshov1-1/+1
2014-10-20edac: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-09-30mpc85xx_edac: Make L2 interrupt shared tooBorislav Petkov1-1/+1
2014-02-07edac/85xx: Remove deprecated IRQF_DISABLEDJohannes Thumshirn1-3/+3
2013-11-25edac/85xx: Add PCIe error interrupt edac supportChunhe Lan1-11/+87
2013-11-17edac/85xx: Remove mpc85xx_pci_err_removeJohannes Thumshirn1-22/+0
2013-02-10mpc85xx_edac: Fix typoBaruch Siach1-2/+2
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-09-12powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao1-31/+12
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab1-57/+74
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-11/+11
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-11/+11
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-3/+3
2012-06-11mpc85xx_edac: convert sysfs logic to use struct deviceMauro Carvalho Chehab1-38/+55
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-2/+2
2012-06-11mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc'Kim Phillips1-1/+2
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-2/+1
2012-05-28mpc85xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-5/+17
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-1/+2
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-5/+8
2011-11-24drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie1-1/+1
2011-07-26drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_handle_ce()Kai.Jiang1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-6/+6
2011-04-04edac/mpc85xx: Limit setting/clearing of HID1[RFXE] to e500v1/v2 coresKumar Gala1-8/+19
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-15/+12
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+6
2010-08-11edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllersAnton Vorontsov1-0/+6
2010-08-11edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKEChristoph Egger1-5/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-6/+6
2010-07-27edac: mpc85xx: fix coldplug/hotplug module autoloadingAnton Vorontsov1-0/+3
2010-07-20edac: mpc85xx: add support for MPC8569 EDAC controllersAnton Vorontsov1-0/+1
2010-06-02of/edac: fix build breakage in driversAnatolij Gustschin1-6/+6
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-18/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-12edac: mpc85xx use resource_size instead of raw mathH Hartley Sweeten1-4/+3
2010-03-12edac: mpc85xx improve SDRAM error reportingPeter Tyser1-8/+138
2010-03-12edac: mpc85xx mask ecc syndrome correctlyPeter Tyser1-1/+11
2010-02-11edac: mpc85xx fix build regression by removing unused debug codePeter Tyser1-4/+0
2010-02-11edac: mpc85xx fix bad page calculationPeter Tyser1-2/+2
2009-10-29edac: i5400 fix missing CONFIG_PCI defineIra W. Snyder1-0/+2
2009-09-24edac: mpc85xx add mpc83xx supportIra W. Snyder1-9/+19
2009-09-24edac: mpc85xx add P2020DS supportYang Shi1-0/+2
2009-06-30edac: add DDR3 memory type for MPC85xx EDACYang Shi1-0/+6
2009-04-21edac: ppc mpc85xx fix mc err detectDave Jiang1-1/+1
2009-03-24edac: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06edac: fix mpc85xx and add mpc8536 mpc8560Kumar Gala1-42/+32
2008-10-16edac mpc85xx: add support for mpc8572Andrew Kilkenny1-7/+26
2008-07-25edac: mpc85xx fix pci ofdev 2nd passDave Jiang1-24/+43