[PATCH 0/9] Add support for ST-Ericsson CG2900

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the second patch set adding support to the ST-Ericsson CG2900
Connectivity Combo controller.
CG2900 is a controller supporting GPS, Bluetooth, and FM RX/TX. More info can be
found at http://www.stericsson.com/product/223489.jsp

Compared to the first patch set, this patch set includes use of MFD cells and
proper use of platform device registration. It also addresses comments received
for the first patch set.

Par-Gunnar Hjalmdahl (9):
 MFD: Add support for the ST-Ericsson CG2900.
 MFD: Add char devices for the ST-Ericsson CG2900.
 MFD: Add chip handler for the ST-Ericsson CG2900.
 MFD: Add chip handler for the ST-Ericsson STLC2690.
 MFD: Add UART support for the ST-Ericsson CG2900.
 MFD: Add support for the ST-Ericsson CG2900 Audio.
 arch/arm/mach-ux500: Add support for the ST-Ericsson CG2900.
 Bluetooth: Add support for the ST-Ericsson CG2900.
 DocBook: Add ST-Ericsson CG2900 docs

Documentation/DocBook/Makefile             |    2 +-
Documentation/DocBook/cg2900.tmpl          | 1332 ++++++++++++
arch/arm/mach-ux500/Makefile               |    1 +
arch/arm/mach-ux500/board-mop500.c         |    3 +
arch/arm/mach-ux500/devices-cg2900.c       |  261 +++
arch/arm/mach-ux500/include/mach/devices.h |    4 +
drivers/bluetooth/Kconfig                  |    7 +
drivers/bluetooth/Makefile                 |    1 +
drivers/bluetooth/btcg2900.c               |  925 +++++++++
drivers/mfd/Kconfig                        |   35 +
drivers/mfd/Makefile                       |    3 +
drivers/mfd/cg2900/Makefile                |   16 +
drivers/mfd/cg2900/cg2900_audio.c          | 3026 ++++++++++++++++++++++++++++
drivers/mfd/cg2900/cg2900_char_devices.c   |  745 +++++++
drivers/mfd/cg2900/cg2900_chip.c           | 2238 ++++++++++++++++++++
drivers/mfd/cg2900/cg2900_chip.h           |  588 ++++++
drivers/mfd/cg2900/cg2900_core.c           | 2401 ++++++++++++++++++++++
drivers/mfd/cg2900/cg2900_core.h           |  303 +++
drivers/mfd/cg2900/cg2900_debug.h          |   76 +
drivers/mfd/cg2900/cg2900_uart.c           | 1851 +++++++++++++++++
drivers/mfd/cg2900/hci_defines.h           |   81 +
drivers/mfd/cg2900/stlc2690_chip.c         | 1150 +++++++++++
drivers/mfd/cg2900/stlc2690_chip.h         |   37 +
include/linux/mfd/cg2900.h                 |  187 ++
include/linux/mfd/cg2900_audio.h           |  460 +++++
25 files changed, 15732 insertions(+), 1 deletions(-)
create mode 100644 Documentation/DocBook/cg2900.tmpl
create mode 100644 arch/arm/mach-ux500/devices-cg2900.c
create mode 100644 drivers/bluetooth/btcg2900.c
create mode 100644 drivers/mfd/cg2900/Makefile
create mode 100644 drivers/mfd/cg2900/cg2900_audio.c
create mode 100644 drivers/mfd/cg2900/cg2900_char_devices.c
create mode 100644 drivers/mfd/cg2900/cg2900_chip.c
create mode 100644 drivers/mfd/cg2900/cg2900_chip.h
create mode 100644 drivers/mfd/cg2900/cg2900_core.c
create mode 100644 drivers/mfd/cg2900/cg2900_core.h
create mode 100644 drivers/mfd/cg2900/cg2900_debug.h
create mode 100644 drivers/mfd/cg2900/cg2900_uart.c
create mode 100644 drivers/mfd/cg2900/hci_defines.h
create mode 100644 drivers/mfd/cg2900/stlc2690_chip.c
create mode 100644 drivers/mfd/cg2900/stlc2690_chip.h
create mode 100644 include/linux/mfd/cg2900.h
create mode 100644 include/linux/mfd/cg2900_audio.h
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux