26 Aug, 2016

1 commit


24 Aug, 2016

1 commit


17 Aug, 2016

1 commit


02 Jun, 2016

8 commits

  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    ARM: dts: keystone: increase number of descriptors in region-12
    ti_config_fragments/connectivity.cfg: Enable IPSec config

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • New interfaces were added recently but number of descriptors
    were not adjusted accordingly. This patch updates the
    number of descriptors in descriptor pool region-12 so that
    it is enough for 2 gbe+pa and 2 10gbe interfaces.

    Signed-off-by: WingMan Kwok
    Acked-by: Kishon Vijay Abraham I

    WingMan Kwok
     
  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    ti_config_fragments/connectivity.cfg: build matrix-keypad as module
    ARM: dts: keystone: remove bogus PCI IO resources in DT bindings

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …gration-tree/connectivity-ti-linux-kernel into ti-linux-4.4.y

    TI-Feature: connectivity
    TI-Tree: git://git.ti.com/connectivity-integration-tree/connectivity-ti-linux-kernel.git
    TI-Branch: connectivity-ti-linux-4.4.y

    * 'connectivity-ti-linux-4.4.y' of git://git.ti.com/connectivity-integration-tree/connectivity-ti-linux-kernel:
    ti_config_fragments/connectivity.cfg: build matrix-keypad as module
    ARM: dts: keystone: remove bogus PCI IO resources in DT bindings

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     
  • In the past, the PCI controller required a IO resource to be specified
    without which it fails in PCI core when creating the RC device. So
    to overcome this, a bogus entry was added. In recent kernel, this
    requirement is removed and we could initialize without specifying an IO
    resource. Keystone PCI controller hardware doesn't support IO window.
    So it is not required.

    The flip side of this is that during boot, following error log is thrown
    in, but doesn't cause any issues with SATA hard drive access. So remove
    the bogus entry as having it can causes the device to fail for access to
    the IO window (only snapshot of first few lines of dump shown)

    [ 37.182381] Unable to handle kernel paging request at virtual address fee01020
    [ 37.189598] pgd = d9d5fec0
    [ 37.192297] [fee01020] *pgd=80000800007003, *pmd=00000000
    [ 37.197700] Internal error: Oops: 206 [#1] PREEMPT SMP ARM
    [ 37.203176] Modules linked in: xhci_plat_hcd ahci libahci dwc3 libata udc_core extcon dwc3_keystone
    [ 37.212258] CPU: 0 PID: 1797 Comm: udevadm Not tainted 4.4.11-00323-ge3a9adb #1
    [ 37.219557] Hardware name: Keystone
    [ 37.223038] task: daaec600 ti: d9eba000 task.ti: d9eba000
    [ 37.228433] PC is at pci_read_resource_io+0xe4/0xf4
    [ 37.233302] LR is at 0x0
    [ 37.235830] pc : [] lr : [] psr: 60010013
    [ 37.235830] sp : d9ebbe50 ip : da11a240 fp : d9ebbe6c
    [ 37.247295] r10: d9fe4000 r9 : da31e9cc r8 : d9ebbf80
    [ 37.252511] r7 : 00000000 r6 : 00001023 r5 : 00000000 r4 : 00001023
    [ 37.259029] r3 : d9fe4000 r2 : fee01020 r1 : 00001020 r0 : 00000004
    [ 37.265548] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
    [ 37.272673] Control: 30c5387d Table: 19d5fec0 DAC: fffffffd
    [ 37.278410] Process udevadm (pid: 1797, stack limit = 0xd9eba210)

    Signed-off-by: Murali Karicheri
    Signed-off-by: Sekhar Nori

    Murali Karicheri
     
  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel: (87 commits)
    Linux 4.4.12
    kbuild: move -Wunused-const-variable to W=1 warning level
    Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
    scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
    hpfs: implement the show_options method
    hpfs: fix remount failure when there are no options changed
    UBI: Fix static volume checks when Fastmap is used
    SIGNAL: Move generic copy_siginfo() to signal.h
    thunderbolt: Fix double free of drom buffer
    IB/srp: Fix a debug kernel crash
    ALSA: hda - Fix headset mic detection problem for one Dell machine
    ALSA: hda/realtek - Add support for ALC295/ALC3254
    ALSA: hda - Fix headphone noise on Dell XPS 13 9360
    ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
    mcb: Fixed bar number assignment for the gdd
    clk: bcm2835: add locking to pll*_on/off methods
    locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
    serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
    serial: 8250_mid: recognize interrupt source in handler
    serial: 8250_mid: use proper bar for DNV platform
    ...

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …ux-stable into ti-linux-4.4.y

    This is the 4.4.12 stable release

    * tag 'v4.4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable: (87 commits)
    Linux 4.4.12
    kbuild: move -Wunused-const-variable to W=1 warning level
    Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
    scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
    hpfs: implement the show_options method
    hpfs: fix remount failure when there are no options changed
    UBI: Fix static volume checks when Fastmap is used
    SIGNAL: Move generic copy_siginfo() to signal.h
    thunderbolt: Fix double free of drom buffer
    IB/srp: Fix a debug kernel crash
    ALSA: hda - Fix headset mic detection problem for one Dell machine
    ALSA: hda/realtek - Add support for ALC295/ALC3254
    ALSA: hda - Fix headphone noise on Dell XPS 13 9360
    ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294
    mcb: Fixed bar number assignment for the gdd
    clk: bcm2835: add locking to pll*_on/off methods
    locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
    serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
    serial: 8250_mid: recognize interrupt source in handler
    serial: 8250_mid: use proper bar for DNV platform
    ...

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     
  • commit d4b9e0790aa764c0b01e18d4e8d33e93ba36d51f upstream.

    The ARM architecture mandates that when changing a page table entry
    from a valid entry to another valid entry, an invalid entry is first
    written, TLB invalidated, and only then the new entry being written.

    The current code doesn't respect this, directly writing the new
    entry and only then invalidating TLBs. Let's fix it up.

    Reported-by: Christoffer Dall
    Signed-off-by: Marc Zyngier
    Signed-off-by: Christoffer Dall
    Signed-off-by: Greg Kroah-Hartman

    Marc Zyngier
     

28 May, 2016

2 commits


27 May, 2016

1 commit


26 May, 2016

4 commits

  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    ARM: omap2: am437x: rollback to use omap3_gptimer_timer_init()
    ARM: dts: dra72-evm: Rename 3.3V regulator tag

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …nel/platform-linux-feature-tree into ti-linux-4.4.y

    TI-Feature: platform_base
    TI-Tree: git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree.git
    TI-Branch: platform-ti-linux-4.4.y

    * 'platform-ti-linux-4.4.y' of git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree:
    ARM: omap2: am437x: rollback to use omap3_gptimer_timer_init()
    ARM: dts: dra72-evm: Rename 3.3V regulator tag

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     
  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    soc: ti: opp-domain: Make ti,absolute-max-voltage-uv mandatory
    ARM: dts: OMAP5: Switch to opp-v2 definitions
    ARM: dts: OMAP5: Move the cpu-opp-domain to SoC dtsi
    ARM: dts: omap5-cm-t54: Switch to opp-domain
    ARM: dts: omap5-board-common: Move the opp-domain definition to board-common dts
    ARM: dts: omap5-uevm: Remove voltage tolerance
    ARM: dts: DRA7/AM57x: Move cpu-opp-domain mapping to SoC map
    ARM: dts: dra72-evm-common: Get rid of voltage tolerance

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …nel/platform-linux-feature-tree into ti-linux-4.4.y

    TI-Feature: platform_base
    TI-Tree: git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree.git
    TI-Branch: platform-ti-linux-4.4.y

    * 'platform-ti-linux-4.4.y' of git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree:
    soc: ti: opp-domain: Make ti,absolute-max-voltage-uv mandatory
    ARM: dts: OMAP5: Switch to opp-v2 definitions
    ARM: dts: OMAP5: Move the cpu-opp-domain to SoC dtsi
    ARM: dts: omap5-cm-t54: Switch to opp-domain
    ARM: dts: omap5-board-common: Move the opp-domain definition to board-common dts
    ARM: dts: omap5-uevm: Remove voltage tolerance
    ARM: dts: DRA7/AM57x: Move cpu-opp-domain mapping to SoC map
    ARM: dts: dra72-evm-common: Get rid of voltage tolerance

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

    Conflicts:
    arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
    arch/arm/boot/dts/dra72-evm-common.dtsi

    Dan Murphy
     

25 May, 2016

2 commits

  • The commit 55ee7017ee31 ("arm: omap2: board-generic: use
    omap4_local_timer_init for AM437x") unintentionally changes the
    clocksource devices for AM437x from OMAP GP Timer to SyncTimer32K.

    Unfortunately, the SyncTimer32K is starving from frequency deviation
    as mentioned in commit 5b5c01359152 ("ARM: OMAP2+: AM43x: Use gptimer
    as clocksource") and, as reported by Franklin [1], even its monotonic
    nature is under question (most probably there is a HW issue, but it's
    still under investigation).

    Taking into account above facts It's reasonable to rollback to the use
    of omap3_gptimer_timer_init().

    [1] http://www.spinics.net/lists/linux-omap/msg127425.html
    Reported-by: Cooper Jr., Franklin
    Signed-off-by: Grygorii Strashko
    Signed-off-by: Lokesh Vutla

    Grygorii Strashko
     
  • Rename the tag of the 3.3 V regulator used in the DRA72 EVM in
    order to have a consistent tag name with the DRA7 EVM. That's
    useful when the regulator needs to be referenced in common dtsi
    files.

    Signed-off-by: Misael Lopez Cruz
    Acked-by: Nishanth Menon

    Misael Lopez Cruz
     

24 May, 2016

7 commits


20 May, 2016

4 commits

  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    ARM: dts: dra72: Support QSPI MODE-0 operation at 64MHz
    ti_config_fragments/connectivity.cfg: enable IP multicast capability
    ti_config_fragments/connectivity.cfg: enable marvell phy driver
    ti_config_fragments/connectivity.cfg: enable TI ethernet drivers
    ti_config_fragments/connectivity.cfg: add CONFIG_NETFILTER
    ti_config_fragments/connectivity.cfg: enable extcon drivers
    ti_config_fragments/connectivity.cfg: enable USB DWC3
    Input: ti_am335x_tsc - Ack pending IRQs at probe and before suspend
    Input: ti_am335x_tsc - Prevent system suspend when TSC is in use
    Input: ti_am335x_tsc - Mark IRQ as wakeup capable
    ti_config_fragments/connectivity.cfg: Enable SPI and HDQ support
    mmc: host: omap_hsmmc: Fix card_busy ops to be used outside of voltage switching
    ti_config_fragments/connectivity.cfg: enable MUSB
    usb: musb: host: don't start next rx urb if current one failed
    usb: musb: host: clear rxcsr error bit if set
    drivers: net: cpsw-phy-sel: add support to configure rgmii internal delay
    ti_config_fragments/connectivity.cfg: enable some common touchscreen/adc drivers

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …gration-tree/connectivity-ti-linux-kernel into ti-linux-4.4.y

    TI-Feature: connectivity
    TI-Tree: git://git.ti.com/connectivity-integration-tree/connectivity-ti-linux-kernel.git
    TI-Branch: connectivity-ti-linux-4.4.y

    * 'connectivity-ti-linux-4.4.y' of git://git.ti.com/connectivity-integration-tree/connectivity-ti-linux-kernel:
    ARM: dts: dra72: Support QSPI MODE-0 operation at 64MHz
    ti_config_fragments/connectivity.cfg: enable IP multicast capability
    ti_config_fragments/connectivity.cfg: enable marvell phy driver
    ti_config_fragments/connectivity.cfg: enable TI ethernet drivers
    ti_config_fragments/connectivity.cfg: add CONFIG_NETFILTER
    ti_config_fragments/connectivity.cfg: enable extcon drivers
    ti_config_fragments/connectivity.cfg: enable USB DWC3
    Input: ti_am335x_tsc - Ack pending IRQs at probe and before suspend
    Input: ti_am335x_tsc - Prevent system suspend when TSC is in use
    Input: ti_am335x_tsc - Mark IRQ as wakeup capable
    ti_config_fragments/connectivity.cfg: Enable SPI and HDQ support
    mmc: host: omap_hsmmc: Fix card_busy ops to be used outside of voltage switching
    ti_config_fragments/connectivity.cfg: enable MUSB
    usb: musb: host: don't start next rx urb if current one failed
    usb: musb: host: clear rxcsr error bit if set
    drivers: net: cpsw-phy-sel: add support to configure rgmii internal delay
    ti_config_fragments/connectivity.cfg: enable some common touchscreen/adc drivers

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     
  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    ARM: dts: dra7: Fix the minimum and maximum Voltage for CPU OPPs
    soc: ti: opp-domain: Do continue to support ganged voltage supplies
    soc: ti: opp-domain: Check for invalid ranges before attempt

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …nel/platform-linux-feature-tree into ti-linux-4.4.y

    TI-Feature: platform_base
    TI-Tree: git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree.git
    TI-Branch: platform-ti-linux-4.4.y

    * 'platform-ti-linux-4.4.y' of git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree:
    ARM: dts: dra7: Fix the minimum and maximum Voltage for CPU OPPs
    soc: ti: opp-domain: Do continue to support ganged voltage supplies
    soc: ti: opp-domain: Check for invalid ranges before attempt

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     

19 May, 2016

5 commits

  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel: (73 commits)
    Linux 4.4.11
    nf_conntrack: avoid kernel pointer value leak in slab name
    drm/radeon: fix DP link training issue with second 4K monitor
    drm/i915/bdw: Add missing delay during L3 SQC credit programming
    drm/i915: Bail out of pipe config compute loop on LPT
    drm/radeon: fix PLL sharing on DCE6.1 (v2)
    Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
    Input: max8997-haptic - fix NULL pointer dereference
    get_rock_ridge_filename(): handle malformed NM entries
    tools lib traceevent: Do not reassign parg after collapse_tree()
    qla1280: Don't allocate 512kb of host tags
    atomic_open(): fix the handling of create_error
    regulator: axp20x: Fix axp22x ldo_io voltage ranges
    regulator: s2mps11: Fix invalid selector mask and voltages for buck9
    workqueue: fix rebind bound workers warning
    ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
    vfs: rename: check backing inode being equal
    vfs: add vfs_select_inode() helper
    perf/core: Disable the event on a truncated AUX record
    regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
    ...

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …ux-stable into ti-linux-4.4.y

    This is the 4.4.11 stable release

    * tag 'v4.4.11' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable: (73 commits)
    Linux 4.4.11
    nf_conntrack: avoid kernel pointer value leak in slab name
    drm/radeon: fix DP link training issue with second 4K monitor
    drm/i915/bdw: Add missing delay during L3 SQC credit programming
    drm/i915: Bail out of pipe config compute loop on LPT
    drm/radeon: fix PLL sharing on DCE6.1 (v2)
    Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"
    Input: max8997-haptic - fix NULL pointer dereference
    get_rock_ridge_filename(): handle malformed NM entries
    tools lib traceevent: Do not reassign parg after collapse_tree()
    qla1280: Don't allocate 512kb of host tags
    atomic_open(): fix the handling of create_error
    regulator: axp20x: Fix axp22x ldo_io voltage ranges
    regulator: s2mps11: Fix invalid selector mask and voltages for buck9
    workqueue: fix rebind bound workers warning
    ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
    vfs: rename: check backing inode being equal
    vfs: add vfs_select_inode() helper
    perf/core: Disable the event on a truncated AUX record
    regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
    ...

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     
  • commit b7a1922814c617884a3fee9b107ffb784fa4cf94 upstream.

    According to Data Manual(SPRS915P) of AM57x, TI QSPI controller on
    DRA74(rev 1.1+)/DRA72 EVM can support up to 64MHz in MODE-0, whereas
    MODE-3 is limited to 48MHz. Hence, switch to MODE-0 for better
    throughput.

    Signed-off-by: Vignesh R
    Acked-by: Rob Herring
    Signed-off-by: Tony Lindgren
    Reported-by: Venkateswara Rao Mandela
    Signed-off-by: Sekhar Nori

    Vignesh R
     
  • OPP table as defined for DRA7/AM57xx Datasheets define the voltage
    ranges possible for AVS class0 voltage, however, the % accuracy
    permitted is NOT the voltage tolerance parameter we use for the PMIC, it
    is the % tolerance allowed by the PMIC for a determined voltage value at
    the SoC ball level. Fix the data as per the required documentation.

    The exception is OPP_OD voltage range which we use the historical data
    to ensure that SoCs from older lots still continue to boot, even though
    more optimal voltages is now the standard.

    Data based on: SPRUHQ0H Nov 2015

    Reported-by: Carlos Hernandez
    Signed-off-by: Nishanth Menon
    Acked-by: Dave Gerlach

    Nishanth Menon
     
  • commit aab0a4c83ceb344d2327194bf354820e50607af6 upstream.

    The memory range assigned to the PMC (Power Management Controller) was
    not including the PMC_PCR register which are used to control peripheral
    clocks.

    This was working fine thanks to the page granularity of ioremap(), but
    started to fail when we switched to syscon/regmap, because regmap is
    making sure that all accesses are falling into the reserved range.

    Signed-off-by: Boris Brezillon
    Reported-by: Richard Genoud
    Tested-by: Richard Genoud
    Fixes: 863a81c3be1d ("clk: at91: make use of syscon to share PMC registers in several drivers")
    Signed-off-by: Nicolas Ferre
    Signed-off-by: Greg Kroah-Hartman

    Boris Brezillon
     

18 May, 2016

2 commits

  • TI-Feature: ti_linux_base_lsk
    TI-Tree: git@git.ti.com:ti-linux-kernel/ti-linux-kernel.git
    TI-Branch: ti-linux-4.4.y

    * 'ti-linux-4.4.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel:
    ARM: dts: am437x-gp-evm: Add pinmux for gpio0 wake
    ARM: dts: am437x-gp-evm: Add pinctrl sleep states for i2c1
    ARM: dts: am437x-gp-evm: Add pinctrl sleep states for pixcir_ts
    ARM: dts: am437x-gp-evm: Add sleep pinctrl state for ecap0
    ARM: dts: am437x-gp-evm: Add uart0 pinctrl default and sleep states
    ARM: dts: am437x-gp-evm: Update cpsw and mdio pinctrl sleep states
    ARM: dts: am43x-epos-evm: Add pinctrl sleep state for mmc1
    ARM: dts: am437x-gp-evm: Add pinctrl sleep state for mmc1
    ARM: dts: am437x-gp-evm: Optimize nand_flash_x8 pinctrl sleep state
    arm: dts: am33xx: add sleep states for gpio-led pins
    leds: leds-gpio: Enhance pinctrl support
    memory: gpmc: adopt pinctrl support
    pwm: pwm-tiecap: update pinctrl support
    serial: 8250_omap: enhance pinctrl support
    Input: matrix-keypad: Enhance pinctrl support
    mmc: host: omap_hsmmc: Fix workaround for errata i834

    Signed-off-by: LCPD Auto Merger

    LCPD Auto Merger
     
  • …gration-tree/connectivity-ti-linux-kernel into ti-linux-4.4.y

    TI-Feature: connectivity
    TI-Tree: git://git.ti.com/connectivity-integration-tree/connectivity-ti-linux-kernel.git
    TI-Branch: connectivity-ti-linux-4.4.y

    * 'connectivity-ti-linux-4.4.y' of git://git.ti.com/connectivity-integration-tree/connectivity-ti-linux-kernel:
    ARM: dts: am437x-gp-evm: Add pinmux for gpio0 wake
    ARM: dts: am437x-gp-evm: Add pinctrl sleep states for i2c1
    ARM: dts: am437x-gp-evm: Add pinctrl sleep states for pixcir_ts
    ARM: dts: am437x-gp-evm: Add sleep pinctrl state for ecap0
    ARM: dts: am437x-gp-evm: Add uart0 pinctrl default and sleep states
    ARM: dts: am437x-gp-evm: Update cpsw and mdio pinctrl sleep states
    ARM: dts: am43x-epos-evm: Add pinctrl sleep state for mmc1
    ARM: dts: am437x-gp-evm: Add pinctrl sleep state for mmc1
    ARM: dts: am437x-gp-evm: Optimize nand_flash_x8 pinctrl sleep state
    arm: dts: am33xx: add sleep states for gpio-led pins
    leds: leds-gpio: Enhance pinctrl support
    memory: gpmc: adopt pinctrl support
    pwm: pwm-tiecap: update pinctrl support
    serial: 8250_omap: enhance pinctrl support
    Input: matrix-keypad: Enhance pinctrl support
    mmc: host: omap_hsmmc: Fix workaround for errata i834

    Signed-off-by: LCPD Auto Merger <lcpd_integration@list.ti.com>

    LCPD Auto Merger
     

17 May, 2016

2 commits