All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx
@ 2023-06-30 20:22 Jonas Gorski
  2023-06-30 20:22   ` Jonas Gorski
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jonas Gorski @ 2023-06-30 20:22 UTC (permalink / raw)
  Cc: linux-kernel

I noticed the driver is unclaimed. Since I was the last one doing
substantial work on it, add me as the maintainer.

As it is only found in legacy products, mark it as "Odd Fixes"
instead of "Maintained".

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bc201627c2e0..d12da512dceb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4169,6 +4169,13 @@ F:	Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml
 F:	drivers/spi/spi-bcm63xx-hsspi.c
 F:	drivers/spi/spi-bcmbca-hsspi.c
 
+BROADCOM BCM6348/BCM6358 SPI controller DRIVER
+M:	Jonas Gorski <jonas.gorski@gmail.com>
+L:	linux-spi@vger.kernel.org
+S:	Odd Fixes
+F:	Documentation/devicetree/bindings/spi/spi-bcm63xx.txt
+F:	drivers/spi/spi-bcm63xx-spi.c
+
 BROADCOM ETHERNET PHY DRIVERS
 M:	Florian Fainelli <f.fainelli@gmail.com>
 R:	Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
-- 
2.34.1


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

* [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
  2023-06-30 20:22 [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
@ 2023-06-30 20:22   ` Jonas Gorski
  2023-06-30 20:22 ` [PATCH 3/3] mailmap: add entry for Jonas Gorski Jonas Gorski
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Jonas Gorski @ 2023-06-30 20:22 UTC (permalink / raw)
  To: William Zhang, Kursad Oney, Broadcom internal kernel review list,
	Mark Brown, Anand Gore, Florian Fainelli,
	Rafał Miłecki
  Cc: linux-spi, linux-kernel, linux-arm-kernel

Update my email address to a working one, as the openwrt.org one is
broken since ages.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
---
 drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
 drivers/spi/spi-bcmbca-hsspi.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c
index ee2528dad02d..9e218e143263 100644
--- a/drivers/spi/spi-bcm63xx-hsspi.c
+++ b/drivers/spi/spi-bcm63xx-hsspi.c
@@ -2,7 +2,7 @@
  * Broadcom BCM63XX High Speed SPI Controller driver
  *
  * Copyright 2000-2010 Broadcom Corporation
- * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
+ * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
  *
  * Licensed under the GNU/GPL. See COPYING for details.
  */
diff --git a/drivers/spi/spi-bcmbca-hsspi.c b/drivers/spi/spi-bcmbca-hsspi.c
index 8cbd01619789..ca1b4741e9f4 100644
--- a/drivers/spi/spi-bcmbca-hsspi.c
+++ b/drivers/spi/spi-bcmbca-hsspi.c
@@ -3,7 +3,7 @@
  * Broadcom BCMBCA High Speed SPI Controller driver
  *
  * Copyright 2000-2010 Broadcom Corporation
- * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
+ * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
  * Copyright 2019-2022 Broadcom Ltd
  */
 
-- 
2.34.1


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

* [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
@ 2023-06-30 20:22   ` Jonas Gorski
  0 siblings, 0 replies; 10+ messages in thread
From: Jonas Gorski @ 2023-06-30 20:22 UTC (permalink / raw)
  To: William Zhang, Kursad Oney, Broadcom internal kernel review list,
	Mark Brown, Anand Gore, Florian Fainelli,
	Rafał Miłecki
  Cc: linux-spi, linux-kernel, linux-arm-kernel

Update my email address to a working one, as the openwrt.org one is
broken since ages.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
---
 drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
 drivers/spi/spi-bcmbca-hsspi.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c
index ee2528dad02d..9e218e143263 100644
--- a/drivers/spi/spi-bcm63xx-hsspi.c
+++ b/drivers/spi/spi-bcm63xx-hsspi.c
@@ -2,7 +2,7 @@
  * Broadcom BCM63XX High Speed SPI Controller driver
  *
  * Copyright 2000-2010 Broadcom Corporation
- * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
+ * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
  *
  * Licensed under the GNU/GPL. See COPYING for details.
  */
diff --git a/drivers/spi/spi-bcmbca-hsspi.c b/drivers/spi/spi-bcmbca-hsspi.c
index 8cbd01619789..ca1b4741e9f4 100644
--- a/drivers/spi/spi-bcmbca-hsspi.c
+++ b/drivers/spi/spi-bcmbca-hsspi.c
@@ -3,7 +3,7 @@
  * Broadcom BCMBCA High Speed SPI Controller driver
  *
  * Copyright 2000-2010 Broadcom Corporation
- * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
+ * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
  * Copyright 2019-2022 Broadcom Ltd
  */
 
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 3/3] mailmap: add entry for Jonas Gorski
  2023-06-30 20:22 [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
  2023-06-30 20:22   ` Jonas Gorski
@ 2023-06-30 20:22 ` Jonas Gorski
  2023-06-30 20:30 ` [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
  2023-07-04 15:42 ` (subset) " Mark Brown
  3 siblings, 0 replies; 10+ messages in thread
From: Jonas Gorski @ 2023-06-30 20:22 UTC (permalink / raw)
  Cc: linux-kernel

The openwrt.org email address is long defunct, but still pop ups from
time to time when asking get_maintainer.pl. So add an entry to my
currently used address.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index bf076bbc36b1..e1f8c928a5c2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -237,6 +237,7 @@ John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
 John Stultz <johnstul@us.ibm.com>
 <jon.toppins+linux@gmail.com> <jtoppins@cumulusnetworks.com>
 <jon.toppins+linux@gmail.com> <jtoppins@redhat.com>
+Jonas Gorski <jonas.gorski@gmail.com> <jogo@openwrt.org>
 Jordan Crouse <jordan@cosmicpenguin.net> <jcrouse@codeaurora.org>
 <josh@joshtriplett.org> <josh@freedesktop.org>
 <josh@joshtriplett.org> <josh@kernel.org>
-- 
2.34.1


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

* Re: [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx
  2023-06-30 20:22 [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
  2023-06-30 20:22   ` Jonas Gorski
  2023-06-30 20:22 ` [PATCH 3/3] mailmap: add entry for Jonas Gorski Jonas Gorski
@ 2023-06-30 20:30 ` Jonas Gorski
  2023-07-04 15:42 ` (subset) " Mark Brown
  3 siblings, 0 replies; 10+ messages in thread
From: Jonas Gorski @ 2023-06-30 20:30 UTC (permalink / raw)
  Cc: linux-kernel, Linux SPI List

On Fri, 30 Jun 2023 at 22:23, Jonas Gorski <jonas.gorski@gmail.com> wrote:
>
> I noticed the driver is unclaimed. Since I was the last one doing
> substantial work on it, add me as the maintainer.
>
> As it is only found in legacy products, mark it as "Odd Fixes"
> instead of "Maintained".
>
> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>

Well, that didn't work as expected, I missed the part where
tocmd/cccmd is done per patch, potentially missing important
recipients. And it felt so convenient ... .

I'll send it again with proper addresses added.

> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bc201627c2e0..d12da512dceb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4169,6 +4169,13 @@ F:       Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml
>  F:     drivers/spi/spi-bcm63xx-hsspi.c
>  F:     drivers/spi/spi-bcmbca-hsspi.c
>
> +BROADCOM BCM6348/BCM6358 SPI controller DRIVER
> +M:     Jonas Gorski <jonas.gorski@gmail.com>
> +L:     linux-spi@vger.kernel.org
> +S:     Odd Fixes
> +F:     Documentation/devicetree/bindings/spi/spi-bcm63xx.txt
> +F:     drivers/spi/spi-bcm63xx-spi.c
> +
>  BROADCOM ETHERNET PHY DRIVERS
>  M:     Florian Fainelli <f.fainelli@gmail.com>
>  R:     Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
> --
> 2.34.1
>

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

* RE: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
  2023-06-30 20:22   ` Jonas Gorski
@ 2023-07-04  0:33     ` William Zhang
  -1 siblings, 0 replies; 10+ messages in thread
From: William Zhang @ 2023-07-04  0:33 UTC (permalink / raw)
  To: Jonas Gorski, Kursad Oney, Broadcom internal kernel review list,
	Mark Brown, Anand Gore, Florian Fainelli,
	Rafał Miłecki
  Cc: linux-spi, linux-kernel, linux-arm-kernel

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

> -----Original Message-----
> From: Jonas Gorski <jonas.gorski@gmail.com>
> Sent: Friday, June 30, 2023 1:23 PM
> To: William Zhang <william.zhang@broadcom.com>; Kursad Oney
> <kursad.oney@broadcom.com>; Broadcom internal kernel review list <bcm-
> kernel-feedback-list@broadcom.com>; Mark Brown <broonie@kernel.org>;
> Anand Gore <anand.gore@broadcom.com>; Florian Fainelli
> <f.fainelli@gmail.com>; Rafał Miłecki <rafal@milecki.pl>
> Cc: linux-spi@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org
> Subject: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
>
> Update my email address to a working one, as the openwrt.org one is
> broken since ages.
>
> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
> ---
>  drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
>  drivers/spi/spi-bcmbca-hsspi.c  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/spi-bcm63xx-hsspi.c
> b/drivers/spi/spi-bcm63xx-hsspi.c
> index ee2528dad02d..9e218e143263 100644
> --- a/drivers/spi/spi-bcm63xx-hsspi.c
> +++ b/drivers/spi/spi-bcm63xx-hsspi.c
> @@ -2,7 +2,7 @@
>   * Broadcom BCM63XX High Speed SPI Controller driver
>   *
>   * Copyright 2000-2010 Broadcom Corporation
> - * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
> + * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
>   *
>   * Licensed under the GNU/GPL. See COPYING for details.
>   */
> diff --git a/drivers/spi/spi-bcmbca-hsspi.c
> b/drivers/spi/spi-bcmbca-hsspi.c
> index 8cbd01619789..ca1b4741e9f4 100644
> --- a/drivers/spi/spi-bcmbca-hsspi.c
> +++ b/drivers/spi/spi-bcmbca-hsspi.c
> @@ -3,7 +3,7 @@
>   * Broadcom BCMBCA High Speed SPI Controller driver
>   *
>   * Copyright 2000-2010 Broadcom Corporation
> - * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
> + * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
>   * Copyright 2019-2022 Broadcom Ltd
>   */
>
> --
> 2.34.1

Acked-by: William Zhang < william.zhang@broadcom.com>

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* RE: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
@ 2023-07-04  0:33     ` William Zhang
  0 siblings, 0 replies; 10+ messages in thread
From: William Zhang @ 2023-07-04  0:33 UTC (permalink / raw)
  To: Jonas Gorski, Kursad Oney, Broadcom internal kernel review list,
	Mark Brown, Anand Gore, Florian Fainelli,
	Rafał Miłecki
  Cc: linux-spi, linux-kernel, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 2052 bytes --]

> -----Original Message-----
> From: Jonas Gorski <jonas.gorski@gmail.com>
> Sent: Friday, June 30, 2023 1:23 PM
> To: William Zhang <william.zhang@broadcom.com>; Kursad Oney
> <kursad.oney@broadcom.com>; Broadcom internal kernel review list <bcm-
> kernel-feedback-list@broadcom.com>; Mark Brown <broonie@kernel.org>;
> Anand Gore <anand.gore@broadcom.com>; Florian Fainelli
> <f.fainelli@gmail.com>; Rafał Miłecki <rafal@milecki.pl>
> Cc: linux-spi@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org
> Subject: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
>
> Update my email address to a working one, as the openwrt.org one is
> broken since ages.
>
> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
> ---
>  drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
>  drivers/spi/spi-bcmbca-hsspi.c  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/spi-bcm63xx-hsspi.c
> b/drivers/spi/spi-bcm63xx-hsspi.c
> index ee2528dad02d..9e218e143263 100644
> --- a/drivers/spi/spi-bcm63xx-hsspi.c
> +++ b/drivers/spi/spi-bcm63xx-hsspi.c
> @@ -2,7 +2,7 @@
>   * Broadcom BCM63XX High Speed SPI Controller driver
>   *
>   * Copyright 2000-2010 Broadcom Corporation
> - * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
> + * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
>   *
>   * Licensed under the GNU/GPL. See COPYING for details.
>   */
> diff --git a/drivers/spi/spi-bcmbca-hsspi.c
> b/drivers/spi/spi-bcmbca-hsspi.c
> index 8cbd01619789..ca1b4741e9f4 100644
> --- a/drivers/spi/spi-bcmbca-hsspi.c
> +++ b/drivers/spi/spi-bcmbca-hsspi.c
> @@ -3,7 +3,7 @@
>   * Broadcom BCMBCA High Speed SPI Controller driver
>   *
>   * Copyright 2000-2010 Broadcom Corporation
> - * Copyright 2012-2013 Jonas Gorski <jogo@openwrt.org>
> + * Copyright 2012-2013 Jonas Gorski <jonas.gorski@gmail.com>
>   * Copyright 2019-2022 Broadcom Ltd
>   */
>
> --
> 2.34.1

Acked-by: William Zhang < william.zhang@broadcom.com>

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
  2023-06-30 20:22   ` Jonas Gorski
@ 2023-07-04 14:47     ` Florian Fainelli
  -1 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2023-07-04 14:47 UTC (permalink / raw)
  To: Jonas Gorski, William Zhang, Kursad Oney,
	Broadcom internal kernel review list, Mark Brown, Anand Gore,
	Florian Fainelli, Rafał Miłecki
  Cc: linux-spi, linux-kernel, linux-arm-kernel

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



On 6/30/2023 10:22 PM, Jonas Gorski wrote:
> Update my email address to a working one, as the openwrt.org one is
> broken since ages.
> 
> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>

Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

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

* Re: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
@ 2023-07-04 14:47     ` Florian Fainelli
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2023-07-04 14:47 UTC (permalink / raw)
  To: Jonas Gorski, William Zhang, Kursad Oney,
	Broadcom internal kernel review list, Mark Brown, Anand Gore,
	Florian Fainelli, Rafał Miłecki
  Cc: linux-spi, linux-kernel, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 266 bytes --]



On 6/30/2023 10:22 PM, Jonas Gorski wrote:
> Update my email address to a working one, as the openwrt.org one is
> broken since ages.
> 
> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>

Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: (subset) [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx
  2023-06-30 20:22 [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
                   ` (2 preceding siblings ...)
  2023-06-30 20:30 ` [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
@ 2023-07-04 15:42 ` Mark Brown
  3 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2023-07-04 15:42 UTC (permalink / raw)
  To: Jonas Gorski; +Cc: linux-kernel

On Fri, 30 Jun 2023 22:22:54 +0200, Jonas Gorski wrote:
> I noticed the driver is unclaimed. Since I was the last one doing
> substantial work on it, add me as the maintainer.
> 
> As it is only found in legacy products, mark it as "Odd Fixes"
> instead of "Maintained".
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[2/3] spi: bcm{63xx,bca}-hsspi: update my email address
      commit: 879a879c216a41f5403d8d3dbc204a48501912bf

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

end of thread, other threads:[~2023-07-04 15:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30 20:22 [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
2023-06-30 20:22 ` [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address Jonas Gorski
2023-06-30 20:22   ` Jonas Gorski
2023-07-04  0:33   ` William Zhang
2023-07-04  0:33     ` William Zhang
2023-07-04 14:47   ` Florian Fainelli
2023-07-04 14:47     ` Florian Fainelli
2023-06-30 20:22 ` [PATCH 3/3] mailmap: add entry for Jonas Gorski Jonas Gorski
2023-06-30 20:30 ` [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx Jonas Gorski
2023-07-04 15:42 ` (subset) " Mark Brown

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.