All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae@samsung.com>
To: Archit Taneja <architt@codeaurora.org>
Cc: dri-devel@lists.freedesktop.org, daniel.vetter@intel.com
Subject: Re: [PATCH 00/14] clean up drm_bridge_add
Date: Tue, 22 Aug 2017 14:14:01 +0900	[thread overview]
Message-ID: <599BBD99.3010409@samsung.com> (raw)
In-Reply-To: <23f6b176-e00a-300f-0fb6-38b773b883d6@codeaurora.org>

Hi Archit,

2017년 07월 06일 17:58에 Archit Taneja 이(가) 쓴 글:
> 
> 
> On 07/03/2017 02:12 PM, Inki Dae wrote:
>> This patch series changes return type of drm_bridge_add
>> function to void one and also removes unnecessary checking
>> of the return type from relevant drivers.
>>
>> Ps. I had just build test so each maintainer may need to check this.
> 
> I pushed all the bridge driver patches (2/14 to 11/14) to drm-misc-next. We'll
> push the rest once we figure out which branch we want them to go through..

Thanks. :)

Inki Dae

> 
> Archit
> 
>>
>> Inki Dae (14):
>>    drm/bridge: change return type of drm_bridge_add function
>>    drm/bridge: adv7511: clean up drm_bridge_add call
>>    drm/bridge: analogix-anx78xx: clean up drm_bridge_add call
>>    drm/bridge: vga-dac: clean up drm_bridge_add call
>>    drm/bridge: nxp-ptn3460: clean up drm_bridge_add call
>>    drm/bridge: panel: clean up drm_bridge_add call
>>    drm/bridge: ps8622: clean up drm_bridge_add call
>>    drm/bridge: sii902x: clean up drm_bridge_add call
>>    drm/bridge: synopsys: dw-hdmi: clean up drm_bridge_add call
>>    drm/bridge: tc358767: clean up drm_bridge_add call
>>    drm/bridge: ti-tfp410: clean up drm_bridge_add call
>>    drm/exynos: mic: clean up drm_bridge_add call
>>    drm/mediatek: hdmi: clean up drm_bridge_add call
>>    drm/sti: sti_vdo: clean up drm_bridge_add call
>>
>>   drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 6 +-----
>>   drivers/gpu/drm/bridge/analogix-anx78xx.c    | 6 +-----
>>   drivers/gpu/drm/bridge/dumb-vga-dac.c        | 9 +++------
>>   drivers/gpu/drm/bridge/nxp-ptn3460.c         | 6 +-----
>>   drivers/gpu/drm/bridge/panel.c               | 5 +----
>>   drivers/gpu/drm/bridge/parade-ps8622.c       | 6 +-----
>>   drivers/gpu/drm/bridge/sii902x.c             | 6 +-----
>>   drivers/gpu/drm/bridge/synopsys/dw-hdmi.c    | 7 +------
>>   drivers/gpu/drm/bridge/tc358767.c            | 6 +-----
>>   drivers/gpu/drm/bridge/ti-tfp410.c           | 6 +-----
>>   drivers/gpu/drm/drm_bridge.c                 | 7 +------
>>   drivers/gpu/drm/exynos/exynos_drm_mic.c      | 6 +-----
>>   drivers/gpu/drm/mediatek/mtk_hdmi.c          | 6 +-----
>>   drivers/gpu/drm/sti/sti_dvo.c                | 6 +-----
>>   include/drm/drm_bridge.h                     | 2 +-
>>   15 files changed, 17 insertions(+), 73 deletions(-)
>>
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2017-08-22  5:14 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170703084232epcas1p4edf515b3b0f22e11ef85eaedccebf956@epcas1p4.samsung.com>
2017-07-03  8:42 ` [PATCH 00/14] clean up drm_bridge_add Inki Dae
     [not found]   ` <CGME20170703084232epcas1p4005cd89166662ca59863c24238d617f8@epcas1p4.samsung.com>
