.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * omap_device headers |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * Cousson, Kevin Hilman, Tony Lindgren, Rajendra Nayak, Vikram |
---|
9 | 10 | * Pandita, Sakari Poussa, Anand Sawant, Santosh Shilimkar, Richard |
---|
10 | 11 | * Woodruff |
---|
11 | | - * |
---|
12 | | - * This program is free software; you can redistribute it and/or modify |
---|
13 | | - * it under the terms of the GNU General Public License version 2 as |
---|
14 | | - * published by the Free Software Foundation. |
---|
15 | 12 | * |
---|
16 | 13 | * This type of functionality should be implemented as a proper |
---|
17 | 14 | * omap_bus/omap_device in Linux. |
---|
.. | .. |
---|
70 | 67 | int omap_device_idle(struct platform_device *pdev); |
---|
71 | 68 | |
---|
72 | 69 | /* Core code interface */ |
---|
73 | | - |
---|
74 | | -struct platform_device *omap_device_build(const char *pdev_name, int pdev_id, |
---|
75 | | - struct omap_hwmod *oh, void *pdata, |
---|
76 | | - int pdata_len); |
---|
77 | 70 | |
---|
78 | 71 | struct omap_device *omap_device_alloc(struct platform_device *pdev, |
---|
79 | 72 | struct omap_hwmod **ohs, int oh_cnt); |
---|