Sergey Gerasimov ([email protected])

Number of posts: 7 (0.1 per day)
First post: 2013-03-18 14:02:51
Last post: 2013-05-27 12:42:00

Date List Subject
2013-05-27 12:42:00 linux-kernel [PATCH 1/1] Add a new platform tree for ib8315.
2013-05-27 12:41:54 linux-kernel [PATCH 1/1] MPC831x: fix PCI express probing
2013-03-19 10:09:47 linux-kernel RE: [PATCH 1/1] Add a new platform tree for ib8315. Also add the DTS and the defconfig for that board.
2013-03-19 09:09:05 linux-kernel [PATCH 1/1] MPC831x: fix PCI express probing
2013-03-18 14:02:51 linux-kernel [PATCH 1/1] Add a new platform tree for ib8315. Also add the DTS and the defconfig for that board.
2013-03-18 14:02:48 linux-kernel [PATCH 1/1] For MPC831x the bus probing function needs the fixup to assign addresses to the PCI devices as it was for MPC85xx and MPC86xx. The fixup of the bridge vendor and device ID should be done early in PCI probing. Else the bridge is not detected as FIXUP_HEADER is called too late.
2013-03-18 14:02:46 linux-kernel [PATCH 1/1] The AT24 driver only uses page size of 1 byte if no platform data is provided to the probe function. When this eeprom is detected via open firmware tree in powerpc architecture the correct chip type is given to the probe function. So the driver can extract the page size for optimal performance out of this chip type.