All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: omap-serial updates for 3.4-rc
@ 2012-04-10 10:02 Govindraj.R
  2012-04-10 10:06   ` Raja, Govindraj
  0 siblings, 1 reply; 11+ messages in thread
From: Govindraj.R @ 2012-04-10 10:02 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

Hi Tony,

Please Pull the following omap uart changes.
Changes basically involves getting rid of cpu checks
for populating erratas and features and move the same
from serial.c to omap-serial.c, MVR reg is used to find
uart versions and errata flags are populated accordingly.

--
Thanks,
Govindraj.R

The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:

  git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes

for you to fetch changes up to 6c34f211069409ea6d08b900eeaf86ef8efd0dca:

  OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx (2012-04-10 15:14:58 +0530)

----------------------------------------------------------------
Govindraj.R (3):
      OMAP2+: UART: Remove cpu checks for populating errata flags
      OMAP2+: UART: enable tx wakeup bit for wer reg
      OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx

 arch/arm/mach-omap2/serial.c                  |   13 +---
 arch/arm/plat-omap/include/plat/omap-serial.h |    9 +++-
 drivers/tty/serial/omap-serial.c              |   83 ++++++++++++++++++++++++-
 3 files changed, 91 insertions(+), 14 deletions(-)

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

* Re: [GIT PULL]: omap-serial updates for 3.4-rc
  2012-04-10 10:02 [GIT PULL]: omap-serial updates for 3.4-rc Govindraj.R
@ 2012-04-10 10:06   ` Raja, Govindraj
  0 siblings, 0 replies; 11+ messages in thread
From: Raja, Govindraj @ 2012-04-10 10:06 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel

CC'ing Linux-ARM


On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R <govindraj.raja@ti.com> wrote:
> Hi Tony,
>
> Please Pull the following omap uart changes.
> Changes basically involves getting rid of cpu checks
> for populating erratas and features and move the same
> from serial.c to omap-serial.c, MVR reg is used to find
> uart versions and errata flags are populated accordingly.
>
> --
> Thanks,
> Govindraj.R
>
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
>  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
>  git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes
>
> for you to fetch changes up to 6c34f211069409ea6d08b900eeaf86ef8efd0dca:
>
>  OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx (2012-04-10 15:14:58 +0530)
>
> ----------------------------------------------------------------
> Govindraj.R (3):
>      OMAP2+: UART: Remove cpu checks for populating errata flags
>      OMAP2+: UART: enable tx wakeup bit for wer reg
>      OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
>
>  arch/arm/mach-omap2/serial.c                  |   13 +---
>  arch/arm/plat-omap/include/plat/omap-serial.h |    9 +++-
>  drivers/tty/serial/omap-serial.c              |   83 ++++++++++++++++++++++++-
>  3 files changed, 91 insertions(+), 14 deletions(-)
> --
> 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
--
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

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

* [GIT PULL]: omap-serial updates for 3.4-rc
@ 2012-04-10 10:06   ` Raja, Govindraj
  0 siblings, 0 replies; 11+ messages in thread
From: Raja, Govindraj @ 2012-04-10 10:06 UTC (permalink / raw)
  To: linux-arm-kernel

CC'ing Linux-ARM


On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R <govindraj.raja@ti.com> wrote:
> Hi Tony,
>
> Please Pull the following omap uart changes.
> Changes basically involves getting rid of cpu checks
> for populating erratas and features and move the same
> from serial.c to omap-serial.c, MVR reg is used to find
> uart versions and errata flags are populated accordingly.
>
> --
> Thanks,
> Govindraj.R
>
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
> ?Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
> ?git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes
>
> for you to fetch changes up to 6c34f211069409ea6d08b900eeaf86ef8efd0dca:
>
> ?OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx (2012-04-10 15:14:58 +0530)
>
> ----------------------------------------------------------------
> Govindraj.R (3):
> ? ? ?OMAP2+: UART: Remove cpu checks for populating errata flags
> ? ? ?OMAP2+: UART: enable tx wakeup bit for wer reg
> ? ? ?OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
>
> ?arch/arm/mach-omap2/serial.c ? ? ? ? ? ? ? ? ?| ? 13 +---
> ?arch/arm/plat-omap/include/plat/omap-serial.h | ? ?9 +++-
> ?drivers/tty/serial/omap-serial.c ? ? ? ? ? ? ?| ? 83 ++++++++++++++++++++++++-
> ?3 files changed, 91 insertions(+), 14 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html

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

* Re: [GIT PULL]: omap-serial updates for 3.4-rc
  2012-04-10 10:06   ` Raja, Govindraj
