All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] omap usb host platform_data cleanup
@ 2013-03-14 10:41 Ruslan Bilovol
       [not found] ` <1363257673-24136-1-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Ruslan Bilovol @ 2013-03-14 10:41 UTC (permalink / raw)
  To: balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	rogerq-l0cyMroinI0, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA

Hello guys,

This is v2 of my patch https://patchwork.kernel.org/patch/1232871/
rebased on v3.9-rc2. Removes deprecated flags and structures
and saves few bytes of memory.

Regards,
Ruslan

Ruslan Bilovol (1):
  omap: usb: host: remove deprecated flags and structures

 include/linux/platform_data/usb-omap.h |   20 --------------------
 1 file changed, 20 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 1/1] omap: usb: host: remove deprecated flags and structures
       [not found] ` <1363257673-24136-1-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
@ 2013-03-14 10:41   ` Ruslan Bilovol
       [not found]     ` <1363257673-24136-2-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
  2013-03-14 15:50     ` Roger Quadros
  0 siblings, 2 replies; 4+ messages in thread
From: Ruslan Bilovol @ 2013-03-14 10:41 UTC (permalink / raw)
  To: balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	rogerq-l0cyMroinI0, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA

These flags and structures are deprecated and there is
no anymore users of them, so it's safe to remove them.

Signed-off-by: Ruslan Bilovol <ruslan.bilovol-l0cyMroinI0@public.gmane.org>
---
 include/linux/platform_data/usb-omap.h |   20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/include/linux/platform_data/usb-omap.h b/include/linux/platform_data/usb-omap.h
index fa579b4..4c7acbe 100644
--- a/include/linux/platform_data/usb-omap.h
+++ b/include/linux/platform_data/usb-omap.h
@@ -38,34 +38,14 @@ enum usbhs_omap_port_mode {
 	OMAP_OHCI_PORT_MODE_TLL_2PIN_DPDM
 };
 
-struct usbtll_omap_platform_data {
-	enum usbhs_omap_port_mode		port_mode[OMAP3_HS_USB_PORTS];
-};
-
-struct ehci_hcd_omap_platform_data {
-	enum usbhs_omap_port_mode	port_mode[OMAP3_HS_USB_PORTS];
-	int				reset_gpio_port[OMAP3_HS_USB_PORTS];
-	struct regulator		*regulator[OMAP3_HS_USB_PORTS];
-	unsigned			phy_reset:1;
-};
-
-struct ohci_hcd_omap_platform_data {
-	enum usbhs_omap_port_mode	port_mode[OMAP3_HS_USB_PORTS];
-	unsigned			es2_compatibility:1;
-};
-
 struct usbhs_omap_platform_data {
 	int				nports;
 	enum usbhs_omap_port_mode	port_mode[OMAP3_HS_USB_PORTS];
 	int				reset_gpio_port[OMAP3_HS_USB_PORTS];
 	struct regulator		*regulator[OMAP3_HS_USB_PORTS];
 
-	struct ehci_hcd_omap_platform_data	*ehci_data;
-	struct ohci_hcd_omap_platform_data	*ohci_data;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 1/1] omap: usb: host: remove deprecated flags and structures
       [not found]     ` <1363257673-24136-2-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
@ 2013-03-14 13:27       ` Felipe Balbi
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2013-03-14 13:27 UTC (permalink / raw)
  To: Ruslan Bilovol
  Cc: balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	rogerq-l0cyMroinI0, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

On Thu, Mar 14, 2013 at 12:41:13PM +0200, Ruslan Bilovol wrote:
> These flags and structures are deprecated and there is
> no anymore users of them, so it's safe to remove them.
> 
> Signed-off-by: Ruslan Bilovol <ruslan.bilovol-l0cyMroinI0@public.gmane.org>

Acked-by: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 1/1] omap: usb: host: remove deprecated flags and structures
  2013-03-14 10:41   ` [PATCH v2 1/1] omap: usb: host: remove deprecated flags and structures Ruslan Bilovol
       [not found]     ` <1363257673-24136-2-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
@ 2013-03-14 15:50     ` Roger Quadros
  1 sibling, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2013-03-14 15:50 UTC (permalink / raw)
  To: Ruslan Bilovol, tony; +Cc: balbi, linux-omap, linux-usb

On 03/14/2013 12:41 PM, Ruslan Bilovol wrote:
> These flags and structures are deprecated and there is
> no anymore users of them, so it's safe to remove them.
> 
> Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com>

Acked-by: Roger Quadros <rogerq@ti.com>

Tony,

Do you prefer to take this directly or want me to queue it up for you?

cheers,
-roger


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-14 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 10:41 [PATCH v2 0/1] omap usb host platform_data cleanup Ruslan Bilovol
     [not found] ` <1363257673-24136-1-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
2013-03-14 10:41   ` [PATCH v2 1/1] omap: usb: host: remove deprecated flags and structures Ruslan Bilovol
     [not found]     ` <1363257673-24136-2-git-send-email-ruslan.bilovol-l0cyMroinI0@public.gmane.org>
2013-03-14 13:27       ` Felipe Balbi
2013-03-14 15:50     ` Roger Quadros

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.