Searched +full:sl28cpld +full:- +full:gpio (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0+3 * Device Tree file for the Kontron SMARC-sAL28 board.9 /dts-v1/;10 #include "fsl-ls1028a.dtsi"11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/input/input.h>16 model = "Kontron SMARC-sAL28";33 compatible = "gpio-keys";35 power-button {[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * sl28cpld GPIO driver9 #include <linux/gpio/driver.h>10 #include <linux/gpio/regmap.h>18 /* GPIO flavor */25 /* input-only flavor */28 /* output-only flavor */54 struct device *dev = &pdev->dev; in sl28cpld_gpio_irq_init()57 if (!device_property_read_bool(dev, "interrupt-controller")) in sl28cpld_gpio_irq_init()66 return -ENOMEM; in sl28cpld_gpio_irq_init()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # GPIO infrastructure and drivers10 bool "GPIO Support"12 This enables GPIO support through the generic GPIO library.14 one or more of the GPIO drivers below.50 this symbol, but new drivers should use the generic gpio-regmap54 bool "Debug GPIO calls"57 Say Y here to add some extra checks and diagnostics to GPIO calls.60 non-sleeping contexts. They can make bitbanged serial protocols65 bool "/sys/class/gpio/... (sysfs interface)" if EXPERT[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * sl28cpld PWM driver8 * enough to be briefly explained. It consists of one 8-bit counter. The PWM15 * +-----------+--------+--------------+-----------+---------------+17 * +-----------+--------+--------------+-----------+---------------+22 * +-----------+--------+--------------+-----------+---------------+25 * - The hardware cannot generate a 100% duty cycle if the prescaler is 0.26 * - The hardware cannot atomically set the prescaler and the counter value,28 * - The counter is not reset if you switch the prescaler which leads30 * - The duty cycle will switch immediately and not after a complete cycle.[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]