Lines Matching +full:pxa +full:- +full:mmc
1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/clk-provider.h>
8 #include <linux/dma-mapping.h>
11 #include <linux/platform_data/i2c-pxa.h>
12 #include <linux/soc/pxa/cpu.h>
15 #include <linux/platform_data/video-pxafb.h>
16 #include <linux/platform_data/mmc-pxamci.h>
18 #include <linux/platform_data/usb-ohci-pxa27x.h>
21 #include "regs-ost.h"
30 dev->dev.platform_data = data; in pxa_register_device()
34 dev_err(&dev->dev, "unable to register device: %d\n", ret); in pxa_register_device()
44 .name = "xscale-pmu",
45 .id = -1,
66 .name = "pxa2xx-mci",
82 .gpio_pullup = -1,
101 .name = "pxa25x-udc",
102 .id = -1,
112 .name = "pxa27x-udc",
113 .id = -1,
138 .name = "pxa2xx-fb",
139 .id = -1,
167 .name = "pxa2xx-uart",
191 .name = "pxa2xx-uart",
215 .name = "pxa2xx-uart",
239 .name = "pxa2xx-uart",
250 pr_info("UART: Ignoring attempt to register HWUART on non-PXA255 hardware"); in pxa_set_hwuart_info()
266 .name = "pxa2xx-i2c",
291 .name = "pxa2xx-i2c",
311 .name = "pxa2xx-i2s",
312 .id = -1,
318 .name = "pxa-ssp-dai",
323 .name = "pxa-ssp-dai",
328 .name = "pxa-ssp-dai",
333 .name = "pxa-ssp-dai",
338 .name = "pxa-pcm-audio",
339 .id = -1,
363 .name = "pxa-rtc",
364 .id = -1,
370 .name = "sa1100-rtc",
371 .id = -1,
387 .name = "pxa25x-pwm",
402 .name = "pxa25x-pwm",
424 .name = "pxa25x-ssp",
450 .name = "pxa25x-nssp",
477 .name = "pxa25x-nssp",
505 .name = "pxa27x-ohci",
506 .id = -1,
538 .name = "pxa27x-ssp",
564 .name = "pxa27x-ssp",
590 .name = "pxa27x-ssp",
609 .name = "pxa27x-pwm",
624 .name = "pxa27x-pwm",
655 .name = "pxa25x-gpio",
656 .id = -1,
662 .name = "pxa27x-gpio",
663 .id = -1,
668 /* pxa2xx-spi platform-device ID equals respective SSP platform-device ID + 1.
669 * See comment in arch/arm/mach-pxa/ssp.c::ssp_probe() */
674 pd = platform_device_alloc("pxa2xx-spi", id); in pxa2xx_set_spi_info()
676 printk(KERN_ERR "pxa2xx-spi: failed to allocate device id %d\n", in pxa2xx_set_spi_info()
681 pd->dev.platform_data = info; in pxa2xx_set_spi_info()
701 .name = "pxa-dma",
721 platform_device_register_resndata(NULL, "sa1100_wdt", -1, &res, 1, in pxa_register_wdt()