diff for duplicates of <20110504102543.GB2092@atomide.com> diff --git a/a/1.txt b/N1/1.txt index 8ccd488..7b49d6c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,20 +2,20 @@ > On Wed, May 4, 2011 at 3:25 PM, Tony Lindgren <tony@atomide.com> wrote: > > * Govindraj.R <govindraj.raja@ti.com> [110429 05:39]: > >> @@ -250,7 +251,7 @@ static void __init omap_2430sdp_init(void) -> >> omap2430_i2c_init(); +> >> ? ? ? omap2430_i2c_init(); > >> -> >> platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices)); -> >> - omap_serial_init(); -> >> + omap_serial_init(NULL); -> >> omap2_hsmmc_init(mmc); -> >> omap2_usbfs_init(&sdp2430_usb_config); +> >> ? ? ? platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices)); +> >> - ? ? omap_serial_init(); +> >> + ? ? omap_serial_init(NULL); +> >> ? ? ? omap2_hsmmc_init(mmc); +> >> ? ? ? omap2_usbfs_init(&sdp2430_usb_config); > > ... > > -> >> static inline void board_serial_init(void) -> >> { -> >> - omap_serial_init(); -> >> + omap_serial_init(NULL); -> >> } +> >> ?static inline void board_serial_init(void) +> >> ?{ +> >> - ? ? omap_serial_init(); +> >> + ? ? omap_serial_init(NULL); +> >> ?} > > > > This change seems like "crazy churn" and probably not needed > > if it's always null. Boards using platform_data can use @@ -35,7 +35,3 @@ omap_serial_init(NULL) so there are no users for that. It should be a separate patch if it's needed. Tony --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5037853..0b29171 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,40 +2,30 @@ "ref\01304080796-625-8-git-send-email-govindraj.raja@ti.com\0" "ref\020110504095546.GY2092@atomide.com\0" "ref\0BANLkTimb-AsuXYRm+NV8CD3m=xHwteV7pw@mail.gmail.com\0" - "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0Re: [PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file\0" "Date\0Wed, 4 May 2011 03:25:43 -0700\0" - "To\0Govindraj <govindraj.ti@gmail.com>\0" - "Cc\0Govindraj.R <govindraj.raja@ti.com>" - linux-omap@vger.kernel.org - linux-serial@vger.kernel.org - linux-arm-kernel@lists.infradead.org - Deepak K <deepak.k@ti.com> - Benoit Cousson <b-cousson@ti.com> - Kevin Hilman <khilman@ti.com> - Paul Walmsley <paul@pwsan.com> - Rajendra Nayak <rnayak@ti.com> - " Jon Hunter <jon-hunter@ti.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "* Govindraj <govindraj.ti@gmail.com> [110504 03:03]:\n" "> On Wed, May 4, 2011 at 3:25 PM, Tony Lindgren <tony@atomide.com> wrote:\n" "> > * Govindraj.R <govindraj.raja@ti.com> [110429 05:39]:\n" "> >> @@ -250,7 +251,7 @@ static void __init omap_2430sdp_init(void)\n" - "> >> \302\240 \302\240 \302\240 omap2430_i2c_init();\n" + "> >> ? ? ? omap2430_i2c_init();\n" "> >>\n" - "> >> \302\240 \302\240 \302\240 platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices));\n" - "> >> - \302\240 \302\240 omap_serial_init();\n" - "> >> + \302\240 \302\240 omap_serial_init(NULL);\n" - "> >> \302\240 \302\240 \302\240 omap2_hsmmc_init(mmc);\n" - "> >> \302\240 \302\240 \302\240 omap2_usbfs_init(&sdp2430_usb_config);\n" + "> >> ? ? ? platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices));\n" + "> >> - ? ? omap_serial_init();\n" + "> >> + ? ? omap_serial_init(NULL);\n" + "> >> ? ? ? omap2_hsmmc_init(mmc);\n" + "> >> ? ? ? omap2_usbfs_init(&sdp2430_usb_config);\n" "> > ...\n" "> >\n" - "> >> \302\240static inline void board_serial_init(void)\n" - "> >> \302\240{\n" - "> >> - \302\240 \302\240 omap_serial_init();\n" - "> >> + \302\240 \302\240 omap_serial_init(NULL);\n" - "> >> \302\240}\n" + "> >> ?static inline void board_serial_init(void)\n" + "> >> ?{\n" + "> >> - ? ? omap_serial_init();\n" + "> >> + ? ? omap_serial_init(NULL);\n" + "> >> ?}\n" "> >\n" "> > This change seems like \"crazy churn\" and probably not needed\n" "> > if it's always null. Boards using platform_data can use\n" @@ -54,10 +44,6 @@ "\n" "It should be a separate patch if it's needed.\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -3934c1d6fc7a13f0bcfeb8dfe1cc3fa48ccfd84029bab46f998143e0912bdfc3 +2a5ff4195fc8de092acf72fb7403f925bbee10d1dbbdadf080dca1fecba2761b
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.