@ 2012-04-16  7:22     ` Raja, Govindraj
  -1 siblings, 0 replies; 11+ messages in thread
From: Raja, Govindraj @ 2012-04-16  7:22 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: linux-omap, linux-arm-kernel, Balbi, Felipe, Shilimkar, Santosh

Hi Tony,

On Tue, Apr 10, 2012 at 3:36 PM, Raja, Govindraj <govindraj.raja@ti.com> wrote:
> CC'ing Linux-ARM
>
>
> On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R <govindraj.raja@ti.com> wrote:
>> Hi Tony,
>>
>> Please Pull the following omap uart changes.
>> Changes basically involves getting rid of cpu checks
>> for populating erratas and features and move the same
>> from serial.c to omap-serial.c, MVR reg is used to find
>> uart versions and errata flags are populated accordingly.

here [1] is the updated pull request I have incorporated even the
serial mux fixes done along with previous changes.

--
Thanks,
Govindraj.R

[1]:

The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

are available in the git repository at:

  git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes

for you to fetch changes up to 32b41c3c98aa652470ca42d1f0be4b558602babb:

  OMAP2+: UART: Add mechanism to probe uart pins and configure rx
wakeup (2012-04-16 12:25:14 +0530)

----------------------------------------------------------------
Govindraj.R (5):
      OMAP2+: UART: Remove cpu checks for populating errata flags
      OMAP2+: UART: enable tx wakeup bit for wer reg
      OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
      OMAP2+: UART: Fix incorrect population of default uart pads
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

 arch/arm/mach-omap2/mux.c                     |    3 +-
 arch/arm/mach-omap2/mux.h                     |   10 ++
 arch/arm/mach-omap2/serial.c                  |  190 +++++++++----------------
 arch/arm/plat-omap/include/plat/omap-serial.h |    9 +-
 drivers/tty/serial/omap-serial.c              |   83 +++++++++++-
 5 files changed, 165 insertions(+), 130 deletions(-)

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

* [GIT PULL]: omap-serial updates for 3.4-rc
@ 2012-04-16  7:22     ` Raja, Govindraj
  0 siblings, 0 replies; 11+ messages in thread
From: Raja, Govindraj @ 2012-04-16  7:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,

On Tue, Apr 10, 2012 at 3:36 PM, Raja, Govindraj <govindraj.raja@ti.com> wrote:
> CC'ing Linux-ARM
>
>
> On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R <govindraj.raja@ti.com> wrote:
>> Hi Tony,
>>
>> Please Pull the following omap uart changes.
>> Changes basically involves getting rid of cpu checks
>> for populating erratas and features and move the same
>> from serial.c to omap-serial.c, MVR reg is used to find
>> uart versions and errata flags are populated accordingly.

here [1] is the updated pull request I have incorporated even the
serial mux fixes done along with previous changes.

--
Thanks,
Govindraj.R

[1]:

The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

are available in the git repository at:

  git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes

for you to fetch changes up to 32b41c3c98aa652470ca42d1f0be4b558602babb:

  OMAP2+: UART: Add mechanism to probe uart pins and configure rx
wakeup (2012-04-16 12:25:14 +0530)

----------------------------------------------------------------
Govindraj.R (5):
      OMAP2+: UART: Remove cpu checks for populating errata flags
      OMAP2+: UART: enable tx wakeup bit for wer reg
      OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
      OMAP2+: UART: Fix incorrect population of default uart pads
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

 arch/arm/mach-omap2/mux.c                     |    3 +-
 arch/arm/mach-omap2/mux.h                     |   10 ++
 arch/arm/mach-omap2/serial.c                  |  190 +++++++++----------------
 arch/arm/plat-omap/include/plat/omap-serial.h |    9 +-
 drivers/tty/serial/omap-serial.c              |   83 +++++++++++-
 5 files changed, 165 insertions(+), 130 deletions(-)

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

* Re: [GIT PULL]: omap-serial updates for 3.4-rc
  2012-04-16  7:22     ` Raja, Govindraj
@ 2012-04-16 10:40       ` Raja, Govindraj
  -1 siblings, 0 replies; 11+ messages in thread
From: Raja, Govindraj @ 2012-04-16 10:40 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: linux-omap, linux-arm-kernel, Balbi, Felipe, Shilimkar, Santosh

On Mon, Apr 16, 2012 at 12:52 PM, Raja, Govindraj <govindraj.raja@ti.com> wrote:
> Hi Tony,
>
> On Tue, Apr 10, 2012 at 3:36 PM, Raja, Govindraj <govindraj.raja@ti.com> wrote:
>> CC'ing Linux-ARM
>>
>>
>> On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R <govindraj.raja@ti.com> wrote:
>>> Hi Tony,
>>>
>>> Please Pull the following omap uart changes.
>>> Changes basically involves getting rid of cpu checks
>>> for populating erratas and features and move the same
>>> from serial.c to omap-serial.c, MVR reg is used to find
>>> uart versions and errata flags are populated accordingly.
>
> here [1] is the updated pull request I have incorporated even the
> serial mux fixes done along with previous changes.
>

