09 Jan, 2016

2 commits


26 Nov, 2015

1 commit


25 Nov, 2015

2 commits

  • …el/audio-display-linux-feature-tree into ti-linux-4.1.y

    TI-Feature: audio-display
    TI-Tree: git@git.ti.com:~darrene/ti-linux-kernel/audio-display-linux-feature-tree.git
    TI-Branch: audio-display-ti-linux-4.1.y

    * 'audio-display-ti-linux-4.1.y' of git.ti.com:~darrene/ti-linux-kernel/audio-display-linux-feature-tree:
    ARM: dts: am572x-idk: Add OV2659 camera sensor support for AM572x IDK
    ARM: dts: am571x-idk: Add OV2659 camera sensor support for AM571x IDK
    ARM: dts: am57xx-idk-common: Add OV2659 camera sensor support
    ARM: dts: am571x-idk-lcd-osd: Add OSD101T2045-53TS LCD kit support for AM571x IDK
    ARM: dts: am572x-idk-lcd-osd: Add OSD101T2045-53TS LCD kit support for AM572x IDK
    ARM: dts: am57xx-idk-lcd-osd: Add OSD101T2045-53TS LCD display support
    ARM: dts: am57xx-idk-common: Add TC358778XBG RGB DPI to MIPI DSI bridge support
    ARM: dts: dra7: Add ecap support
    Documentation: dt: pwm-tiecap: Add DRA746 SoC support
    ARM: dts: am57xx-idk-common: Add HDMI support
    Documentation: dt: ti,tpd12s015: Add TPD12S016 support
    TI-Integration: Move all Media/V4L2 related config to audio-display fragment

    Signed-off-by: Dan Murphy <DMurphy@ti.com>

    Dan Murphy
     
  • Some of the V4L2 related config in audio_display.cfg are getting
    overwritten when the connectivity.cfg fragment gets merge
    because some of the config are duplicated there and since it is
    getting merged last then whatver we intend in the audio_display.cfg
    gets thrown away.

    Up to now CONFIG_MEDA_SUPPORT was set to "=m" in both fragment
    so the conflict was not visible.

    But with the addition of the Write Back feature as part of omapdrm,
    which is configured as built-in, the needed V4L2 config must be also
    be switch to buil-in.

    But in the current state it gets switch back to module which basically
    disabled Writeback altogether.

    In order to fix these config conflict while configuring
    V4L2, it is preferable if all of the V4L2 config are handled
    by a single config fragment.

    Now as part of merging these config into a single file
    we also cleaned up (as in remove) configs which are automatically
    derived form higher level selection.

    These lines are removed for the following reason:

    -#USB Video
    -CONFIG_MEDIA_SUPPORT=m
    Already in audio-displat.cfg
    -CONFIG_MEDIA_CAMERA_SUPPORT=y
    Already in audio-displat.cfg
    -CONFIG_VIDEO_DEV=m
    Not directly settable in menuconfig, this is derived from
    CONFIG_MEDIA_SUPPORT
    -CONFIG_VIDEO_V4L2=m
    Not directly settable in menuconfig, this is derived from
    CONFIG_MEDIA_SUPPORT
    -CONFIG_VIDEOBUF2_CORE=m
    Not directly settable in menuconfig, this is/should be
    "selected" by the requesting driver module
    -CONFIG_VIDEOBUF2_MEMOPS=m
    Not directly settable in menuconfig, this is/should be
    "selected" by the requesting driver module
    -CONFIG_VIDEOBUF2_VMALLOC=m
    Not directly settable in menuconfig, this is/should be
    "selected" by the requesting driver module
    -CONFIG_MEDIA_USB_SUPPORT=y
    Move to audio-display.cfg
    -CONFIG_USB_VIDEO_CLASS=m
    Move to audio-display.cfg
    -CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
    Looks like this are automatically selected by
    CONFIG_USB_VIDEO_CLASS
    -CONFIG_USB_GSPCA=m
    Looks like this are automatically selected by
    CONFIG_USB_VIDEO_CLASS

    These were found by carefully comparing "make savedefconfig" outputs
    before and after these changes.

    Signed-off-by: Benoit Parrot
    Signed-off-by: Jyri Sarha

    Benoit Parrot
     

24 Nov, 2015

1 commit


11 Nov, 2015

1 commit


29 Oct, 2015

1 commit


07 Sep, 2015

1 commit


03 Sep, 2015

1 commit


28 Aug, 2015

2 commits


01 Aug, 2015

1 commit


30 Jul, 2015

1 commit


23 Jul, 2015

2 commits


18 Jul, 2015

1 commit


17 Jul, 2015

1 commit


16 Jul, 2015

2 commits


14 Jul, 2015

1 commit


07 Jul, 2015

1 commit

  • Linux networking supports advanced networking features like
    IPSEC, NETFILTERS, BRIDGING etc and should be enabled only
    when user has specific usecase to use them. Thats why all
    typical distros build them as modules so that all the
    standard network usecases don't get any additional overhead
    and specific case can load those modules when needed.

    Lets align the config accordingly.

    Signed-off-by: Santosh Shilimkar
    Signed-off-by: Mugunthan V N
    Signed-off-by: Sekhar Nori

    Santosh Shilimkar
     

03 Jul, 2015

1 commit