mbox

[GIT,PULL] STi defconfig updates for v4.8

Message ID 57767948.6090009@st.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git

Message

Patrice CHOTARD July 1, 2016, 2:08 p.m. UTC
Hi Olof, Arnd and Kevin,

Please consider this round of STi defconfig updates for v4.8:


The following changes since commit 4c2e07c6a29e0129e975727b9f57eede813eea85:

   Linux 4.7-rc5 (2016-06-26 17:52:03 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git 
sti-defconfig-for-v4.8

for you to fetch changes up to 15f82341a7cbb70ab5a7aee3c717204a9fc11722:

   ARM: multi_v7_defconfig: enable STMicroelectronics DRM Support 
(2016-07-01 16:00:50 +0200)

----------------------------------------------------------------
Patrice Chotard (2):
       ARM: multi_v7_defconfig: enable STMicroelectronics BDISP 2D 
blitter driver
       ARM: multi_v7_defconfig: enable STMicroelectronics DRM Support

  arch/arm/configs/multi_v7_defconfig | 2 ++
  1 file changed, 2 insertions(+)

Comments

Arnd Bergmann July 7, 2016, 11:58 a.m. UTC | #1
On Friday, July 1, 2016 4:08:08 PM CEST Patrice Chotard wrote:
> Patrice Chotard (2):
>        ARM: multi_v7_defconfig: enable STMicroelectronics BDISP 2D 
> blitter driver
>        ARM: multi_v7_defconfig: enable STMicroelectronics DRM Support
> 

Please rebase this on top of v4.7-rc3 and add a signed tag with
a branch description for the changelog.

Generally, we try to avoid backmerging later -rc releases into our
branches as that messes up the git history, so you should base
either on -rc1 or check what the latest -rc is in our next/* branches.

The tag description is what ends up in the merge commit.

	Arnd