* [PATCH 4/4] usb: musb: OMAP: Delete unused function
@ 2011-08-04 18:02 Bjarne Steinsbo
2011-08-12 9:48 ` Felipe Balbi
0 siblings, 1 reply; 6+ messages in thread
From: Bjarne Steinsbo @ 2011-08-04 18:02 UTC (permalink / raw)
To: linux-omap
Not in use anymore.
---
arch/arm/mach-omap2/usb-musb.c | 38 --------------------------------------
1 files changed, 0 insertions(+), 38 deletions(-)
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index 19e4dac..852d6e4 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -68,44 +68,6 @@ static struct omap_device_pm_latency omap_musb_latency[] = {
},
};
-static void usb_musb_mux_init(struct omap_musb_board_data *board_data)
-{
- switch (board_data->interface_type) {
- case MUSB_INTERFACE_UTMI:
- omap_mux_init_signal("usba0_otg_dp", OMAP_PIN_INPUT);
- omap_mux_init_signal("usba0_otg_dm", OMAP_PIN_INPUT);
- break;
- case MUSB_INTERFACE_ULPI:
- omap_mux_init_signal("usba0_ulpiphy_clk",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_stp",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dir",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_nxt",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat0",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat1",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat2",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat3",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat4",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat5",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat6",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat7",
- OMAP_PIN_INPUT_PULLDOWN);
- break;
- default:
- break;
- }
-}
-
static struct omap_musb_board_data musb_default_board_data = {
.interface_type = MUSB_INTERFACE_ULPI,
.mode = MUSB_OTG,
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 4/4] usb: musb: OMAP: Delete unused function
2011-08-04 18:02 [PATCH 4/4] usb: musb: OMAP: Delete unused function Bjarne Steinsbo
@ 2011-08-12 9:48 ` Felipe Balbi
2011-08-12 15:28 ` Bjarne Steinsbo
0 siblings, 1 reply; 6+ messages in thread
From: Felipe Balbi @ 2011-08-12 9:48 UTC (permalink / raw)
To: Bjarne Steinsbo; +Cc: linux-omap
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
On Thu, Aug 04, 2011 at 08:02:23PM +0200, Bjarne Steinsbo wrote:
> Not in use anymore.
missed Signed-off-by line.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 4/4] usb: musb: OMAP: Delete unused function
2011-08-12 9:48 ` Felipe Balbi
@ 2011-08-12 15:28 ` Bjarne Steinsbo
2011-08-16 6:54 ` Felipe Balbi
0 siblings, 1 reply; 6+ messages in thread
From: Bjarne Steinsbo @ 2011-08-12 15:28 UTC (permalink / raw)
To: balbi, linux-omap; +Cc: Tony Lindgren
Not in use anymore.
Signed-off-by: Bjarne Steinsbo <bsteinsbo@gmail.com>
---
V2: Oops.. Add missing sob.
arch/arm/mach-omap2/usb-musb.c | 38 --------------------------------------
1 files changed, 0 insertions(+), 38 deletions(-)
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index 19e4dac..852d6e4 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -68,44 +68,6 @@ static struct omap_device_pm_latency omap_musb_latency[] = {
},
};
-static void usb_musb_mux_init(struct omap_musb_board_data *board_data)
-{
- switch (board_data->interface_type) {
- case MUSB_INTERFACE_UTMI:
- omap_mux_init_signal("usba0_otg_dp", OMAP_PIN_INPUT);
- omap_mux_init_signal("usba0_otg_dm", OMAP_PIN_INPUT);
- break;
- case MUSB_INTERFACE_ULPI:
- omap_mux_init_signal("usba0_ulpiphy_clk",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_stp",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dir",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_nxt",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat0",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat1",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat2",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat3",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat4",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat5",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat6",
- OMAP_PIN_INPUT_PULLDOWN);
- omap_mux_init_signal("usba0_ulpiphy_dat7",
- OMAP_PIN_INPUT_PULLDOWN);
- break;
- default:
- break;
- }
-}
-
static struct omap_musb_board_data musb_default_board_data = {
.interface_type = MUSB_INTERFACE_ULPI,
.mode = MUSB_OTG,
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 4/4] usb: musb: OMAP: Delete unused function
2011-08-12 15:28 ` Bjarne Steinsbo
@ 2011-08-16 6:54 ` Felipe Balbi
2011-09-14 7:11 ` Bjarne Steinsbo
0 siblings, 1 reply; 6+ messages in thread
From: Felipe Balbi @ 2011-08-16 6:54 UTC (permalink / raw)
To: Bjarne Steinsbo; +Cc: balbi, linux-omap, Tony Lindgren
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
On Fri, Aug 12, 2011 at 05:28:26PM +0200, Bjarne Steinsbo wrote:
> Not in use anymore.
>
> Signed-off-by: Bjarne Steinsbo <bsteinsbo@gmail.com>
This one too:
Acked-by: Felipe Balbi <balbi@ti.com>
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 4/4] usb: musb: OMAP: Delete unused function
2011-08-16 6:54 ` Felipe Balbi
@ 2011-09-14 7:11 ` Bjarne Steinsbo
2011-10-04 0:33 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Bjarne Steinsbo @ 2011-09-14 7:11 UTC (permalink / raw)
To: balbi; +Cc: linux-omap, Tony Lindgren
I can't see this one queued up anywhere. Did it just slip through the
cracks, or are there any problems with it?
BR,
Bjarne Steinsbo
On Tue, Aug 16, 2011 at 8:54 AM, Felipe Balbi <balbi@ti.com> wrote:
> On Fri, Aug 12, 2011 at 05:28:26PM +0200, Bjarne Steinsbo wrote:
>> Not in use anymore.
>>
>> Signed-off-by: Bjarne Steinsbo <bsteinsbo@gmail.com>
>
> This one too:
>
> Acked-by: Felipe Balbi <balbi@ti.com>
>
> --
> balbi
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 4/4] usb: musb: OMAP: Delete unused function
2011-09-14 7:11 ` Bjarne Steinsbo
@ 2011-10-04 0:33 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2011-10-04 0:33 UTC (permalink / raw)
To: Bjarne Steinsbo; +Cc: balbi, linux-omap
* Bjarne Steinsbo <bsteinsbo@gmail.com> [110913 23:38]:
> I can't see this one queued up anywhere. Did it just slip through the
> cracks, or are there any problems with it?
Looks like I should queue it into fixes or cleanup after we
get the pending pull requests merged by Arnd.
Regards,
Tony
> BR,
>
> Bjarne Steinsbo
>
> On Tue, Aug 16, 2011 at 8:54 AM, Felipe Balbi <balbi@ti.com> wrote:
> > On Fri, Aug 12, 2011 at 05:28:26PM +0200, Bjarne Steinsbo wrote:
> >> Not in use anymore.
> >>
> >> Signed-off-by: Bjarne Steinsbo <bsteinsbo@gmail.com>
> >
> > This one too:
> >
> > Acked-by: Felipe Balbi <balbi@ti.com>
> >
> > --
> > balbi
> >
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-10-04 0:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 18:02 [PATCH 4/4] usb: musb: OMAP: Delete unused function Bjarne Steinsbo
2011-08-12 9:48 ` Felipe Balbi
2011-08-12 15:28 ` Bjarne Steinsbo
2011-08-16 6:54 ` Felipe Balbi
2011-09-14 7:11 ` Bjarne Steinsbo
2011-10-04 0:33 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).