index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
edac
/
mpc85xx_edac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EDAC, mpc85xx: Extend error address to 64 bit
York Sun
2015-05-31
1
-3
/
+7
*
EDAC: Constify of_device_id array
Fabian Frederick
2015-03-20
1
-2
/
+2
*
EDAC: mpc85xx: Use static attribute groups for sysfs entries
Takashi Iwai
2015-02-23
1
-30
/
+8
*
mpc85xx_edac: Fix a typo in comments
Alexander Kuleshov
2015-01-02
1
-1
/
+1
*
edac: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-2
/
+0
*
mpc85xx_edac: Make L2 interrupt shared too
Borislav Petkov
2014-09-30
1
-1
/
+1
*
edac/85xx: Remove deprecated IRQF_DISABLED
Johannes Thumshirn
2014-02-07
1
-3
/
+3
*
edac/85xx: Add PCIe error interrupt edac support
Chunhe Lan
2013-11-25
1
-11
/
+87
*
edac/85xx: Remove mpc85xx_pci_err_remove
Johannes Thumshirn
2013-11-17
1
-22
/
+0
*
mpc85xx_edac: Fix typo
Baruch Siach
2013-02-10
1
-2
/
+2
*
Drivers: edac: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-4
/
+4
*
powerpc/fsl-pci: Unify pci/pcie initialization code
Jia Hongtao
2012-09-12
1
-31
/
+12
*
Merge branch 'devel'
Mauro Carvalho Chehab
2012-07-29
1
-57
/
+74
|
\
|
*
edac: edac_mc_handle_error(): add an error_count parameter
Mauro Carvalho Chehab
2012-06-12
1
-2
/
+2
|
*
edac: remove arch-specific parameter for the error handler
Mauro Carvalho Chehab
2012-06-11
1
-2
/
+2
|
*
edac: Convert debugfX to edac_dbg(X,
Joe Perches
2012-06-11
1
-11
/
+11
|
*
edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs
Mauro Carvalho Chehab
2012-06-11
1
-11
/
+11
|
*
edac: change the mem allocation scheme to make Documentation/kobject.txt happy
Mauro Carvalho Chehab
2012-06-11
1
-3
/
+3
|
*
mpc85xx_edac: convert sysfs logic to use struct device
Mauro Carvalho Chehab
2012-06-11
1
-38
/
+55
|
*
edac: Rename the parent dev to pdev
Mauro Carvalho Chehab
2012-06-11
1
-2
/
+2
*
|
mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc'
Kim Phillips
2012-06-11
1
-1
/
+2
|
/
*
edac: Remove the legacy EDAC ABI
Mauro Carvalho Chehab
2012-05-28
1
-2
/
+1
*
mpc85xx_edac: convert driver to use the new edac ABI
Mauro Carvalho Chehab
2012-05-28
1
-5
/
+17
*
edac: move nr_pages to dimm struct
Mauro Carvalho Chehab
2012-05-28
1
-1
/
+2
*
edac: move dimm properties to struct dimm_info
Mauro Carvalho Chehab
2012-05-28
1
-5
/
+8
*
drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edac
Shaohui Xie
2011-11-24
1
-1
/
+1
*
drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...
Kai.Jiang
2011-07-26
1
-2
/
+2
*
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-10
1
-6
/
+6
*
edac/mpc85xx: Limit setting/clearing of HID1[RFXE] to e500v1/v2 cores
Kumar Gala
2011-04-04
1
-8
/
+19
*
dt/powerpc: Eliminate users of of_platform_{,un}register_driver
Grant Likely
2011-02-28
1
-15
/
+12
*
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-12
1
-6
/
+6
|
\
|
*
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
1
-6
/
+6
*
|
edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllers
Anton Vorontsov
2010-08-11
1
-0
/
+6
*
|
edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKE
Christoph Egger
2010-08-11
1
-5
/
+5
|
/
*
edac: mpc85xx: fix coldplug/hotplug module autoloading
Anton Vorontsov
2010-07-27
1
-0
/
+3
*
edac: mpc85xx: add support for MPC8569 EDAC controllers
Anton Vorontsov
2010-07-20
1
-0
/
+1
*
of/edac: fix build breakage in drivers
Anatolij Gustschin
2010-06-02
1
-6
/
+6
*
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-22
1
-18
/
+12
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
edac: mpc85xx use resource_size instead of raw math
H Hartley Sweeten
2010-03-12
1
-4
/
+3
*
edac: mpc85xx improve SDRAM error reporting
Peter Tyser
2010-03-12
1
-8
/
+138
*
edac: mpc85xx mask ecc syndrome correctly
Peter Tyser
2010-03-12
1
-1
/
+11
*
edac: mpc85xx fix build regression by removing unused debug code
Peter Tyser
2010-02-11
1
-4
/
+0
*
edac: mpc85xx fix bad page calculation
Peter Tyser
2010-02-11
1
-2
/
+2
*
edac: i5400 fix missing CONFIG_PCI define
Ira W. Snyder
2009-10-29
1
-0
/
+2
*
edac: mpc85xx add mpc83xx support
Ira W. Snyder
2009-09-24
1
-9
/
+19
*
edac: mpc85xx add P2020DS support
Yang Shi
2009-09-24
1
-0
/
+2
*
edac: add DDR3 memory type for MPC85xx EDAC
Yang Shi
2009-06-30
1
-0
/
+6
*
edac: ppc mpc85xx fix mc err detect
Dave Jiang
2009-04-21
1
-1
/
+1
*
edac: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-03-24
1
-1
/
+1
[next]