Updated request [1]

After adding Santosh's serial fix to use smartidle wakeup if available from
hwmod.

--
Thanks,
Govindraj.R

[1]:

The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

are available in the git repository at:

  git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes

for you to fetch changes up to 381772fefe13e73fc3d01c462d401785767c3775:

  ARM: OMAP: serial: Fix the ocp smart idlemode handling bug
(2012-04-16 15:46:26 +0530)

----------------------------------------------------------------
Govindraj.R (5):
      OMAP2+: UART: Remove cpu checks for populating errata flags
      OMAP2+: UART: enable tx wakeup bit for wer reg
      OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
      OMAP2+: UART: Fix incorrect population of default uart pads
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Santosh Shilimkar (1):
      ARM: OMAP: serial: Fix the ocp smart idlemode handling bug

 arch/arm/mach-omap2/mux.c                     |    3 +-
 arch/arm/mach-omap2/mux.h                     |   10 ++
 arch/arm/mach-omap2/serial.c                  |  198 +++++++++----------------
 arch/arm/plat-omap/include/plat/omap-serial.h |    9 +-
 drivers/tty/serial/omap-serial.c              |   83 ++++++++++-
 5 files changed, 172 insertions(+), 131 deletions(-)

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

* [GIT PULL]: omap-serial updates for 3.4-rc
@ 2012-04-16 10:40       ` Raja, Govindraj
  0 siblings, 0 replies; 11+ messages in thread
From: Raja, Govindraj @ 2012-04-16 10:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 16, 2012 at 12:52 PM, Raja, Govindraj <govindraj.raja@ti.com> wrote:
> Hi Tony,
>
> On Tue, Apr 10, 2012 at 3:36 PM, Raja, Govindraj <govindraj.raja@ti.com> wrote:
>> CC'ing Linux-ARM
>>
>>
>> On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R <govindraj.raja@ti.com> wrote:
>>> Hi Tony,
>>>
>>> Please Pull the following omap uart changes.
>>> Changes basically involves getting rid of cpu checks
>>> for populating erratas and features and move the same
>>> from serial.c to omap-serial.c, MVR reg is used to find
>>> uart versions and errata flags are populated accordingly.
>
> here [1] is the updated pull request I have incorporated even the
> serial mux fixes done along with previous changes.
>

Updated request [1]

After adding Santosh's serial fix to use smartidle wakeup if available from
hwmod.

--
Thanks,
Govindraj.R

[1]:

The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

are available in the git repository at:

  git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes

for you to fetch changes up to 381772fefe13e73fc3d01c462d401785767c3775:

  ARM: OMAP: serial: Fix the ocp smart idlemode handling bug
(2012-04-16 15:46:26 +0530)

----------------------------------------------------------------
Govindraj.R (5):
      OMAP2+: UART: Remove cpu checks for populating errata flags
      OMAP2+: UART: enable tx wakeup bit for wer reg
      OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
      OMAP2+: UART: Fix incorrect population of default uart pads
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Santosh Shilimkar (1):
      ARM: OMAP: serial: Fix the ocp smart idlemode handling bug

 arch/arm/mach-omap2/mux.c                     |    3 +-
 arch/arm/mach-omap2/mux.h                     |   10 ++
 arch/arm/mach-omap2/serial.c                  |  198 +++++++++----------------
 arch/arm/plat-omap/include/plat/omap-serial.h |    9 +-
 drivers/tty/serial/omap-serial.c              |   83 ++++++++++-
 5 files changed, 172 insertions(+), 131 deletions(-)

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

* Re: [GIT PULL]: omap-serial updates for 3.4-rc
  2012-04-16 10:40       ` Raja, Govindraj