2017-07-03  8:42     ` [PATCH 01/14] drm/bridge: change return type of drm_bridge_add function Inki Dae
2017-07-03  9:56       ` Emil Velikov
     [not found]   ` <CGME20170703084232epcas1p442bb65ff24d02d3eba39fc4755ed448c@epcas1p4.samsung.com>
2017-07-03  8:42     ` [PATCH 02/14] drm/bridge: adv7511: clean up drm_bridge_add call Inki Dae
     [not found]   ` <CGME20170703084232epcas1p4b0b9b7e03aef4d024c33cbc592434b54@epcas1p4.samsung.com>
2017-07-03  8:42     ` [PATCH 03/14] drm/bridge: analogix-anx78xx: " Inki Dae
     [not found]   ` <CGME20170703084232epcas1p45bcdd67d70e604f72e1519f39018bf91@epcas1p4.samsung.com>
2017-07-03  8:42     ` [PATCH 04/14] drm/bridge: vga-dac: " Inki Dae
     [not found]   ` <CGME20170703084232epcas1p4f7be46256e775298129c0097844058e4@epcas1p4.samsung.com>
2017-07-03  8:42     ` [PATCH 05/14] drm/bridge: nxp-ptn3460: " Inki Dae
     [not found]   ` <CGME20170703084232epcas5p17a81e626afad21d0e62bb09531bd4163@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 06/14] drm/bridge: panel: " Inki Dae
     [not found]   ` <CGME20170703084232epcas5p10533a8a34ffa39dd126098ed08383df9@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 07/14] drm/bridge: ps8622: " Inki Dae
     [not found]   ` <CGME20170703084233epcas5p107a9e0c549dbbfe6608fb5748d740575@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 08/14] drm/bridge: sii902x: " Inki Dae
     [not found]   ` <CGME20170703084233epcas5p1937d7b7f6e04d6c69efadd9149d5caed@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 09/14] drm/bridge: synopsys: dw-hdmi: " Inki Dae
     [not found]   ` <CGME20170703084233epcas1p4d30db0ba6db68ec5b697dd9939f45ae1@epcas1p4.samsung.com>
2017-07-03  8:42     ` [PATCH 10/14] drm/bridge: tc358767: " Inki Dae
     [not found]   ` <CGME20170703084233epcas5p19dc746895c958002918b127536a7e1f9@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 11/14] drm/bridge: ti-tfp410: " Inki Dae
     [not found]   ` <CGME20170703084233epcas5p1077313e0d3a7c1fb7d8b2a3c23b19275@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 12/14] drm/exynos: mic: " Inki Dae
2017-07-05  9:00       ` Archit Taneja
2017-07-05  9:05         ` Inki Dae
2017-07-05  9:14           ` Archit Taneja
2017-07-05 11:12             ` Emil Velikov
2017-07-06  7:59               ` Archit Taneja
2017-08-18  8:04               ` Inki Dae
2017-08-18  8:03             ` Inki Dae
2017-08-18  8:01       ` Inki Dae
     [not found]   ` <CGME20170703084233epcas5p1dbabf330e10fc4f88c420789499d2a36@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 13/14] drm/mediatek: hdmi: " Inki Dae
2017-07-05  9:01       ` Archit Taneja
2017-08-18  8:54         ` Daniel Vetter
2017-08-18 13:03           ` CK Hu
     [not found]   ` <CGME20170703084234epcas5p1095418cf48287cc318db72b628d5cb28@epcas5p1.samsung.com>
2017-07-03  8:42     ` [PATCH 14/14] drm/sti: sti_vdo: " Inki Dae
2017-08-18 15:15       ` Sean Paul
2017-07-06  8:58   ` [PATCH 00/14] clean up drm_bridge_add Archit Taneja
2017-08-22  5:14     ` Inki Dae [this message]
2017-08-07 22:55   ` Inki Dae
2017-08-08  3:21     ` Archit Taneja
2017-08-22  5:07       ` Archit Taneja
2017-08-18  7:42     ` Inki Dae

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=599BBD99.3010409@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=architt@codeaurora.org \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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 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.