public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-sunxi master
Date: Wed, 23 Mar 2016 23:13:55 +0100	[thread overview]
Message-ID: <56F31523.7050805@redhat.com> (raw)

Hi Tom,

Here is the first sunxi pull-req for v2016.05, it
contains:

-A sync of the sunxi dts files with the kernel
-Addition of support for 10 new boards
-Various fixes

The following changes since commit 0764f24ae6bc937e358990c357f7452b4d5351e3:

   net: Move CONFIG_RTL8169 to Kconfig (2016-03-22 12:19:53 -0400)

are available in the git repository at:

   http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to e449e840c5adf728ddd308501af3115656aa9a60:

   sunxi: A83T: fix 32bit overflow warning (2016-03-23 22:04:13 +0100)

----------------------------------------------------------------
Alex Kaplan (1):
       sunxi: Enable composite video out on the CHIP

Boris Brezillon (1):
       sunxi: Fix DCDC2 output in CHIP_defconfig

Chen-Yu Tsai (3):
       sunxi: Add defconfig for Cubietruck Plus
       sunxi: Add defconfig for Sinlinx SinA31s
       sunxi: Support SID e-fuses on A83T and H3

Hans de Goede (22):
       sunxi: A23: Fix some revisions needing a different magic sram poke
       include/dt-bindings: Sync some files with the kernel
       sunxi: Sync dts files with the upstream kernel
       sunxi: Fix clock_twi_onoff for sun6i
       sunxi: Fix clock_twi_onoff for sun8i-a83
       sunxi: Fix clock_twi_onoff for sun9i
       sunxi: Add defconfig and dts for colorfly e708 q1 tablet
       sunxi: Add defconfig and dts for Difrence DIT4350 tablet
       sunxi: Add defconfig and dts for the Polaroid MID2809PXE4 tablet
       sunxi: Add defconfig and dts for Dserve DSRV9703C tablet
       sunxi: Add defconfig and dts for Orange Pi 2 SBC
       sunxi: Enable realtek phy support
       sunxi: Add support for USB vbus pin for USB3
       sunxi: Specify USB vbus pins for orangepi boards
       sunxi: Add a bunch of missing compatible strings to sunxi_gpio.c
       spl: Print from which mmc slot spl is trying to boot
       sunxi: Enable support for the eMMC found on the orangepi plus
       sunxi: Fix 2nd usb controller on sun4i/sun7i no longer working
       sunxi: Fix gmac not working due to cpu_eth_init no longer being called
       sunxi: Turn satapwr on from board_init
       sunxi: Specify SATAPWR pin for Orangepi Plus
       sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig

Lawrence Yu (1):
       sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface selected

Marcus Cooper (1):
       sun7i: Add defconfig for the Itead Ibox

Peter Korsgaard (1):
       sunxi: Add defconfig for yones toptech bs1078-v2 tablet

Stefan Roese (1):
       sunxi: Add defconfig for icnova-a20-swac

