mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
e5476f57b3
Core GPIO library: - remove unused symbols - don't spam the kernel log with messages about hogs - remove old sysfs API cruft - improve handling of GPIO masks New drivers - add a driver for the BlueField-3 GPIO controller - add GPIO support for the TPS65219 PMIC Driver improvements: - extend the gpio-aggregator driver to support ramp-up/ramp-down delay - remove unnecessary CONFIG_OF guards from gpio-aggregator - readability improvements in gpio-tangier - switch i2c drivers back to using probe() now that it's been converted in the i2c subsystem to not taking the id parameter - remove unused inclusions of of_gpio.h in several drivers - make pm ops static in gpio-davinci and fix a comment - use more devres in drivers to shrink and simplify the code - add missing include in gpio-sa1100 - add HAS_IOPORT KConfig dependency where needed - add permissions checks before accessing pins in gpio-tegra186 - convert the gpio-zynq driver to using immutable irqchips - preserve output settings set by the bootloader in gpio-mpc8xxx Selftests: - tweak the variable naming in script tests Device tree updates: - convert gpio-mmio and gpio-stmpe to YAML - add parsing of GPIO hogs to gpio-vf610 - add bindings for the Cirrus EP93xx GPIO controller - add gpio-line-names property to the gpio-pca9570 bindings - extend the binding for x-powers,axp209 with another block -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFp3rbAvDxGAT0sefEacuoBRx13IFAmSbB5YACgkQEacuoBRx 13I8xhAAoI9irAnAbh+Lgn0EdziMlqE6E8oohBtRY7rHK7Pi3IZNoATK3GT5bebF a0+EzqOTM22g2qIv41zkG7SyBgdkRg6Ld+/ogvlgddphhEGxY3MdRbSyPacHlzj1 BYnOJt+uQ46TwnzyTjVLn/1aGcD2LPB0j4rS1HnbsDHT8xGAjdq2O3YYNH7ZairA ZbIc/2Cpn4X1YWXX+s3a4B8w1eCEoRNG2Fvie6hmr518TSctP/MiFe6W7+eQrHwT GI491Rr4qT/lmRFVsxslYUPREUe/va8RM3uIC23zEkZYjsbRLJ2tvCGulm8D/H1n rUB9yXj+n5mCjTH7Gebg7J99NKpHo4uoXKrFhhetH9a0adsJCOwBr14YO8NP66jK hmZW8f8+QEAA4nhXx0VqpOp1FGw5unhPF/k8Apct8TeVJCv9i8g5QRreTf1030Hl l8x7JhsHlZGADGeLBPaNBIjuCB99YEMNtl4Ouzh7w1/1JsFcwI/cdASNxrsI4SCf Tl92+xAqZlfnnuHAQFiBBwKxnsHxclBwq3umMQD7kB3cdMELh2gqA3M8F+NGp5SB XMcE3gwDH53fXu74523G36sqNqkLNF0K974LwzSz0t4A8tSlwbt2esvzpxa0bDLe oqYD+TGAvX+uzr05KZ1kyUfD+95mMHsYY9sQWoUzHQelGmXV32M= =3KNJ -----END PGP SIGNATURE----- Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux Pull gpio updates from Bartosz Golaszewski: "We have two new drivers, some improvements to the core code, lots of different updates to existing GPIO drivers and some dt-bindings on top. There's nothing controversial in here and almost everything has been in next for more than a week (95% a lot longer than this). The only thing that has spent less time in next is a new driver so no risk of regressions. The single merge pulls in changes that remove all usage of global GPIO numbers from arch/arm/mach-omap. Core GPIO library: - remove unused symbols - don't spam the kernel log with messages about hogs - remove old sysfs API cruft - improve handling of GPIO masks New drivers: - add a driver for the BlueField-3 GPIO controller - add GPIO support for the TPS65219 PMIC Driver improvements: - extend the gpio-aggregator driver to support ramp-up/ramp-down delay - remove unnecessary CONFIG_OF guards from gpio-aggregator - readability improvements in gpio-tangier - switch i2c drivers back to using probe() now that it's been converted in the i2c subsystem to not taking the id parameter - remove unused inclusions of of_gpio.h in several drivers - make pm ops static in gpio-davinci and fix a comment - use more devres in drivers to shrink and simplify the code - add missing include in gpio-sa1100 - add HAS_IOPORT KConfig dependency where needed - add permissions checks before accessing pins in gpio-tegra186 - convert the gpio-zynq driver to using immutable irqchips - preserve output settings set by the bootloader in gpio-mpc8xxx Selftests: - tweak the variable naming in script tests Device tree updates: - convert gpio-mmio and gpio-stmpe to YAML - add parsing of GPIO hogs to gpio-vf610 - add bindings for the Cirrus EP93xx GPIO controller - add gpio-line-names property to the gpio-pca9570 bindings - extend the binding for x-powers,axp209 with another block" * tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: (58 commits) of: unittest: drop assertions for GPIO hog messages gpiolib: Drop unused domain_ops memeber of GPIO IRQ chip gpio: synq: remove unused zynq_gpio_irq_reqres/zynq_gpio_irq_relres dt-bindings: gpio: gpio-vf610: Add parsing of hogs gpio: lpc18xx: Remove unused of_gpio.h inclusion gpio: xra1403: Remove unused of_gpio.h inclusion gpio: mpc8xxx: Remove unused of_gpio.h inclusion dt-bindings: gpio: Add Cirrus EP93xx gpio: mpc8xxx: latch GPIOs state on module load when configured as output selftests: gpio: gpio-sim: Use same variable name for sysfs pathname gpio: mlxbf3: Add gpio driver support gpio: delay: Remove duplicative functionality gpio: aggregator: Set up a parser of delay line parameters gpio: aggregator: Support delay for setting up individual GPIOs gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protections dt-bindings: gpio: pca9570: add gpio-line-names property gpiolib: remove unused gpio_cansleep() gpio: tps65219: add GPIO support for TPS65219 PMIC gpio: zynq: fix zynqmp_gpio not an immutable chip warning gpio: davinci: make davinci_gpio_dev_pm_ops static ...
372 lines
8.9 KiB
C
372 lines
8.9 KiB
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* linux/arch/arm/mach-omap1/board-sx1.c
|
|
*
|
|
* Modified from board-generic.c
|
|
*
|
|
* Support for the Siemens SX1 mobile phone.
|
|
*
|
|
* Original version : Vladimir Ananiev (Vovan888-at-gmail com)
|
|
*
|
|
* Maintainters : Vladimir Ananiev (aka Vovan888), Sergge
|
|
* oslik.ru
|
|
*/
|
|
#include <linux/gpio/machine.h>
|
|
#include <linux/gpio/consumer.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/init.h>
|
|
#include <linux/input.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/notifier.h>
|
|
#include <linux/mtd/mtd.h>
|
|
#include <linux/mtd/partitions.h>
|
|
#include <linux/mtd/physmap.h>
|
|
#include <linux/types.h>
|
|
#include <linux/i2c.h>
|
|
#include <linux/errno.h>
|
|
#include <linux/export.h>
|
|
#include <linux/omapfb.h>
|
|
#include <linux/platform_data/keypad-omap.h>
|
|
#include <linux/omap-dma.h>
|
|
#include "tc.h"
|
|
|
|
#include <asm/mach-types.h>
|
|
#include <asm/mach/arch.h>
|
|
#include <asm/mach/map.h>
|
|
|
|
#include "flash.h"
|
|
#include "mux.h"
|
|
#include "board-sx1.h"
|
|
#include "hardware.h"
|
|
#include "usb.h"
|
|
#include "common.h"
|
|
|
|
/* Write to I2C device */
|
|
int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value)
|
|
{
|
|
struct i2c_adapter *adap;
|
|
int err;
|
|
struct i2c_msg msg[1];
|
|
unsigned char data[2];
|
|
|
|
adap = i2c_get_adapter(0);
|
|
if (!adap)
|
|
return -ENODEV;
|
|
msg->addr = devaddr; /* I2C address of chip */
|
|
msg->flags = 0;
|
|
msg->len = 2;
|
|
msg->buf = data;
|
|
data[0] = regoffset; /* register num */
|
|
data[1] = value; /* register data */
|
|
err = i2c_transfer(adap, msg, 1);
|
|
i2c_put_adapter(adap);
|
|
if (err >= 0)
|
|
return 0;
|
|
return err;
|
|
}
|
|
|
|
/* Read from I2C device */
|
|
int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value)
|
|
{
|
|
struct i2c_adapter *adap;
|
|
int err;
|
|
struct i2c_msg msg[1];
|
|
unsigned char data[2];
|
|
|
|
adap = i2c_get_adapter(0);
|
|
if (!adap)
|
|
return -ENODEV;
|
|
|
|
msg->addr = devaddr; /* I2C address of chip */
|
|
msg->flags = 0;
|
|
msg->len = 1;
|
|
msg->buf = data;
|
|
data[0] = regoffset; /* register num */
|
|
err = i2c_transfer(adap, msg, 1);
|
|
|
|
msg->addr = devaddr; /* I2C address */
|
|
msg->flags = I2C_M_RD;
|
|
msg->len = 1;
|
|
msg->buf = data;
|
|
err = i2c_transfer(adap, msg, 1);
|
|
*value = data[0];
|
|
i2c_put_adapter(adap);
|
|
|
|
if (err >= 0)
|
|
return 0;
|
|
return err;
|
|
}
|
|
/* set keyboard backlight intensity */
|
|
int sx1_setkeylight(u8 keylight)
|
|
{
|
|
if (keylight > SOFIA_MAX_LIGHT_VAL)
|
|
keylight = SOFIA_MAX_LIGHT_VAL;
|
|
return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_KEYLIGHT_REG, keylight);
|
|
}
|
|
/* get current keylight intensity */
|
|
int sx1_getkeylight(u8 * keylight)
|
|
{
|
|
return sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_KEYLIGHT_REG, keylight);
|
|
}
|
|
/* set LCD backlight intensity */
|
|
int sx1_setbacklight(u8 backlight)
|
|
{
|
|
if (backlight > SOFIA_MAX_LIGHT_VAL)
|
|
backlight = SOFIA_MAX_LIGHT_VAL;
|
|
return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_BACKLIGHT_REG,
|
|
backlight);
|
|
}
|
|
/* get current LCD backlight intensity */
|
|
int sx1_getbacklight (u8 * backlight)
|
|
{
|
|
return sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_BACKLIGHT_REG,
|
|
backlight);
|
|
}
|
|
/* set LCD backlight power on/off */
|
|
int sx1_setmmipower(u8 onoff)
|
|
{
|
|
int err;
|
|
u8 dat = 0;
|
|
err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat);
|
|
if (err < 0)
|
|
return err;
|
|
if (onoff)
|
|
dat |= SOFIA_MMILIGHT_POWER;
|
|
else
|
|
dat &= ~SOFIA_MMILIGHT_POWER;
|
|
return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat);
|
|
}
|
|
|
|
/* set USB power on/off */
|
|
int sx1_setusbpower(u8 onoff)
|
|
{
|
|
int err;
|
|
u8 dat = 0;
|
|
err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat);
|
|
if (err < 0)
|
|
return err;
|
|
if (onoff)
|
|
dat |= SOFIA_USB_POWER;
|
|
else
|
|
dat &= ~SOFIA_USB_POWER;
|
|
return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat);
|
|
}
|
|
|
|
EXPORT_SYMBOL(sx1_setkeylight);
|
|
EXPORT_SYMBOL(sx1_getkeylight);
|
|
EXPORT_SYMBOL(sx1_setbacklight);
|
|
EXPORT_SYMBOL(sx1_getbacklight);
|
|
EXPORT_SYMBOL(sx1_setmmipower);
|
|
EXPORT_SYMBOL(sx1_setusbpower);
|
|
|
|
/*----------- Keypad -------------------------*/
|
|
|
|
static const unsigned int sx1_keymap[] = {
|
|
KEY(3, 5, GROUP_0 | 117), /* camera Qt::Key_F17 */
|
|
KEY(4, 0, GROUP_0 | 114), /* voice memo Qt::Key_F14 */
|
|
KEY(4, 1, GROUP_2 | 114), /* voice memo */
|
|
KEY(4, 2, GROUP_3 | 114), /* voice memo */
|
|
KEY(0, 0, GROUP_1 | KEY_F12), /* red button Qt::Key_Hangup */
|
|
KEY(3, 4, GROUP_1 | KEY_LEFT),
|
|
KEY(3, 2, GROUP_1 | KEY_DOWN),
|
|
KEY(3, 1, GROUP_1 | KEY_RIGHT),
|
|
KEY(3, 0, GROUP_1 | KEY_UP),
|
|
KEY(3, 3, GROUP_1 | KEY_POWER), /* joystick press or Qt::Key_Select */
|
|
KEY(0, 5, GROUP_1 | KEY_1),
|
|
KEY(0, 4, GROUP_1 | KEY_2),
|
|
KEY(0, 3, GROUP_1 | KEY_3),
|
|
KEY(4, 3, GROUP_1 | KEY_4),
|
|
KEY(4, 4, GROUP_1 | KEY_5),
|
|
KEY(4, 5, GROUP_1 | KEY_KPASTERISK),/* "*" */
|
|
KEY(1, 4, GROUP_1 | KEY_6),
|
|
KEY(1, 5, GROUP_1 | KEY_7),
|
|
KEY(1, 3, GROUP_1 | KEY_8),
|
|
KEY(2, 3, GROUP_1 | KEY_9),
|
|
KEY(2, 5, GROUP_1 | KEY_0),
|
|
KEY(2, 4, GROUP_1 | 113), /* # F13 Toggle input method Qt::Key_F13 */
|
|
KEY(1, 0, GROUP_1 | KEY_F11), /* green button Qt::Key_Call */
|
|
KEY(2, 1, GROUP_1 | KEY_YEN), /* left soft Qt::Key_Context1 */
|
|
KEY(2, 2, GROUP_1 | KEY_F8), /* right soft Qt::Key_Back */
|
|
KEY(1, 2, GROUP_1 | KEY_LEFTSHIFT), /* shift */
|
|
KEY(1, 1, GROUP_1 | KEY_BACKSPACE), /* C (clear) */
|
|
KEY(2, 0, GROUP_1 | KEY_F7), /* menu Qt::Key_Menu */
|
|
};
|
|
|
|
static struct resource sx1_kp_resources[] = {
|
|
[0] = {
|
|
.start = INT_KEYBOARD,
|
|
.end = INT_KEYBOARD,
|
|
.flags = IORESOURCE_IRQ,
|
|
},
|
|
};
|
|
|
|
static const struct matrix_keymap_data sx1_keymap_data = {
|
|
.keymap = sx1_keymap,
|
|
.keymap_size = ARRAY_SIZE(sx1_keymap),
|
|
};
|
|
|
|
static struct omap_kp_platform_data sx1_kp_data = {
|
|
.rows = 6,
|
|
.cols = 6,
|
|
.keymap_data = &sx1_keymap_data,
|
|
.delay = 80,
|
|
};
|
|
|
|
static struct platform_device sx1_kp_device = {
|
|
.name = "omap-keypad",
|
|
.id = -1,
|
|
.dev = {
|
|
.platform_data = &sx1_kp_data,
|
|
},
|
|
.num_resources = ARRAY_SIZE(sx1_kp_resources),
|
|
.resource = sx1_kp_resources,
|
|
};
|
|
|
|
/*----------- MTD -------------------------*/
|
|
|
|
static struct mtd_partition sx1_partitions[] = {
|
|
/* bootloader (U-Boot, etc) in first sector */
|
|
{
|
|
.name = "bootloader",
|
|
.offset = 0x01800000,
|
|
.size = SZ_128K,
|
|
.mask_flags = MTD_WRITEABLE, /* force read-only */
|
|
},
|
|
/* bootloader params in the next sector */
|
|
{
|
|
.name = "params",
|
|
.offset = MTDPART_OFS_APPEND,
|
|
.size = SZ_128K,
|
|
.mask_flags = 0,
|
|
},
|
|
/* kernel */
|
|
{
|
|
.name = "kernel",
|
|
.offset = MTDPART_OFS_APPEND,
|
|
.size = SZ_2M - 2 * SZ_128K,
|
|
.mask_flags = 0
|
|
},
|
|
/* file system */
|
|
{
|
|
.name = "filesystem",
|
|
.offset = MTDPART_OFS_APPEND,
|
|
.size = MTDPART_SIZ_FULL,
|
|
.mask_flags = 0
|
|
}
|
|
};
|
|
|
|
static struct physmap_flash_data sx1_flash_data = {
|
|
.width = 2,
|
|
.set_vpp = omap1_set_vpp,
|
|
.parts = sx1_partitions,
|
|
.nr_parts = ARRAY_SIZE(sx1_partitions),
|
|
};
|
|
|
|
/* MTD Intel 4000 flash - new flashes */
|
|
static struct resource sx1_new_flash_resource = {
|
|
.start = OMAP_CS0_PHYS,
|
|
.end = OMAP_CS0_PHYS + SZ_32M - 1,
|
|
.flags = IORESOURCE_MEM,
|
|
};
|
|
|
|
static struct platform_device sx1_flash_device = {
|
|
.name = "physmap-flash",
|
|
.id = 0,
|
|
.dev = {
|
|
.platform_data = &sx1_flash_data,
|
|
},
|
|
.num_resources = 1,
|
|
.resource = &sx1_new_flash_resource,
|
|
};
|
|
|
|
/*----------- USB -------------------------*/
|
|
|
|
static struct omap_usb_config sx1_usb_config __initdata = {
|
|
.otg = 0,
|
|
.register_dev = 1,
|
|
.register_host = 0,
|
|
.hmc_mode = 0,
|
|
.pins[0] = 2,
|
|
.pins[1] = 0,
|
|
.pins[2] = 0,
|
|
};
|
|
|
|
/*----------- LCD -------------------------*/
|
|
|
|
static const struct omap_lcd_config sx1_lcd_config __initconst = {
|
|
.ctrl_name = "internal",
|
|
};
|
|
|
|
/*-----------------------------------------*/
|
|
static struct platform_device *sx1_devices[] __initdata = {
|
|
&sx1_flash_device,
|
|
&sx1_kp_device,
|
|
};
|
|
|
|
/*-----------------------------------------*/
|
|
|
|
static struct gpiod_lookup_table sx1_gpio_table = {
|
|
.dev_id = NULL,
|
|
.table = {
|
|
GPIO_LOOKUP("gpio-0-15", 1, "irda_off",
|
|
GPIO_ACTIVE_HIGH),
|
|
GPIO_LOOKUP("gpio-0-15", 11, "switch",
|
|
GPIO_ACTIVE_HIGH),
|
|
GPIO_LOOKUP("gpio-0-15", 15, "usb_on",
|
|
GPIO_ACTIVE_HIGH),
|
|
{ }
|
|
},
|
|
};
|
|
|
|
static void __init omap_sx1_init(void)
|
|
{
|
|
struct gpio_desc *d;
|
|
|
|
/* mux pins for uarts */
|
|
omap_cfg_reg(UART1_TX);
|
|
omap_cfg_reg(UART1_RTS);
|
|
omap_cfg_reg(UART2_TX);
|
|
omap_cfg_reg(UART2_RTS);
|
|
omap_cfg_reg(UART3_TX);
|
|
omap_cfg_reg(UART3_RX);
|
|
|
|
platform_add_devices(sx1_devices, ARRAY_SIZE(sx1_devices));
|
|
|
|
omap_serial_init();
|
|
omap_register_i2c_bus(1, 100, NULL, 0);
|
|
omap1_usb_init(&sx1_usb_config);
|
|
sx1_mmc_init();
|
|
gpiod_add_lookup_table(&sx1_gpio_table);
|
|
|
|
/* turn on USB power */
|
|
/* sx1_setusbpower(1); can't do it here because i2c is not ready */
|
|
d = gpiod_get(NULL, "irda_off", GPIOD_OUT_HIGH);
|
|
if (IS_ERR(d))
|
|
pr_err("Unable to get IRDA OFF GPIO descriptor\n");
|
|
else
|
|
gpiod_put(d);
|
|
d = gpiod_get(NULL, "switch", GPIOD_OUT_LOW);
|
|
if (IS_ERR(d))
|
|
pr_err("Unable to get SWITCH GPIO descriptor\n");
|
|
else
|
|
gpiod_put(d);
|
|
d = gpiod_get(NULL, "usb_on", GPIOD_OUT_LOW);
|
|
if (IS_ERR(d))
|
|
pr_err("Unable to get USB ON GPIO descriptor\n");
|
|
else
|
|
gpiod_put(d);
|
|
|
|
omapfb_set_lcd_config(&sx1_lcd_config);
|
|
}
|
|
|
|
MACHINE_START(SX1, "OMAP310 based Siemens SX1")
|
|
.atag_offset = 0x100,
|
|
.map_io = omap1_map_io,
|
|
.init_early = omap1_init_early,
|
|
.init_irq = omap1_init_irq,
|
|
.init_machine = omap_sx1_init,
|
|
.init_late = omap1_init_late,
|
|
.init_time = omap1_timer_init,
|
|
.restart = omap1_restart,
|
|
MACHINE_END
|