Lines Matching +full:pxa +full:- +full:rtc
1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/clk-provider.h>
8 #include <linux/dma-mapping.h>
10 #include <linux/gpio-pxa.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 "mfp-pxa2xx.h"
22 #include "regs-ost.h"
31 dev->dev.platform_data = data; in pxa_register_device()
35 dev_err(&dev->dev, "unable to register device: %d\n", ret); in pxa_register_device()
45 .name = "xscale-pmu",
46 .id = -1,
68 .name = "pxa2xx-mci", in pxa_set_mci_info()
87 .gpio_pullup = -1,
106 .name = "pxa25x-udc",
107 .id = -1,
117 .name = "pxa27x-udc",
118 .id = -1,
143 .name = "pxa2xx-fb",
144 .id = -1,
172 .name = "pxa2xx-uart",
196 .name = "pxa2xx-uart",
220 .name = "pxa2xx-uart",
244 .name = "pxa2xx-uart",
255 pr_info("UART: Ignoring attempt to register HWUART on non-PXA255 hardware"); in pxa_set_hwuart_info()
271 .name = "pxa2xx-i2c",
296 .name = "pxa2xx-i2c",
316 .name = "pxa2xx-i2s",
317 .id = -1,
323 .name = "pxa-ssp-dai",
328 .name = "pxa-ssp-dai",
333 .name = "pxa-ssp-dai",
338 .name = "pxa-ssp-dai",
343 .name = "pxa-pcm-audio",
344 .id = -1,
356 .name = "rtc 1Hz",
362 .name = "rtc alarm",
368 .name = "pxa-rtc",
369 .id = -1,
375 .name = "sa1100-rtc",
376 .id = -1,
392 .name = "pxa25x-pwm",
407 .name = "pxa25x-pwm",
429 .name = "pxa25x-ssp",
455 .name = "pxa25x-nssp",
482 .name = "pxa25x-nssp",
510 .name = "pxa27x-ohci",
511 .id = -1,
543 .name = "pxa27x-ssp",
569 .name = "pxa27x-ssp",
595 .name = "pxa27x-ssp",
614 .name = "pxa27x-pwm",
629 .name = "pxa27x-pwm",
638 .name = "gpio-pxa",
670 .name = "pxa25x-gpio",
671 .id = -1,
680 .name = "pxa27x-gpio",
681 .id = -1,
706 .name = "pxa-dma",
726 platform_device_register_resndata(NULL, "sa1100_wdt", -1, &res, 1, in pxa_register_wdt()