All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH skeleton 0/5] Remove custom org.openbmc.Object.ObjectMapper usage
@ 2016-04-14 16:00 OpenBMC Patches
  2016-04-14 16:00 ` [PATCH skeleton 1/5] Remove fan control support from Palmetto OpenBMC Patches
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: OpenBMC Patches @ 2016-04-14 16:00 UTC (permalink / raw)
  To: openbmc



<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/skeleton/61)
<!-- Reviewable:end -->


https://github.com/openbmc/skeleton/pull/61

Brad Bishop (5):
  Remove fan control support from Palmetto
  Add gitignore file
  Whitespace fixes for objects/*.c
  Fix compiler warnings for objects/*
  Remove custom org.openbmc.Object.ObjectMapper

 .gitignore                      |    6 +
 Makefile                        |   28 +-
 bin/Palmetto.py                 |    7 -
 bin/system_manager.py           |    4 +-
 includes/object_mapper.c        |   31 --
 includes/object_mapper.h        |   10 -
 includes/openbmc.h              |    2 +-
 objects/board_vpd_obj.c         |  119 ++---
 objects/button_power_obj.c      |  345 ++++++------
 objects/button_reset_obj.c      |  180 +++----
 objects/control_bmc_barreleye.c |  496 +++++++++--------
 objects/control_bmc_obj.c       |  445 ++++++++--------
 objects/control_host_obj.c      |  540 +++++++++----------
 objects/fan_generic_obj.c       |  263 +++++----
 objects/flash_bios_obj.c        |  838 ++++++++++++++---------------
 objects/flasher_obj.c           |  877 +++++++++++++++---------------
 objects/host_watchdog_obj.c     |  365 +++++++------
 objects/hwmons_barreleye.c      |  433 ++++++++-------
 objects/hwmons_palmetto.c       |  422 +++++++--------
 objects/led_controller.c        | 1124 ++++++++++++++++++++-------------------
 objects/pcie_slot_present_obj.c |  327 ++++++------
 objects/power_control_obj.c     |  633 +++++++++++-----------
 22 files changed, 3656 insertions(+), 3839 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 includes/object_mapper.c
 delete mode 100644 includes/object_mapper.h
 mode change 100755 => 100644 objects/button_reset_obj.c
 mode change 100755 => 100644 objects/control_host_obj.c
 mode change 100755 => 100644 objects/led_controller.c

-- 
2.7.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-21 14:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 16:00 [PATCH skeleton 0/5] Remove custom org.openbmc.Object.ObjectMapper usage OpenBMC Patches
2016-04-14 16:00 ` [PATCH skeleton 1/5] Remove fan control support from Palmetto OpenBMC Patches
2016-04-14 16:00 ` [PATCH skeleton 2/5] Add gitignore file OpenBMC Patches
2016-04-14 16:00 ` [PATCH skeleton 3/5] Whitespace fixes for objects/*.c OpenBMC Patches
2016-04-14 16:00 ` [PATCH skeleton 4/5] Fix compiler warnings for objects/* OpenBMC Patches
2016-04-18  0:37   ` Cyril Bur
2016-04-21 14:15     ` Brad Bishop
2016-04-14 16:00 ` [PATCH skeleton 5/5] Remove custom org.openbmc.Object.ObjectMapper OpenBMC Patches
2016-04-18  0:43 ` [PATCH skeleton 0/5] Remove custom org.openbmc.Object.ObjectMapper usage Cyril Bur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.