@ 2012-04-17 17:35         ` Tony Lindgren
  -1 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2012-04-17 17:35 UTC (permalink / raw)
  To: Raja, Govindraj
  Cc: linux-omap, linux-arm-kernel, Balbi, Felipe, Shilimkar, Santosh

Hi,

* Raja, Govindraj <govindraj.raja@ti.com> [120416 03:44]:
> 
> The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:
> 
>   Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)
> 
> are available in the git repository at:
> 
>   git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes
> 
> for you to fetch changes up to 381772fefe13e73fc3d01c462d401785767c3775:
> 
>   ARM: OMAP: serial: Fix the ocp smart idlemode handling bug
> (2012-04-16 15:46:26 +0530)
> 
> ----------------------------------------------------------------
> Govindraj.R (5):
>       OMAP2+: UART: Remove cpu checks for populating errata flags

Not a fix.

>       OMAP2+: UART: enable tx wakeup bit for wer reg

Not a fix, and should get reviewed and merged via linux-serial mailing
list.

>       OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx

Not a fix.

>       OMAP2+: UART: Fix incorrect population of default uart pads

I'll apply this directly with updated comments into fixes.

>       OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Not ready and too intrusive for -rc cycle.
 
> Santosh Shilimkar (1):
>       ARM: OMAP: serial: Fix the ocp smart idlemode handling bug

It seems this can wait as the wake-up events are anyways broken right
now when we remove the muxing.

So not pulling.

Tony

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

* [GIT PULL]: omap-serial updates for 3.4-rc
@ 2012-04-17 17:35         ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2012-04-17 17:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

* Raja, Govindraj <govindraj.raja@ti.com> [120416 03:44]:
> 
> The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:
> 
>   Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)
> 
> are available in the git repository at:
> 
>   git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes
> 
> for you to fetch changes up to 381772fefe13e73fc3d01c462d401785767c3775:
> 
>   ARM: OMAP: serial: Fix the ocp smart idlemode handling bug
> (2012-04-16 15:46:26 +0530)
> 
> ----------------------------------------------------------------
> Govindraj.R (5):
>       OMAP2+: UART: Remove cpu checks for populating errata flags

Not a fix.

>       OMAP2+: UART: enable tx wakeup bit for wer reg

Not a fix, and should get reviewed and merged via linux-serial mailing
list.

>       OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx

Not a fix.

>       OMAP2+: UART: Fix incorrect population of default uart pads

I'll apply this directly with updated comments into fixes.

>       OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Not ready and too intrusive for -rc cycle.
 
> Santosh Shilimkar (1):
>       ARM: OMAP: serial: Fix the ocp smart idlemode handling bug

It seems this can wait as the wake-up events are anyways broken right
now when we remove the muxing.

So not pulling.

Tony

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

* Re: [GIT PULL]: omap-serial updates for 3.4-rc
       [not found]         ` <CAMQu2gx6FOC2RhSYMqUEb1qqF2c+QidzRR-ZJTH_PWDL-qymUQ@mail.gmail.com>
@ 2012-04-17 19:22             ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2012-04-17 19:22 UTC (permalink / raw)
  To: Shilimkar, Santosh
  Cc: linux-omap, linux-arm-kernel, Raja, Govindraj, Balbi, Felipe

* Shilimkar, Santosh <santosh.shilimkar@ti.com> [120417 11:27]:
> On Apr 17, 2012 11:05 PM, "Tony Lindgren" <tony@atomide.com> wrote:
> >
> > > Santosh Shilimkar (1):
> > >       ARM: OMAP: serial: Fix the ocp smart idlemode handling bug
> >
> > It seems this can wait as the wake-up events are anyways broken right
> > now when we remove the muxing.
> >
> This patch has no dependency on other patches in
> this series. It is an indepedent fix for uart module wakeup which solves
> the console slugishness. It should be taken and should even go to stable.
> But I let you decide on it.

OK, will apply to fixes then with Cc stable.

Tony

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

* [GIT PULL]: omap-serial updates for 3.4-rc
@ 2012-04-17 19:22             ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2012-04-17 19:22 UTC (permalink / raw)
  To: linux-arm-kernel

* Shilimkar, Santosh <santosh.shilimkar@ti.com> [120417 11:27]:
> On Apr 17, 2012 11:05 PM, "Tony Lindgren" <tony@atomide.com> wrote:
> >
> > > Santosh Shilimkar (1):
> > >       ARM: OMAP: serial: Fix the ocp smart idlemode handling bug
> >
> > It seems this can wait as the wake-up events are anyways broken right
> > now when we remove the muxing.
> >
> This patch has no dependency on other patches in
> this series. It is an indepedent fix for uart module wakeup which solves
> the console slugishness. It should be taken and should even go to stable.
> But I let you decide on it.

OK, will apply to fixes then with Cc stable.

Tony

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

end of thread, other threads:[~2012-04-17 19:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 10:02 [GIT PULL]: omap-serial updates for 3.4-rc Govindraj.R
2012-04-10 10:06 ` Raja, Govindraj
2012-04-10 10:06   ` Raja, Govindraj
2012-04-16  7:22   ` Raja, Govindraj
2012-04-16  7:22     ` Raja, Govindraj
2012-04-16 10:40     ` Raja, Govindraj
2012-04-16 10:40       ` Raja, Govindraj
2012-04-17 17:35       ` Tony Lindgren
2012-04-17 17:35         ` Tony Lindgren
     [not found]         ` <CAMQu2gx6FOC2RhSYMqUEb1qqF2c+QidzRR-ZJTH_PWDL-qymUQ@mail.gmail.com>
2012-04-17 19:22           ` Tony Lindgren
2012-04-17 19:22             ` Tony Lindgren

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.