TPS6507XSW-LINUX
Linux ドライバ、TPS6507X 用
TPS6507XSW-LINUX
概要
The Linux driver supports the TPS6507X series of PMICs. The Linux driver supports communication through the I2C bus and interfaces with the Regulator and GPIO sub-systems.
Linux Mainline Status
Available in Linux Main line: Yes
Available through git.ti.com: N/A
Supported Devices:
- tps65070
- tps65073
- tps650731
- tps650732
Linux Source Files
The files associated with this device are:
- drivers/mfd/tps6507x.c
- drivers/regulator/tps6507x-regulator.c
- drivers/input/touchscreen/tps6507x-ts.c
- Documentation/devicetree/bindings/mfd/tps6507x.txt
- include/linux/mfd/tps6507x.h
- include/linux/regulator/tps6507x.h
- include/linux/input/tps6507x-ts.h
Source Files
drivers/mfd/tps6507x.c
drivers/regulator/tps6507x-regulator.c
drivers/input/touchscreen/tps6507x-ts.c
Linux Device Tree Documenation
Documentation/devicetree/bindings/mfd/tps6507x.txt
Other Files
include/linux/mfd/tps6507x.h
include/linux/regulator/tps6507x.h
include/linux/input/tps6507x-ts.h
Enabling Driver Support
Configure kernel with "make menuconfig" (alternatively use "make xconfig" or"make nconfig")
Menuconfig Location
Symbol: TPS6507X [=y]Type : tristatePrompt: TI TPS6507x Power Management / Touch Screen chips Location: -> Device Drivers -> Multifunction device drivers Defined at drivers/mfd/Kconfig:1045 Depends on: HAS_IOMEM [=y] && I2C [=y] Selects: MFD_CORE [=y]Symbol: REGULATOR_TPS6507X [=y]Type : tristatePrompt: TI TPS6507X Power regulators Location: -> Device Drivers -> Voltage and Current Regulator Support (REGULATOR [=y]) Defined at drivers/regulator/Kconfig:662 Depends on: REGULATOR [=y] && I2C [=y]Symbol: TOUCHSCREEN_TPS6507X [=y]Type : tristatePrompt: TPS6507x based touchscreens Location: -> Device Drivers -> Input device support -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) -> Touchscreens (INPUT_TOUCHSCREEN [=y]) Defined at drivers/input/touchscreen/Kconfig:1016 Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y] Selects: INPUT_POLLDEV [=y]Symbol: REGULATOR_TPS6507X [=y]Type : tristatePrompt: TI TPS6507X Power regulators Location: -> Device Drivers -> Voltage and Current Regulator Support (REGULATOR [=y]) Defined at drivers/regulator/Kconfig:662 Depends on: REGULATOR [=y] && I2C [=y]Symbol: TOUCHSCREEN_TPS6507X [=y]Type : tristatePrompt: TPS6507x based touchscreens Location: -> Device Drivers -> Input device support -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) -> Touchscreens (INPUT_TOUCHSCREEN [=y]) Defined at drivers/input/touchscreen/Kconfig:1016 Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y] Selects: INPUT_POLLDEV [=y]
Fixes and Code Enhancements
If there are fixes and or code enhancements that need to be added to thisdriver please either1. Send the patches to the relevant Linux Kernel community as listed in the maintainers file located: Hereor2. Contact your TI representative.