Lines Matching +full:cs +full:- +full:gpio
23 * MA 02110-1301, USA.
30 #include <linux/gpio.h>
43 #include <asm/mach-types.h>
50 #include <mach/iomux-mx3.h>
53 #include "devices-imx31.h"
54 #include "crmregs-imx31.h"
159 err = gpio_request(OTG_RESET, "USB-OTG-RESET"); in usbotg_init()
161 pr_err("Failed to request the usb otg reset gpio\n"); in usbotg_init()
176 return mx31_initialize_usb_hw(pdev->id, MXC_EHCI_POWER_PINS_ENABLED | in usbotg_init()
205 err = gpio_request(USBH2_CS, "USB-H2-CS"); in usbh2_init()
207 pr_err("Failed to request the usb host 2 CS gpio\n"); in usbh2_init()
213 pr_err("Failed to drive the usb host 2 CS gpio\n"); in usbh2_init()
218 err = gpio_request(USBH2_RESET, "USB-H2-RESET"); in usbh2_init()
220 pr_err("Failed to request the usb host 2 reset gpio\n"); in usbh2_init()
235 return mx31_initialize_usb_hw(pdev->id, MXC_EHCI_POWER_PINS_ENABLED | in usbh2_init()
262 /* GPIO BUTTONS */
266 .gpio = IOMUX_TO_GPIO(MX31_PIN_SCLK0),
272 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRST0),
327 .end = MX31_CS0_BASE_ADDR + SZ_64M - 1,
335 .name = "CRT-VGA",
350 .name = "CRT-SVGA",
373 .name = "CRT-VGA",
396 ret = gpio_request(gpio_det, "sdhc-card-detect"); in armadillo5x0_sdhc1_init()
402 ret = gpio_request(gpio_wp, "sdhc-write-protect"); in armadillo5x0_sdhc1_init()
411 "sdhc-detect", data); in armadillo5x0_sdhc1_init()
448 .end = MX31_CS3_BASE_ADDR + SZ_32M - 1,
465 .id = -1,
511 platform_device_register_resndata(NULL, "physmap-flash", -1, in armadillo5x0_init()
555 MACHINE_START(ARMADILLO5X0, "Armadillo-500")