vishnupatekar (2):
       sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig
       sunxi: A83T: fix 32bit overflow warning

  arch/arm/Kconfig                                   |   1 +
  arch/arm/cpu/armv7/sunxi/board.c                   |  50 +-
  arch/arm/cpu/armv7/sunxi/clock.c                   |  35 +
  arch/arm/cpu/armv7/sunxi/clock_sun6i.c             |  26 -
  arch/arm/cpu/armv7/sunxi/clock_sun9i.c             |   4 +-
  arch/arm/cpu/armv7/sunxi/dram_sun8i_a83t.c         |   2 +-
  arch/arm/cpu/armv7/sunxi/usb_phy.c                 |   1 +
  arch/arm/dts/Makefile                              |  13 +-
  arch/arm/dts/axp22x.dtsi                           | 145 ++++
  arch/arm/dts/sun4i-a10-a1000.dts                   |   4 +
  arch/arm/dts/sun4i-a10-chuwi-v7-cw0825.dts         |  22 +
  arch/arm/dts/sun4i-a10-cubieboard.dts              |   4 +
  arch/arm/dts/sun4i-a10-dserve-dsrv9703c.dts        | 281 +++++++
  arch/arm/dts/sun4i-a10-gemei-g9.dts                |  63 +-
  arch/arm/dts/sun4i-a10-inet1.dts                   |  48 ++
  arch/arm/dts/sun4i-a10-inet97fv2.dts               | 127 +++-
  arch/arm/dts/sun4i-a10-inet9f-rev03.dts            | 181 +++++
  arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts    |  86 +--
  arch/arm/dts/sun4i-a10-jesurun-q5.dts              |  15 +
  arch/arm/dts/sun4i-a10-marsboard.dts               |  23 +
  arch/arm/dts/sun4i-a10-mk802.dts                   |  37 +
  arch/arm/dts/sun4i-a10-olinuxino-lime.dts          |  12 +
  arch/arm/dts/sun4i-a10-pcduino.dts                 |  58 +-
  arch/arm/dts/sun4i-a10-pcduino2.dts                |  78 ++
  arch/arm/dts/sun4i-a10-pov-protab2-ips9.dts        |  69 ++
  arch/arm/dts/sun4i-a10.dtsi                        | 153 +++-
  arch/arm/dts/sun5i-a10s-auxtek-t004.dts            |  14 +
  arch/arm/dts/sun5i-a10s-olinuxino-micro.dts        |   2 +-
  arch/arm/dts/sun5i-a13-difrnce-dit4350.dts         | 226 ++++++
  arch/arm/dts/sun5i-a13-empire-electronix-d709.dts  |  19 +-
  arch/arm/dts/sun5i-a13-inet-98v-rev2.dts           |  26 +-
  arch/arm/dts/sun5i-a13-utoo-p66.dts                |  30 +
  arch/arm/dts/sun5i-q8-common.dtsi                  |  10 +
  arch/arm/dts/sun5i-r8-chip.dts                     |  47 +-
  arch/arm/dts/sun5i.dtsi                            |  31 +
  arch/arm/dts/sun6i-a31-colombus.dts                |  24 +
  arch/arm/dts/sun6i-a31-hummingbird.dts             | 132 ++--
  arch/arm/dts/sun6i-a31.dtsi                        |  65 +-
  arch/arm/dts/sun6i-a31s-colorfly-e708-q1.dts       | 208 ++++++
  arch/arm/dts/sun6i-a31s-primo81.dts                | 247 ++++++-
  arch/arm/dts/sun6i-a31s-sina31s-core.dtsi          | 142 ++++
  arch/arm/dts/sun6i-a31s-sina31s.dts                | 153 ++++
  .../arm/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts | 205 ++++++
  arch/arm/dts/sun7i-a20-bananapi.dts                |  78 +-
  arch/arm/dts/sun7i-a20-cubieboard2.dts             |  23 +
  arch/arm/dts/sun7i-a20-cubietruck.dts              |   4 +
  arch/arm/dts/sun7i-a20-icnova-swac.dts             | 169 +++++
  arch/arm/dts/sun7i-a20-itead-ibox.dts              | 125 ++++
  arch/arm/dts/sun7i-a20-lamobo-r1.dts               |  10 -
  arch/arm/dts/sun7i-a20-mk808c.dts                  |  39 +
  arch/arm/dts/sun7i-a20-olimex-som-evb.dts          |  95 ++-
  arch/arm/dts/sun7i-a20-olinuxino-lime.dts          |  12 +
  arch/arm/dts/sun7i-a20-olinuxino-lime2.dts         |  47 ++
  arch/arm/dts/sun7i-a20-olinuxino-micro.dts         |   6 +
  arch/arm/dts/sun7i-a20-orangepi-mini.dts           |  33 +
  arch/arm/dts/sun7i-a20-orangepi.dts                |  29 +
  arch/arm/dts/sun7i-a20-pcduino3-nano.dts           |  69 +-
  arch/arm/dts/sun7i-a20-pcduino3.dts                |  58 +-
  arch/arm/dts/sun7i-a20-wexler-tab7200.dts          |  90 ++-
  arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts        | 187 ++++-
  arch/arm/dts/sun7i-a20.dtsi                        | 113 ++-
  arch/arm/dts/sun8i-a23-a33.dtsi                    |  71 +-
  arch/arm/dts/sun8i-a23-gt90h-v4.dts                | 120 ++-
  arch/arm/dts/sun8i-a23-polaroid-mid2809pxe04.dts   | 243 +++++++
  arch/arm/dts/sun8i-a23.dtsi                        |  25 +
  arch/arm/dts/sun8i-a33-sinlinx-sina33.dts          |  83 ++-
  arch/arm/dts/sun8i-a33.dtsi                        |  45 ++
  arch/arm/dts/sun8i-a83t-cubietruck-plus.dts        |  65 ++
  arch/arm/dts/sun8i-a83t.dtsi                       | 125 ++--
  arch/arm/dts/sun8i-h3-orangepi-2.dts               | 186 +++++
  arch/arm/dts/sun8i-h3-orangepi-pc.dts              |  69 ++
  arch/arm/dts/sun8i-h3-orangepi-plus.dts            |  63 ++
  arch/arm/dts/sun8i-h3.dtsi                         | 189 +++--
  arch/arm/dts/sun8i-q8-common.dtsi                  |  96 ++-
  arch/arm/dts/sun9i-a80-cubieboard4.dts             |  36 +
  arch/arm/dts/sun9i-a80-optimus.dts                 |  48 +-
  arch/arm/dts/sun9i-a80.dtsi                        | 204 +++++-
  arch/arm/dts/sunxi-itead-core-common.dtsi          | 136 ++++
  arch/arm/dts/sunxi-q8-common.dtsi                  |   6 +
  arch/arm/include/asm/arch-sunxi/cpu_sun4i.h        |   7 +
  arch/arm/include/asm/arch-sunxi/sys_proto.h        |   6 +-
  board/sunxi/Kconfig                                |   6 +
  board/sunxi/MAINTAINERS                            |  31 +
  board/sunxi/ahci.c                                 |   8 -
  board/sunxi/board.c                                |  18 +-
  board/sunxi/gmac.c                                 |  14 +-
  common/spl/spl.c                                   |   6 +-
  configs/A10-OLinuXino-Lime_defconfig               |   1 -
  configs/A10s-OLinuXino-M_defconfig                 |   1 -
  configs/A13-OLinuXinoM_defconfig                   |   1 -
  configs/A13-OLinuXino_defconfig                    |   1 -
  configs/A20-OLinuXino-Lime2_defconfig              |   1 -
  configs/A20-OLinuXino-Lime_defconfig               |   1 -
  configs/A20-OLinuXino_MICRO_defconfig              |   1 -
  configs/A20-Olimex-SOM-EVB_defconfig               |   1 -
  configs/Ainol_AW1_defconfig                        |   1 -
  configs/Ampe_A76_defconfig                         |   1 -
  configs/Auxtek-T003_defconfig                      |   1 -
  configs/Auxtek-T004_defconfig                      |   1 -
  configs/Bananapi_defconfig                         |   1 -
  configs/Bananapro_defconfig                        |   1 -
  configs/CHIP_defconfig                             |   3 +-
  configs/CSQ_CS908_defconfig                        |   1 -
  configs/Chuwi_V7_CW0825_defconfig                  |   1 -
  configs/Colombus_defconfig                         |   1 -
  configs/Cubieboard2_defconfig                      |   1 -
  configs/Cubieboard_defconfig                       |   1 -
  configs/Cubietruck_defconfig                       |   1 -
  configs/Cubietruck_plus_defconfig                  |  18 +
  configs/Empire_electronix_d709_defconfig           |   1 -
  configs/Hummingbird_A31_defconfig                  |   1 -
  configs/Hyundai_A7HD_defconfig                     |   1 -
  configs/Itead_Ibox_A20_defconfig                   |  16 +
  configs/Lamobo_R1_defconfig                        |   1 -
  configs/Linksprite_pcDuino3_Nano_defconfig         |   1 -
  configs/Linksprite_pcDuino3_defconfig              |   1 -
  configs/Linksprite_pcDuino_defconfig               |   1 -
  configs/MK808C_defconfig                           |   1 -
  configs/MSI_Primo73_defconfig                      |   1 -
  configs/MSI_Primo81_defconfig                      |   1 -
  configs/Marsboard_A10_defconfig                    |   1 -
  configs/Mele_A1000G_quad_defconfig                 |   1 -
  configs/Mele_A1000_defconfig                       |   1 -
  configs/Mele_I7_defconfig                          |   1 -
  configs/Mele_M3_defconfig                          |   1 -
  configs/Mele_M5_defconfig                          |   1 -
  configs/Mele_M9_defconfig                          |   1 -
  configs/Mini-X_defconfig                           |   1 -
  configs/Orangepi_defconfig                         |   1 -
  configs/Orangepi_mini_defconfig                    |   1 -
  configs/Sinlinx_SinA31s_defconfig                  |  20 +
  configs/Sinlinx_SinA33_defconfig                   |   1 -
  configs/Sinovoip_BPI_M2_defconfig                  |   1 -
  configs/Sinovoip_BPI_M3_defconfig                  |   2 -
  configs/UTOO_P66_defconfig                         |   1 -
  configs/Wexler_TAB7200_defconfig                   |   1 -
  configs/Wits_Pro_A20_DKT_defconfig                 |   1 -
  configs/Wobo_i5_defconfig                          |   1 -
  configs/Yones_Toptech_BD1078_defconfig             |   1 -
  configs/Yones_Toptech_BS1078_V2_defconfig          |  24 +
  configs/ba10_tv_box_defconfig                      |   1 -
  configs/colorfly_e708_q1_defconfig                 |  25 +
  configs/difrnce_dit4350_defconfig                  |  23 +
  configs/dserve_dsrv9703c_defconfig                 |  22 +
  configs/ga10h_v1_1_defconfig                       |   1 -
  configs/gt90h_v4_defconfig                         |   1 -
  configs/i12-tvbox_defconfig                        |   1 -
  configs/iNet_3F_defconfig                          |   1 -
  configs/iNet_3W_defconfig                          |   1 -
  configs/iNet_86VS_defconfig                        |   1 -
  configs/icnova-a20-swac_defconfig                  |  21 +
  configs/inet1_defconfig                            |   1 -
  configs/inet97fv2_defconfig                        |   1 -
  configs/inet98v_rev2_defconfig                     |   1 -
  configs/inet9f_rev03_defconfig                     |   1 -
  configs/jesurun_q5_defconfig                       |   1 -
  configs/mixtile_loftq_defconfig                    |   1 -
  configs/mk802_a10s_defconfig                       |   1 -
  configs/mk802_defconfig                            |   1 -
  configs/mk802ii_defconfig                          |   1 -
  configs/orangepi_2_defconfig                       |  18 +
  configs/orangepi_pc_defconfig                      |   3 +
  configs/orangepi_plus_defconfig                    |   4 +
  configs/polaroid_mid2809pxe04_defconfig            |  25 +
  configs/pov_protab2_ips9_defconfig                 |   1 -
  configs/q8_a13_tablet_defconfig                    |   1 -
  configs/q8_a23_tablet_800x480_defconfig            |   1 -
  configs/q8_a33_tablet_1024x600_defconfig           |   1 -
  configs/q8_a33_tablet_800x480_defconfig            |   1 -
  configs/r7-tv-dongle_defconfig                     |   1 -
  configs/sunxi_Gemei_G9_defconfig                   |   1 -
  drivers/gpio/sunxi_gpio.c                          |  15 +-
  drivers/usb/host/ehci-sunxi.c                      |  13 +-
  drivers/usb/host/ohci-sunxi.c                      |  15 +-
  drivers/video/sunxi_display.c                      |   4 +
  include/configs/sunxi-common.h                     |   1 +
  include/dt-bindings/clock/sun4i-a10-pll2.h         |  53 ++
  include/dt-bindings/input/input.h                  | 510 +------------
  include/dt-bindings/input/linux-event-codes.h      | 805 +++++++++++++++++++++
  179 files changed, 6749 insertions(+), 1173 deletions(-)
  create mode 100644 arch/arm/dts/axp22x.dtsi
  create mode 100644 arch/arm/dts/sun4i-a10-dserve-dsrv9703c.dts
  create mode 100644 arch/arm/dts/sun4i-a10-pcduino2.dts
  create mode 100644 arch/arm/dts/sun5i-a13-difrnce-dit4350.dts
  create mode 100644 arch/arm/dts/sun6i-a31s-colorfly-e708-q1.dts
  create mode 100644 arch/arm/dts/sun6i-a31s-sina31s-core.dtsi
  create mode 100644 arch/arm/dts/sun6i-a31s-sina31s.dts
  create mode 100644 arch/arm/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts
  create mode 100644 arch/arm/dts/sun7i-a20-icnova-swac.dts
  create mode 100644 arch/arm/dts/sun7i-a20-itead-ibox.dts
  create mode 100644 arch/arm/dts/sun8i-a23-polaroid-mid2809pxe04.dts
  create mode 100644 arch/arm/dts/sun8i-a83t-cubietruck-plus.dts
  create mode 100644 arch/arm/dts/sun8i-h3-orangepi-2.dts
  create mode 100644 arch/arm/dts/sunxi-itead-core-common.dtsi
  create mode 100644 configs/Cubietruck_plus_defconfig
  create mode 100644 configs/Itead_Ibox_A20_defconfig
  create mode 100644 configs/Sinlinx_SinA31s_defconfig
  create mode 100644 configs/Yones_Toptech_BS1078_V2_defconfig
  create mode 100644 configs/colorfly_e708_q1_defconfig
  create mode 100644 configs/difrnce_dit4350_defconfig
  create mode 100644 configs/dserve_dsrv9703c_defconfig
  create mode 100644 configs/icnova-a20-swac_defconfig
  create mode 100644 configs/orangepi_2_defconfig
  create mode 100644 configs/polaroid_mid2809pxe04_defconfig
  create mode 100644 include/dt-bindings/clock/sun4i-a10-pll2.h
  create mode 100644 include/dt-bindings/input/linux-event-codes.h

