Searched +full:ast2600 +full:- +full:lpc +full:- +full:ctrl (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/mfd/aspeed-lpc.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Aspeed Low Pin Count (LPC) Bus Controller11 - Andrew Jeffery <andrew@aj.id.au>12 - Chia-Wei Wang <chiawei_wang@aspeedtech.com>15 The LPC bus is a means to bridge a host CPU to a number of low-bandwidth17 primary use case of the Aspeed LPC controller is as a slave on the bus21 The LPC controller is represented as a multi-function device to account for the[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later17 #include <linux/aspeed-lpc-ctrl.h>19 #define DEVICE_NAME "aspeed-lpc-ctrl"45 return container_of(file->private_data, struct aspeed_lpc_ctrl, in file_aspeed_lpc_ctrl()52 unsigned long vsize = vma->vm_end - vma->vm_start; in aspeed_lpc_ctrl_mmap()53 pgprot_t prot = vma->vm_page_prot; in aspeed_lpc_ctrl_mmap()55 if (vma->vm_pgoff + vma_pages(vma) > lpc_ctrl->mem_size >> PAGE_SHIFT) in aspeed_lpc_ctrl_mmap()56 return -EINVAL; in aspeed_lpc_ctrl_mmap()61 if (remap_pfn_range(vma, vma->vm_start, in aspeed_lpc_ctrl_mmap()62 (lpc_ctrl->mem_base >> PAGE_SHIFT) + vma->vm_pgoff, in aspeed_lpc_ctrl_mmap()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>6 #include <dt-bindings/clock/ast2600-clock.h>10 compatible = "aspeed,ast2600";11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;47 #address-cells = <1>;48 #size-cells = <0>;[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 …]