Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308712
b: refs/heads/master
c: 35bdd29
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Rubini authored and Samuel Ortiz committed May 9, 2012
1 parent 31ea513 commit 44c6768
Show file tree
Hide file tree
Showing 6 changed files with 810 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ceb57d27e28a8f979cbfd6391b7da6da51484059
refs/heads/master: 35bdd29095ad614c5fb4a934bfd4f57a94dfd395
12 changes: 12 additions & 0 deletions trunk/arch/x86/include/asm/sta2x11.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Header file for STMicroelectronics ConneXt (STA2X11) IOHub
*/
#ifndef __ASM_STA2X11_H
#define __ASM_STA2X11_H

#include <linux/pci.h>

/* This needs to be called from the MFD to configure its sub-devices */
struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev);

#endif /* __ASM_STA2X11_H */
5 changes: 5 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,11 @@ config MFD_RC5T583
Additional drivers must be enabled in order to use the
different functionality of the device.

config MFD_STA2X11
bool "STA2X11 multi function device support"
depends on STA2X11
select MFD_CORE

config MFD_ANATOP
bool "Support for Freescale i.MX on-chip ANATOP controller"
depends on SOC_IMX6Q
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_MFD_DAVINCI_VOICECODEC) += davinci_voicecodec.o
obj-$(CONFIG_MFD_DM355EVM_MSP) += dm355evm_msp.o
obj-$(CONFIG_MFD_TI_SSP) += ti-ssp.o

obj-$(CONFIG_MFD_STA2X11) += sta2x11-mfd.o
obj-$(CONFIG_MFD_STMPE) += stmpe.o
obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o
Expand Down
Loading

0 comments on commit 44c6768

Please sign in to comment.