forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
Lochnagar is an evaluation and development board for Cirrus Logic Smart CODEC and Amp devices. It allows the connection of most Cirrus Logic devices on mini-cards, as well as allowing connection of various application processor systems to provide a full evaluation platform. This driver supports the board controller chip on the Lochnagar board. Audio system topology, clocking and power can all be controlled through the Lochnagar controller chip, allowing the device under test to be used in a variety of possible use cases. As the Lochnagar is a fairly complex device this MFD driver allows the drivers for the various features to be bound in. Initially clocking, regulator and pinctrl will be added as these are necessary to configure the system. But in time at least audio and voltage/current monitoring will also be added. Signed-off-by: Charles Keepax <[email protected]> Signed-off-by: Lee Jones <[email protected]>
- Loading branch information
1 parent
fdc98f0
commit 422dcaf
Showing
7 changed files
with
928 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3700,6 +3700,23 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/net/ethernet/cirrus/ep93xx_eth.c | ||
|
||
CIRRUS LOGIC LOCHNAGAR DRIVER | ||
M: Charles Keepax <[email protected]> | ||
M: Richard Fitzgerald <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/clk/clk-lochnagar.c | ||
F: drivers/mfd/lochnagar-i2c.c | ||
F: drivers/pinctrl/cirrus/pinctrl-lochnagar.c | ||
F: drivers/regulator/lochnagar-regulator.c | ||
F: include/dt-bindings/clk/lochnagar.h | ||
F: include/dt-bindings/pinctrl/lochnagar.h | ||
F: include/linux/mfd/lochnagar* | ||
F: Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt | ||
F: Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt | ||
F: Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt | ||
F: Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt | ||
|
||
CISCO FCOE HBA DRIVER | ||
M: Satish Kharat <[email protected]> | ||
M: Sesidhar Baddela <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.