From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Thu, 01 Sep 2011 11:13:30 +0200 Subject: [U-Boot] [PATCH 0/2] misc:max8998 Support for MAX8998 PMIC driver Message-ID: <1314868412-2949-1-git-send-email-l.majewski@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series add support for MAXIM's MAX8998 power IC chip. It also enables usage of it on the GONI reference target. Lukasz Majewski (2): misc:max8998 Support for MAX8998 PMIC driver misc:samsung:s5p Enable MAX8998 support at GONI reference target drivers/misc/Makefile | 1 + drivers/misc/max8998_pmic.c | 74 ++++++++++++++++++++++++++++++++++++ include/configs/s5p_goni.h | 2 + include/max8998_pmic.h | 87 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 164 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/max8998_pmic.c create mode 100644 include/max8998_pmic.h -- 1.7.2.3