aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGavin Shan <gwshan@linux.vnet.ibm.com>2016-06-10 15:03:44 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-14 16:00:16 +1000
commit9338d3b5735e4bf2d437268d48a836cc100d1fd2 (patch)
tree51f5cf9ee560b3c735c2d999feada77a9ba6fdc0 /hw
parent3d3303734d1f60a330cc9c651b2b59dc3741c944 (diff)
downloadskiboot-9338d3b5735e4bf2d437268d48a836cc100d1fd2.zip
skiboot-9338d3b5735e4bf2d437268d48a836cc100d1fd2.tar.gz
skiboot-9338d3b5735e4bf2d437268d48a836cc100d1fd2.tar.bz2
hw/phb3: Remove useless comments
This removes the useless comments as the I2C based power managment is covered by this series of patches and the left items in the FIXUP aren't needed any more. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Reviewed-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/phb3.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/hw/phb3.c b/hw/phb3.c
index 026a97a..e093f90 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -13,20 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/*
- * PHB3 support
- *
- */
-
-/*
- *
- * FIXME:
- * More stuff for EEH support:
- * - PBCQ error reporting interrupt
- * - I2C-based power management (replacing SHPC)
- * - Directly detect fenced PHB through one dedicated HW reg
- */
-
#include <skiboot.h>
#include <io.h>
#include <timebase.h>