Regards,

Hans

             reply	other threads:[~2016-03-23 22:13 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-23 22:13 Hans de Goede [this message]
2016-03-25 22:59 ` [U-Boot] Please pull u-boot-sunxi master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-10-30 11:52 Hans de Goede
2016-10-30 18:15 ` Tom Rini
2016-10-10  8:17 Hans de Goede
2016-10-13  0:48 ` Tom Rini
2016-09-18 14:56 Hans de Goede
2016-09-19  0:31 ` Tom Rini
2016-08-26 18:42 Hans de Goede
2016-08-29 12:00 ` Tom Rini
2016-07-31 20:19 Hans de Goede
2016-08-01  0:34 ` Tom Rini
2016-07-26 22:30 Hans de Goede
2016-07-27  0:58 ` Tom Rini
2016-07-27  2:38 ` Chen-Yu Tsai
2016-07-27 13:18   ` Hans de Goede
2016-07-15 14:29 Hans de Goede
2016-07-16 13:52 ` Tom Rini
2016-07-16 17:54   ` Andreas Färber
2016-07-16 21:48     ` Tom Rini
2016-07-02 19:51 Hans de Goede
2016-07-05  2:44 ` Tom Rini
2016-06-20 21:03 Hans de Goede
2016-06-21  4:44 ` Tom Rini
2016-06-10 19:25 Hans de Goede
2016-06-19 14:07 ` Tom Rini
2016-05-25 16:15 Hans de Goede
2016-05-26 15:49 ` Tom Rini
2016-04-28 14:42 Hans de Goede
2016-04-28 22:44 ` Tom Rini
2016-04-12  9:07 Hans de Goede
2016-04-12 17:23 ` Tom Rini
2016-04-01 11:38 Hans de Goede
2016-04-01 17:00 ` Tom Rini
     [not found]   ` <20160402182702.GA2671@excalibur.cnev.de>
2016-04-02 21:42     ` Hans de Goede
2016-04-03  1:11       ` Tom Rini
2016-02-23 20:29 Hans de Goede
2016-02-23 20:35 ` Tom Rini
2016-01-26 19:51 Hans de Goede
2016-01-27  2:04 ` Tom Rini
2015-12-21 20:39 Hans de Goede
2015-12-21 23:25 ` Tom Rini
2015-12-11 14:03 Hans de Goede
2015-12-12  1:13 ` Tom Rini
2015-11-22 11:22 Hans de Goede
2015-11-22 15:52 ` Tom Rini
2015-10-20 21:02 Hans de Goede
2015-10-21 13:10 ` Tom Rini
2015-10-03 12:01 Hans de Goede
2015-10-03 12:06 ` Tom Rini
2015-10-03 12:08 ` Luc Verhaegen
2015-09-29 12:00 Hans de Goede
2015-10-03  0:35 ` Tom Rini
2015-09-11 15:15 Hans de Goede
2015-09-12 12:47 ` Tom Rini
2015-08-31 16:05 Hans de Goede
2015-08-31 21:46 ` Tom Rini
2015-08-14  7:09 Hans de Goede
2015-08-14 20:52 ` Tom Rini
2015-08-08 15:42 Hans de Goede
2015-08-11  0:33 ` Tom Rini
2015-07-25 12:41 Hans de Goede
2015-07-25 19:50 ` Tom Rini
2015-06-18 10:01 Hans de Goede
2015-06-18 22:45 ` Tom Rini
2015-06-10 14:54 Hans de Goede
2015-06-10 14:56 ` Tom Rini
2015-06-11  2:49   ` Simon Glass
2015-06-11  7:41     ` Hans de Goede
2015-06-11 12:56       ` Tom Rini
2015-06-11 13:44         ` Hans de Goede
2015-06-11 15:08           ` Tom Rini
2015-06-11 22:27             ` Bernhard Nortmann
2015-06-12  0:48             ` Tom Rini
2015-06-06  9:29 Hans de Goede
2015-06-06 13:27 ` Tom Rini
2015-05-30  9:18 Hans de Goede
2015-06-02 12:54 ` Tom Rini
2015-05-19 20:23 Hans de Goede
2015-05-21 13:10 ` Tom Rini
2015-05-04 15:21 Hans de Goede
2015-05-05 23:58 ` Tom Rini
2015-04-15 15:05 Hans de Goede
2015-04-16 20:41 ` Tom Rini
2015-04-04 13:41 Hans de Goede
2015-04-06 22:12 ` Tom Rini
2015-03-29 12:41 Hans de Goede
2015-03-26 12:24 Hans de Goede
2015-03-27 14:19 ` Tom Rini
2015-03-21 12:56 Hans de Goede
2015-03-24 20:29 ` Tom Rini
2015-03-10 15:00 Hans de Goede
2015-03-10 16:07 ` Tom Rini
2015-03-10 14:53 Hans de Goede
2015-02-21 18:22 Hans de Goede
2015-02-23 11:58 ` Tom Rini
2015-02-16 19:39 Hans de Goede
2015-02-17 20:24 ` Tom Rini
2015-02-02 14:19 Hans de Goede
2015-02-02 18:59 ` Tom Rini
2015-01-23 14:49 Hans de Goede
2015-01-23 21:57 ` Tom Rini
2015-01-14 14:16 Hans de Goede
2015-01-14 15:30 ` Tom Rini
2014-11-25 12:45 Hans de Goede
2014-11-25 17:52 ` Simon Glass
2014-11-25 21:52   ` Tom Rini
2014-11-26  9:20     ` Hans de Goede
2014-11-26 16:25       ` Tom Rini
2014-11-27  8:18         ` Hans de Goede
2014-11-26 16:24 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56F31523.7050805@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox