Message ID | CAK8P3a1k3y0ZHLxGNBoynF+tpej9PVQUT7PgP1RLCuXWonKmHg@mail.gmail.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 31b0067e8d6d200f5c0a083ca7b3536022243a90 |
Headers | show |
Series | ARM: SoC changes for 5.1 | expand |
Another small side note on these pull requests: On Wed, Mar 6, 2019 at 7:35 AM Arnd Bergmann <arnd@arndb.de> wrote: > > arch/arm/configs/lpc32xx_defconfig | 65 > +++++++++++++++++++++++++++++++---------------------------------- You have a lot of these kinds of line-wrapped diffstat lines. The reason is *probably* that you've just cut-and-pasted from your (very wide) terminal where you ran your scripts into the email. Becaue if you run "git diff --stat" normally in a germinal, it will take the terminal width into account. If you run it in a script to a file or pipe, it will default width of 80 columns. You could make your scripts just do "--stat=80" to do that, but you might also consider using "xsel" to avoid the cutting-and-selecting part, and just do my-release-script | xsel to select the output of the script, and then paste it with your mouse... This is not a big deal, but it does make those diffstats ugly, and I _suspect_ it's because you didn't realize what is going on. Linus -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#65): https://linux.kernel.org/g/patchwork-soc/message/65 Mute This Topic: https://linux.kernel.org/mt/30286337/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
The pull request you sent on Wed, 6 Mar 2019 16:35:07 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-defconfig
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fb686ad25be0343a9dab23acff674d0cb84bb516
Thank you!
On Wed, Mar 6, 2019 at 7:15 PM Linus Torvalds <torvalds@linux-foundation.org> wrote: > > Another small side note on these pull requests: > > On Wed, Mar 6, 2019 at 7:35 AM Arnd Bergmann <arnd@arndb.de> wrote: > > > > arch/arm/configs/lpc32xx_defconfig | 65 > > +++++++++++++++++++++++++++++++---------------------------------- > > You have a lot of these kinds of line-wrapped diffstat lines. > > The reason is *probably* that you've just cut-and-pasted from your > (very wide) terminal where you ran your scripts into the email. > > Becaue if you run "git diff --stat" normally in a germinal, it will > take the terminal width into account. > > If you run it in a script to a file or pipe, it will default width of > 80 columns. > > You could make your scripts just do "--stat=80" to do that, but you > might also consider using "xsel" to avoid the cutting-and-selecting > part, and just do > > my-release-script | xsel > > to select the output of the script, and then paste it with your mouse... I used to do that (with xclip), but something changed recently in gmail that broke pasting the output, which now gets horribly reformatted unless I copy from the terminal. I now tried without sucess to set the diff.statGraphWidth git-config variable. I'll probably just use "git request-pull ... |cat" in the future. I've done that in the past, but had not realized that I'm currently causing the bad line breaks. Arnd -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#74): https://linux.kernel.org/g/patchwork-soc/message/74 Mute This Topic: https://linux.kernel.org/mt/30286337/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40: Linux 5.0-rc4 (2019-01-27 15:18:05 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-defconfig for you to fetch changes up to 31b0067e8d6d200f5c0a083ca7b3536022243a90: ARM: spear3xx_defconfig: Activate PL111 DRM driver (2019-03-01 15:09:21 +0100) ---------------------------------------------------------------- ARM: SoC defconfig updates for 5.1 We regenerated the defconfig files for samsung, shmobile, lpc18xx, lpc32xx, omap2, and nhk8815. Lots of additional drivers added on samsung and nhk8815, as well as the new pl110 driver on all machines that have it. The remaining changes are mostly to enable newly added drivers, and in case of imx8mq together with the SoC getting merged. Signed-off-by: Arnd Bergmann <arnd@arndb.de> ---------------------------------------------------------------- Abel Vesa (1): arm64: defconfig: Add i.MX8MQ boot necessary configs Aisheng Dong (1): arm64: defconfig: add imx8qxp support Anson Huang (1): arm64: defconfig: add i.MX system controller RTC support Ard Biesheuvel (1): ARM: multi_v7_defconfig: enable GCC plugin support and structleak plugin Arnd Bergmann (11): Merge tag 'omap-for-v5.1/defconfig-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/defconfig Merge tag 'imx-defconfig-5.1' of git://git.kernel.org/.../shawnguo/linux into arm/defconfig Merge tag 'tegra-for-5.1-arm64-defconfig' of git://git.kernel.org/.../tegra/linux into arm/defconfig Merge tag 'renesas-arm-defconfig-for-v5.1' of git://git.kernel.org/.../horms/renesas into arm/defconfig Merge tag 'renesas-arm64-defconfig-for-v5.1' of git://git.kernel.org/.../horms/renesas into arm/defconfig Merge tag 'sunxi-config64-for-5.1' of git://git.kernel.org/.../sunxi/linux into arm/defconfig Merge branch 'socfpga_for_next_v5.1_defconfig' of git://git.kernel.org/.../dinguyen/linux into arm/defconfig Merge tag 'lpc32xx-defconfig-for-5.1' of https://github.com/vzapolskiy/linux-lpc32xx into arm/defconfig Merge tag 'arm-soc/for-5.1/defconfig' of https://github.com/Broadcom/stblinux into arm/defconfig Merge tag 'samsung-defconfig-5.1' of git://git.kernel.org/.../krzk/linux into arm/defconfig ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig Biju Das (2): ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig ARM: multi_v7_defconfig: Enable NXP pcf85363 rtc Carlo Caione (2): arm64: defconfig: Enable PFUZE100 regulator arm64: defconfig: Add IMX2+ watchdog Dinh Nguyen (1): ARM: socfpga_defconfig: enable BLK_DEV_LOOP config option Florian Fainelli (1): Merge tag 'tags/bcm2835-defconfig-next-2018-11-27' into defconfig/next Geert Uytterhoeven (4): arm64: defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE ARM: shmobile: defconfig: Refresh for v5.0-rc1 ARM: shmobile: defconfig: Enable support for RZ/A2 ARM: multi_v7_defconfig: Enable support for RZ/A2 Jagan Teki (2): arm64: defconfig: Enable I2C_GPIO arm64: defconfig: Enable SUN6I Camera sensor interface Joseph Lo (1): arm64: defconfig: Enable MAX8973 regulator Kuninori Morimoto (1): arm64: defconfig: select Kingfisher Sound related configs Linus Walleij (11): ARM: defconfig: Update LPC18xx defconfig ARM: defconfig: Switch LPC18xx to use PL11x DRM driver ARM: defconfig: Update LPC32xx defconfig ARM: defconfig: Switch LPC32xx to use PL11x DRM driver ARM: defconfig: axm55xx: Drop PL11x graphics driver ARM: defconfig: Enable PL11x DRM driver on multi_v7 arm64: defconfig: Switch to PL11x DRM driver ARM: defconfig: integrator: Switch to DRM ARM: nhk8815_defconfig: Update defconfig ARM: nhk8815_defconfig: Add new options ARM: spear3xx_defconfig: Activate PL111 DRM driver Lukasz Luba (1): ARM: omap2plus_defconfig: remove PROVE_LOCKING from defconfig Paweł Chmiel (3): ARM: s5pv210_defconfig: Run make savedefconfig ARM: s5pv210_defconfig: Enable more drivers present on Samsung Aries ARM: s5pv210_defconfig: Enable cpufreq Simon Horman (1): arm64: defconfig: Enable R-Car thermal driver Stefan Wahren (1): ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver Thierry Reding (1): arm64: defconfig: Enable Tegra TCU Tony Lindgren (2): ARM: omap2plus_defconfig: Update for dropped options ARM: omap2plus_defconfig: Update for moved options Vladimir Zapolskiy (8): ARM: defconfig: lpc32xx: enable NFSv4 support ARM: defconfig: lpc32xx: enable build options for basic debugging ARM: defconfig: lpc32xx: enable panic on oops option ARM: defconfig: lpc32xx: enable serial console on HS UART ARM: defconfig: lpc32xx: enable generic SRAM driver ARM: defconfig: lpc32xx: disable superfluous GPIO controllers ARM: defconfig: lpc32xx: enable fixed voltage regulator support ARM: defconfig: lpc32xx: enable DRM simple panel driver Yogesh Narayan Gaur (1): arm64: defconfig: enable NXP FlexSPI driver arch/arm/configs/axm55xx_defconfig | 4 ---- arch/arm/configs/bcm2835_defconfig | 3 +++ arch/arm/configs/integrator_defconfig | 9 +++++++-- arch/arm/configs/lpc18xx_defconfig | 31 +++++++++++++------------------ arch/arm/configs/lpc32xx_defconfig | 65 +++++++++++++++++++++++++++++++---------------------------------- arch/arm/configs/multi_v7_defconfig | 8 +++++++- arch/arm/configs/nhk8815_defconfig | 41 +++++++++++++++++++++++++++-------------- arch/arm/configs/omap2plus_defconfig | 83 ++++++++++++++++++++++++++++++++++++++--------------------------------------------- arch/arm/configs/pxa_defconfig | 1 - arch/arm/configs/s5pv210_defconfig | 47 ++++++++++++++++++++++++++++++++++++----------- arch/arm/configs/shmobile_defconfig | 48 ++++++++++++++++++++++++------------------------ arch/arm/configs/socfpga_defconfig | 25 +++++++++++-------------- arch/arm/configs/spear3xx_defconfig | 6 ++++-- arch/arm64/configs/defconfig | 32 +++++++++++++++++++++++++++++++- 14 files changed, 232 insertions(+), 171 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61): https://linux.kernel.org/g/patchwork-soc/message/61 Mute This Topic: https://linux.kernel.org/mt/30286337/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-