On 1/4/21 10:30 AM, David Lechner wrote:
This is the first step for adding support for the PRUSS on TI AM18XX/OMAP-L138
SoCs. This series adds support in the top-level PRUSS driver. (Patches for the
interrupt controller and individual PRUs are independent of this change and
will be submitted sepa
Hi Suman, Mathieu,
On 1/7/21 2:49 PM, Suman Anna wrote:
On 1/7/21 4:44 PM, Mathieu Poirier wrote:
On Wed, Jan 06, 2021 at 06:03:25PM -0600, Suman Anna wrote:
Hi Mathieu,
[...]
I only see input from Andy and Lars in the thread you point out, nothing from
Greg. I have also taken a look at th
Hi Peter,
On 10/8/20 5:56 PM, santosh.shilim...@oracle.com wrote:
On 10/8/20 4:52 AM, Peter Ujfalusi wrote:
Santosh: if you plan to take this series for 5.11, then can you create an
immutable branch which I can refer to Vinod for the DMA patches I'm
going to
send soon.
I will set
On 9/18/20 7:52 PM, Qinglang Miao wrote:
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
Signed-off-by: Qinglang Miao
---
v2: based on linux-next(20200917), and can be applied to
mainline cleanly now.
Applied. Thanks !!
Regards,
Santosh
On 9/9/20 9:52 AM, santosh.shilim...@oracle.com wrote:
On 9/2/20 7:08 AM, Nishanth Menon wrote:
On 11:34-20200831, santosh.shilim...@oracle.com wrote:
On 8/29/20 11:41 AM, Grygorii Strashko wrote:
[..]
Santosh, in this series, may i suggest that the dtsi changes[1] be hosted
on my tree
On 9/8/20 7:40 PM, santosh.shilim...@oracle.com wrote:
On 9/8/20 3:09 PM, Suman Anna wrote:
Hi Santosh,
On 8/31/20 1:34 PM, santosh.shilim...@oracle.com wrote:
On 8/29/20 11:41 AM, Grygorii Strashko wrote:
Hi Santosh,
I've rebased on top of linux-next and identified merge confli
On 7/30/20 12:20 PM, Peilin Ye wrote:
rds_notify_queue_get() is potentially copying uninitialized kernel stack
memory to userspace since the compiler may leave a 4-byte hole at the end
of `cmsg`.
In 2016 we tried to fix this issue by doing `= { 0 };` on `cmsg`, which
unfortunately does not alway
On 7/25/20 12:57 AM, Arnd Bergmann wrote:
On Fri, Jul 24, 2020 at 11:57 PM santosh.shilim...@oracle.com
wrote:
On 7/24/20 2:42 PM, Grygorii Strashko wrote:
Since commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the
KSZ9031 PHY") the networking is broken on keysto
Hi Arnd, Olof,
On 7/24/20 2:42 PM, Grygorii Strashko wrote:
Since commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the
KSZ9031 PHY") the networking is broken on keystone-k2g-evm board.
The above board have phy-mode = "rgmii-id" and it is worked before because
KSZ9031 PHY started
On 10/8/19 3:09 AM, Peter Ujfalusi wrote:
Hi Santosh,
On 04/10/2019 19.35, santosh.shilim...@oracle.com wrote:
On 9/30/19 11:16 PM, Peter Ujfalusi wrote:
Hi,
Changes since v2
)https://patchwork.kernel.org/project/linux-dmaengine/list/?series=152609&state=*)
- Based on 5.4-rc1
- Sup
On 6/17/19 11:41 AM, Suman Anna wrote:
On 6/15/19 7:50 AM, YueHaibing wrote:
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/firmware/ti_sci.c: In function ti_sci_cmd_ring_config:
drivers/firmware/ti_sci.c:2035:17: warning: variable dev set but not used
[-Wunused-but-set-variable]
drive
On 6/14/19 6:57 AM, Nishad Kamdar wrote:
This patch corrects the SPDX License Identifier style
in header file related to Firmware Drivers for Texas
Instruments SCI Protocol.
For C header files Documentation/process/license-rules.rst
mandates C-like comments (opposed to C source files where
C++ st
On 4/28/19 9:44 PM, Keerthy wrote:
Currently there is no way to distinguish if the SoC entered DS0
mode or the RTC only mode. Hence add a print before entering
the RTC only mode.
Signed-off-by: Keerthy
---
Acked-by: Santosh Shilimkar
Tony, Am assuming you will queue this up ?
On 4/11/19 8:09 PM, Masahiro Yamada wrote:
is only generated and included
by drivers/memory/, so it does not need to reside in the globally
visible include/generated/.
Signed-off-by: Masahiro Yamada
---
I will apply this to linux-kbuild since this depends on
another patch there.
Sure.
Acked
On 10/30/18 12:00 PM, Greg Kroah-Hartman wrote:
On Tue, Oct 30, 2018 at 10:18:08AM -0700, Santosh Shilimkar wrote:
Hi Greg,
[...]
Would be able to apply this fix from Marc for stable or it needs
to be re-posted with CC to stable ?
This is not the correct way to submit patches for inclusi
On 9/23/18 3:14 PM, Colin King wrote:
From: Colin Ian King
Trivial fix to spelling mistake in dev_err messages and comments
Signed-off-by: Colin Ian King
---
Thanks. I will fix this up.
Regards,
Santosh
On 8/24/18 6:26 PM, Vinson Lee wrote:
Include linux/in6.h for struct in6_addr.
/usr/include/linux/rds.h:156:18: error: field ‘laddr’ has incomplete type
struct in6_addr laddr;
^
/usr/include/linux/rds.h:157:18: error: field ‘faddr’ has incomplete type
struct in6_addr
On 7/6/18 1:11 AM, Johannes Thumshirn wrote:
On Thu, Jul 05, 2018 at 09:09:44AM -0700, Santosh Shilimkar wrote:
OK. we will look into it if an interim fix can be made
Thanks a lot.
Intermediate fix is posted here [1]
Regards,
Santosh
[1] https://patchwork.ozlabs.org/patch/949010/
On 7/8/18 9:12 AM, Olof Johansson wrote:
On Fri, Jul 06, 2018 at 02:25:41PM -0700, Santosh Shilimkar wrote:
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
git://git.kernel.or
On 7/6/18 5:36 AM, Arnd Bergmann wrote:
Everyone gets these #ifdefs wrong, leading to another warning here:
drivers/soc/ti/wkup_m3_ipc.c:547:12: error: 'wkup_m3_ipc_resume' defined but
not used [-Werror=unused-function]
static int wkup_m3_ipc_resume(struct device *dev)
drivers/soc/ti/wkup_m3_
On 5/24/18 6:12 AM, Vitaly Andrianov wrote:
This series adds dts nodes for Keystone2 hw_rng driver
Vitaly Andrianov (3):
ARM: dts: k2hk: add dts node for k2hk hw_rng driver
ARM: dts: k2l: add dts node for k2l hw_rng driver
ARM: dts: k2e: add dts node for k2e hw_rng driver
Looks good.
On 5/11/18 12:29 PM, Murali Karicheri wrote:
Now that NetCP driver patches for K2G SoC is merged to linux-next master
this series add patches to enable network driver on K2G ICE and GP EVMs.
Thanks
Applied the patches on top of latest linux-next master, built kernel and
booted up on both EVMs.
On 5/13/18 2:10 PM, Eric Biggers wrote:
On Wed, Mar 21, 2018 at 09:00:01AM -0700, syzbot wrote:
[...]
Still reproducible on Linus' tree (commit 66e1c94db3cd4) and linux-next
(next-20180511). Here's a simplified reproducer:
Thanks for the test case !!
Regards,
Santosh
On 5/4/18 1:06 AM, Kishon Vijay Abraham I wrote:
Hi Santosh,
On Friday 04 May 2018 12:22 AM, santosh.shilim...@oracle.com wrote:
On 5/3/18 4:57 AM, Kishon Vijay Abraham I wrote:
Hi Santosh,
On Wednesday 25 April 2018 11:10 PM, Santosh Shilimkar wrote:
On 4/25/2018 6:27 AM, Kishon Vijay
On 5/3/18 12:28 AM, Faiz Abbas wrote:
The 66AK2G evm has support for dcan.
Add nodes and pinmuxes for dcan0 and dcan1.
Signed-off-by: Faiz Abbas
---
Changes since v1:
Description updated.
Will pick this up.
Regards,
Santosh
On 5/3/18 4:57 AM, Kishon Vijay Abraham I wrote:
Hi Santosh,
On Wednesday 25 April 2018 11:10 PM, Santosh Shilimkar wrote:
On 4/25/2018 6:27 AM, Kishon Vijay Abraham I wrote:
Update mmc dt node to use sdhci-omap binding instead of omap_hsmmc
binding.
I've also updated keystone_defconfig to en
On 4/19/18 8:12 AM, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski
This is a follow-up to the series that contained both changes to the
aemif driver and platform code. It contains only the driver changes.
As the first step in removing duplicate support for aemif from the
kernel we need t
On 4/11/18 3:28 PM, santosh.shilim...@oracle.com wrote:
On 4/11/18 12:16 PM, Vasyl Gomonovych wrote:
Hwqueue has collect statistics in heavy use queue_pop/queu_push functions
for cache efficiency and make push/pop faster use percpu variables.
For performance reasons, driver should keep
On 4/11/18 9:53 PM, Keerthy wrote:
From: Dave Gerlach
After an RTC+DDR cycle we lose sram context so emif pm functions present
in sram are lost. We can check if the first byte of the original
code in DDR contains the same first byte as the code in sram, and if
they do not match we know we have
On 4/11/18 12:16 PM, Vasyl Gomonovych wrote:
Hwqueue has collect statistics in heavy use queue_pop/queu_push functions
for cache efficiency and make push/pop faster use percpu variables.
For performance reasons, driver should keep descriptor in software handler
as short as possible and quickly re
On 3/11/18 2:07 PM, Salvatore Mesoraca wrote:
Avoid VLA[1] by using an already allocated buffer passed
by the caller.
[1] https://lkml.org/lkml/2018/3/7/621
Signed-off-by: Salvatore Mesoraca
---
Acked-by: Santosh Shilimkar
On 3/11/18 2:07 PM, Salvatore Mesoraca wrote:
Avoid VLA[1] by using an already allocated buffer passed
by the caller.
[1] https://lkml.org/lkml/2018/3/7/621
Signed-off-by: Salvatore Mesoraca
---
Thanks for both VLA fixes Salvatore.
FWIW, Acked-by: Santosh Shilimkar
On 3/11/18 11:54 PM, santosh.shilim...@oracle.com wrote:
On 3/11/18 10:03 AM, Colin King wrote:
From: Colin Ian King
Functions rds_info_from_znotifier and rds_message_zcopy_from_user are
local to the source and do not need to be in global scope, so make them
static.
Cleans up sparse warnins
On 3/11/18 10:03 AM, Colin King wrote:
From: Colin Ian King
Functions rds_info_from_znotifier and rds_message_zcopy_from_user are
local to the source and do not need to be in global scope, so make them
static.
Cleans up sparse warnins:
net/rds/message.c:70:27: warning: symbol 'rds_info_from_zn
On 3/11/18 9:27 AM, Colin King wrote:
From: Colin Ian King
Variable sg_off is assigned a value but it is never read, hence it is
redundant and can be removed.
Cleans up clang warning:
net/rds/message.c:373:2: warning: Value stored to 'sg_off' is never read
Signed-off-by: Colin Ian King
---
On 3/7/18 7:50 AM, Arnd Bergmann wrote:
On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
wrote:
The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/
On 2/26/18 1:26 PM, Tony Lindgren wrote:
* Santosh Shilimkar [180225 23:36]:
Dave Gerlach (4):
ARM: OMAP2+: Introduce low-level suspend code for AM33XX
ARM: OMAP2+: Introduce low-level suspend code for AM43XX
ARM: OMAP2+: pm33xx-core: Add platform code needed for PM
soc: ti: Add
On 1/30/18 2:28 PM, Eric Biggers wrote:
On Mon, Dec 18, 2017 at 06:01:30PM +0100, 'Dmitry Vyukov' via syzkaller-bugs
wrote:
On Mon, Dec 18, 2017 at 5:46 PM, Santosh Shilimkar
wrote:
On 12/18/2017 4:36 AM, syzbot wrote:
Hello,
syzkaller hit the following crash on
6084b576dca2e898f5c101bae
On 1/4/18 11:12 PM, Olof Johansson wrote:
On Wed, Dec 27, 2017 at 06:07:50PM -0800, Santosh Shilimkar wrote:
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.o
On 12/30/17 1:17 AM, syzbot wrote:
Hello,
syzkaller hit the following crash on
fba961ab29e5ffb055592442808bb0f7962e05da
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/master
compiler: gcc (GCC) 7.1.1 20170620
.config is attached
Raw console output is attached.
Unfortunately,
On 12/21/17 8:17 PM, Avinash Repaka wrote:
RDS currently doesn't check if the length of the control message is
large enough to hold the required data, before dereferencing the control
message data. This results in following crash:
BUG: KASAN: stack-out-of-bounds in rds_rdma_bytes net/rds/send.c:
On 12/12/17 1:29 AM, Ma Shimiao wrote:
If source string longer than max, kstrndup will alloc max+1 space.
So, we should make sure the result will not over limit.
Signed-off-by: Ma Shimiao
---
Applied. Thanks !!
On 12/16/17 12:40 PM, Nishanth Menon wrote:
Hi,
The following changes have been done in the updated series:
* Updates for couple few typo errors in commit messages
* copyrights are now always behind description
* rebased to maintainer branch (was previously against master)
Rebased to:
git://gi
On 12/2/17 2:20 AM, Nishanth Menon wrote:
mbox_msg->len is of type size_t and %d is incorrect format. Instead
use %zu for handling size_t correctly.
Signed-off-by: Nishanth Menon
---
Applied to 'for_4.16/drivers-soc' with Lokesh's ack.
On 12/16/17 10:24 AM, Joe Perches wrote:
On Sat, 2017-12-16 at 09:45 -0800, Stephen Hemminger wrote:
On Sat, 16 Dec 2017 15:42:29 +0100 Knut Omang wrote:
+# Code simplification:
+#
+except ALLOC_WITH_MULTIPLY ib.c
+except PREFER_PR_LEVEL ib_cm.c ib_recv.c ib_send.c rdma_transport.c threads.c
On 12/15/17 4:46 AM, Mathieu Malaterre wrote:
Improve the DTS files by removing all the leading "0x" and zeros to fix the
following dtc warnings:
Warning (unit_address_format): Node /XXX unit name should not have leading "0x"
and
Warning (unit_address_format): Node /XXX unit name should not ha
On 12/15/17 5:38 AM, Nishanth Menon wrote:
Crap.. couple of typos crept in. Apologies - Santosh, if you dont want
to manualy change, I can rebase and repost if you like to any branch of
your choice.
Just post it against for_4.16/keystone-dts
On 12/4/17 10:48 PM, Vignesh R wrote:
This series adds DT entry for the remaining two UART instances on 66AK2G
SoC.
Based on linux-next.
Franklin S Cooper Jr (2):
ARM: dts: keystone-k2g: Add UART 1 and 2 instances
ARM: dts: keystone-k2g-evm: Enable UART 2
Applied !!
On 12/6/17 6:13 AM, Arnd Bergmann wrote:
The newly introduced driver causes a harmless warning for a variable
that was evidently never used:
drivers/memory/ti-emif-pm.c: In function 'ti_emif_remove':
drivers/memory/ti-emif-pm.c:303:17: error: unused variable 'dev'
[-Werror=unused-variable]
Fix
On 12/5/17 9:10 AM, Vignesh R wrote:
On 05-Dec-17 10:19 PM, Santosh Shilimkar wrote:
On 12/5/2017 1:19 AM, Vignesh R wrote:
Enable Cadence QSPI present on 66AK2G SoC and Keystone USB PHY driver
for K2E.
Signed-off-by: Vignesh R
---
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file cha
On 11/24/17 8:27 AM, Javier Martinez Canillas wrote:
The at24 driver allows to register I2C EEPROM chips using different vendor
and devices, but the I2C subsystem does not take the vendor into account
when matching using the I2C table since it only has device entries.
But when matching using an
On 11/22/17 11:51 PM, Vignesh R wrote:
This patch series adds DT nodes for bunch of peripherials on 66AK2G EVM and
66AK2G ICE boards.
Tested on 66AK2G EVM and ICE boards
Vignesh R (6):
ARM: dts: keystone-k2g: Add QSPI DT entry
ARM: dts: keystone-k2g-evm: Fix botched up merge
ARM: dts:
On 11/30/17 2:56 PM, Dave Gerlach wrote:
This is a resend of v5 of this series found here [1]. It introduces
relocatable PM handlers for the emif that are copied to sram and
run from there during low power mode entry.
The patches still have the previous ACKs but have a small change to
accomoda
On 11/13/17 9:12 AM, Santosh Shilimkar wrote:
On 11/9/2017 3:42 AM, Keerthy wrote:
In case of k2l there are 2 more banks with 16 pins each.
Adding the node as the da-vinci driver now supports multiple
banks.
Signed-off-by: Keerthy
---
This is based on linux-next branch. Boot tested on keyst
On 11/22/17 11:51 PM, Vignesh R wrote:
Enable drivers for QSPI, LEDS, gpio-decoder that are present on 66AK2G EVM
and 66AK2G ICE boards.
Signed-off-by: Vignesh R
---
Please submit a patch also to enable all these peripherals
in multi-v7 config. Just enable all remainder
options enabled in keys
On 10/10/17 12:19 AM, Mark Brown wrote:
Hi Santosh,
After merging the keystone tree, today's linux-next build
(multi_v7_defconfig) failed like this:
DTC arch/arm/boot/dts/keystone-k2g-evm.dtb
Error: /home/broonie/tmpfs/next/arch/arm/boot/dts/keystone-k2g-evm.dts:150.1-15
syntax error
FA
On 10/7/17 4:18 AM, Linus Walleij wrote:
On Tue, Oct 3, 2017 at 6:17 PM, Grygorii Strashko
wrote:
Now acking of edge irqs happens the following way:
- omap_gpio_irq_handler
- "isr" = read irq status
- omap_clear_gpio_irqbank(bank, isr_saved & ~level_mask);
^ clear edge status, s
On 8/30/17 4:49 AM, Arvind Yadav wrote:
rhashtable_params are not supposed to change at runtime. All
Functions rhashtable_* working with const rhashtable_params
provided by . So mark the non-const structs
as const.
Signed-off-by: Arvind Yadav
---
This is already addressed in net-next by [1]
R
Hi Arnd,
On 7/30/17 9:31 PM, Keerthy wrote:
knav_pool_create is an exported function. In the event of a call
before knav_queue_probe, we encounter a NULL pointer dereference
in the following line. Hence return -EPROBE_DEFER to the caller till
the kdev pointer is non-NULL.
Signed-off-by: Keerthy
On 8/10/17 4:52 PM, Suman Anna wrote:
Hi Santosh,
The following series adds the DT nodes for the DSP device present
on the Keystone2 66AK2G SoC and enables them on the currently
supported platforms.
The DTS nodes for the other Keystone2 family of SoCs were posted
previously [1] and already in
On 8/7/17 2:31 PM, Franklin S Cooper Jr wrote:
Hi Santosh,
On 08/04/2017 12:07 PM, Santosh Shilimkar wrote:
Hi Franklin,
On 8/2/2017 1:18 PM, Franklin S Cooper Jr wrote:
Add D CAN nodes to 66AK2G based SoC dtsi.
Franklin S Cooper Jr (2):
dt-bindings: net: c_can: Update binding for clock
On 8/2/17 1:17 PM, Franklin S Cooper Jr wrote:
Add support for 66AK2G usb instances. However, the driver needs to be updated
to support PM_RUNTIME. This update has been validated to work on K2L and boot
tested on K2HK and K2E.
Franklin S Cooper Jr (2):
usb: dwc3: keystone: Add PM_RUNTIME Supp
On 8/1/17 11:10 AM, Santosh Shilimkar wrote:
On 7/31/2017 9:41 PM, Lokesh Vutla wrote:
This series adds DT nodes and documentation for eDMA and MMC IPs on
Keystone 66AK2G SoC. Also enable the required configs in
keystone_defconfig.
This series depends on Keerthy's gpio node patches on 66AK2G
On 8/3/17 10:47 PM, Keerthy wrote:
66AK2G has 2 instances of gpio. The first one has all the 144 GPIOs
functional. 9 banks with 16 gpios making a total of 144. The second
instance has only the GPIO0:GPIO67 functional and rest are marked
reserved.
Signed-off-by: Keerthy
Acked-by: Linus Walleij
On 7/28/17 4:19 PM, Suman Anna wrote:
Hi Santosh,
The following series adds the DT nodes for the DSP devices present
on the Keystone2 66AK2H/K, 66AK2L and 66AK2E SoCs. They are disabled
in the base dts files, and enabled in the corresponding board files
alongside an added common reserved CMA poo
On 7/28/17 9:35 AM, Dave Gerlach wrote:
Hi,
On 07/28/2017 11:33 AM, Dave Gerlach wrote:
Commit b6a1d093f96b ("PM / Domains: Extend generic power domain
debugfs") now creates a debugfs directory for each genpd based on the
name of the genpd. Currently no name is given to the genpd created by
ti_s
On 7/17/17 8:28 PM, Suman Anna wrote:
Hi Santosh,
The following patch series adds various TI-SCI related DTS nodes that
probe the corresponding TI-SCI genpd, clock and reset drivers for the
66AK2G platforms.
This is the second of two series, and these nodes along with the defconfig
patches fina
On 7/17/17 8:26 PM, Suman Anna wrote:
Hi Santosh,
The following patch series adds the necessary defconfig options to
keystone_defconfig to enable the TI-SCI protocol and their respective
genpd/clock/reset drivers.
This is the first of two series that provides a baseline for adding
and/or enab
On 6/14/17 12:07 AM, Tero Kristo wrote:
On 13/06/17 23:32, Santosh Shilimkar wrote:
[...]
Sorry Dave I missed to pick this one in pull request for 4.13. Will
pick this
one along with what Suman and Tero have been working for following merge
window. Thanks for reminding about this one.
I thi
On 5/10/17 9:08 AM, Santosh Shilimkar wrote:
On 4/24/2017 1:22 PM, Franklin S Cooper Jr wrote:
This patchset adds support for new K2G Industrial Communication Engine
evm. For now only a bare minimal dts which will allow ram boot.
Additional
peripherals will be added when base K2G SoC patches are
On 4/21/17 2:31 AM, Arnd Bergmann wrote:
On Fri, Apr 21, 2017 at 8:39 AM, santosh.shilim...@oracle.com
wrote:
On 4/20/17 10:53 PM, Arnd Bergmann wrote:
On Fri, Apr 21, 2017 at 2:54 AM, Stephen Rothwell
wrote:
Hi all,
Today's linux-next merge of the pm tree got a conflict in:
in
On 4/20/17 10:53 PM, Arnd Bergmann wrote:
On Fri, Apr 21, 2017 at 2:54 AM, Stephen Rothwell wrote:
Hi all,
Today's linux-next merge of the pm tree got a conflict in:
include/dt-bindings/genpd/k2g.h
between commit:
7cc119f29b19 ("dt-bindings: Add TI SCI PM Domains")
from the arm-soc tre
On 4/3/17 7:47 PM, Dave Gerlach wrote:
Hi,
This is v5 of the series to add support for TI-SCI Generic PM Domains with
all ACKs in place and ready for Santosh to merge.
Applied to 'for_4.12/soc-pmdomain' and should show up in next. Based on
what arm-soc folks say about the single pull request, i
Hi Dave,
On 3/16/17 11:31 AM, Dave Gerlach wrote:
Santosh,
On 03/12/2017 12:02 PM, Rafael J. Wysocki wrote:
[...]
I did not update the "power-domain" binding document because in regards to
#power-domain-cells it already states "can be any value as specified by device
tree binding documentati
Hi Franklin,
On 3/30/17 8:29 AM, Franklin S Cooper Jr wrote:
This patchset adds support for new K2G Industrial Communication Engine
evm. For now only a bare minimal dts which will allow ram boot. Additional
peripherals will be added when base K2G SoC patches are upstreamed allowing
peripherals t
Hi Arnd, Olof,
On 3/29/17 5:32 AM, Sekhar Nori wrote:
From: Murali Karicheri
Ethernet networking on K2L has been broken since v4.11-rc1. This was
caused by commit 32a34441a9bd ("ARM: keystone: dts: fix netcp clocks
and add names"). This commit inadvertently moves on-chip static RAM
clock to th
On 3/14/17 2:11 PM, Arnd Bergmann wrote:
gcc-7 notices that the length we pass to strncat is wrong:
drivers/firmware/ti_sci.c: In function 'ti_sci_probe':
drivers/firmware/ti_sci.c:204:32: error: specified bound 50 equals the size of
the destination [-Werror=stringop-overflow=]
Instead of the
On 3/7/17 2:22 AM, Dave Gerlach wrote:
Add a generic power domain implementation, TI SCI PM Domains, that
will hook into the genpd framework and allow the TI SCI protocol to
control device power states.
Also, provide macros representing each device index as understood
by TI SCI to be used in the
On 3/7/17 2:22 AM, Dave Gerlach wrote:
Introduce a ti_sci_pm_domains driver to act as a generic pm domain
provider to allow each device to attach and associate it's ti-sci-id so
that it can be controlled through the TI SCI protocol.
This driver implements a simple genpd where each device node ha
On 3/7/17 2:22 AM, Dave Gerlach wrote:
K2G will use a different power domain driver than the rest of the
keystone family in order to make use of the TI SCI protocol so prevent
the standard keystone pm_domain code from registering itself in
preparation for a new driver.
Signed-off-by: Lokesh Vutl
On 2/21/17 6:29 AM, David Laight wrote:
The entire file should use the proper "__uX" kernel types
rather than the uint* ones.
The uint* ones are part of the C standard :-)
Should have been uint*_t :-)
On 2/20/17 7:18 PM, David Miller wrote:
From: Santosh Shilimkar
Date: Mon, 20 Feb 2017 14:16:53 -0800
Use "__uX/__sX" kernel types rather than current uint*/int* for
entire file.
Reviewed-by: Sowmini Varadhan
Signed-off-by: Santosh Shilimkar
---
v1->v2:
As suggested by David Miller, cleaned
On 1/4/17 2:06 PM, Dave Gerlach wrote:
Santosh,
On 01/04/2017 03:54 PM, Santosh Shilimkar wrote:
On 1/4/2017 12:55 PM, Dave Gerlach wrote:
Hi,
This is v3 of the series to add support for TI-SCI Generic PM Domains.
Previous versions can be found here:
v2: https://www.spinics.net/lists/kernel/ms
On 1/11/17 6:28 PM, santosh.shilim...@oracle.com wrote:
On 1/11/17 5:48 PM, Suman Anna wrote:
Hi Santosh,
This is a slightly updated patch series for the reset controller nodes
for
TI Keystone2 SoCs. The only change is to rename the reset controller
nodes
from "psc-reset-controller&quo
On 1/12/17 11:07 AM, Bart Van Assche wrote:
Signed-off-by: Bart Van Assche
Reviewed-by: Christoph Hellwig
Reviewed-by: Sagi Grimberg
Cc: Santosh Shilimkar
Acked-by: Santosh Shilimkar
On 1/4/17 2:36 AM, Bartosz Golaszewski wrote:
TI aemif driver creates its own subnodes of the device tree in order
to guarantee that all child devices are probed after the AEMIF timing
parameters are configured.
Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup
but nodes creat
On 1/11/17 5:48 PM, Suman Anna wrote:
Hi Santosh,
This is a slightly updated patch series for the reset controller nodes for
TI Keystone2 SoCs. The only change is to rename the reset controller nodes
from "psc-reset-controller" to just "reset-controller" following Rob Herring's
comment on the Do
On 1/10/17 4:56 PM, Bart Van Assche wrote:
Hello Doug,
As you know there are two sets of DMA mapping operations in the Linux
kernel:
- One set of DMA mapping operations that is used by most drivers.
- Another set of DMA mapping operations that is only used by the RDMA
drivers.
Having two sets
On 1/10/17 4:56 PM, Bart Van Assche wrote:
Signed-off-by: Bart Van Assche
Acked-by: Santosh Shilimkar
On 1/6/17 1:57 PM, Suman Anna wrote:
Hi,
The Keystone 2 family of SoCs have an on-chip RAM called the
Multicore Shared Memory (MSM) RAM. This RAM is accessible through
the Multicore Shared Memory Controller (MSMC). This series represents
these on-chip RAMs as sram nodes so that the memory alloca
Hi Suman,
On 9/7/16 9:25 AM, Santosh Shilimkar wrote:
On 9/7/2016 9:22 AM, Suman Anna wrote:
Hi Santosh,
On 09/07/2016 11:11 AM, Santosh Shilimkar wrote:
Hi Suman,
On 9/1/2016 3:58 PM, Suman Anna wrote:
Hi,
The Keystone 2 family of SoCs have an on-chip RAM called the
Multicore Shared Memor
On 11/4/16 11:42 AM, Andrew F. Davis wrote:
Hello all,
This series adds a reset controller driver that uses the TI SCI
protocol to manage resets.
The TI SCI protocol is used to communicate with power management
controllers used by some SoCs. These controllers manage the various
power domains,
On 10/30/16 2:06 PM, Sagi Grimberg wrote:
from "InfiBand Architecture Specifications Volume 1":
A QP is said to have a stale connection when only one side has
connection information. A stale connection may result if the remote CM
had dropped the connection and sent a DREQ but the DREQ was
On 9/4/16 11:23 AM, Leon Romanovsky wrote:
On Sun, Sep 04, 2016 at 05:57:20PM +0200, Christophe JAILLET wrote:
Le 04/09/2016 à 14:20, Leon Romanovsky a écrit :
On Sat, Sep 03, 2016 at 07:33:29AM +0200, Christophe JAILLET wrote:
Calling 'list_splice' followed by 'INIT_LIST_HEAD' is equivalent t
On 8/6/16 11:52 PM, Greg Kroah-Hartman wrote:
On Sat, Aug 06, 2016 at 11:07:14AM -0700, Santosh Shilimkar wrote:
ping !!
ping on a "RFC" after only 5 days in the middle of the merge window?
That's bold...
Personally, I rarely respond to RFC patches as obviously the submitter
doesn't think the
On 7/17/16 7:00 PM, Peter Chen wrote:
of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.
Signed-off-by: Peter Chen
---
Changes for v2:
- %s/of_put_node/of_node_put
drivers/memory/emif.c | 2 ++
1 file changed, 2 insertions(+)
I will p
On 6/18/16 8:46 AM, Joshua Houghton wrote:
Fix coding style issues in the following files:
ib_cm.c: add space
loop.c: convert spaces to tabs
sysctl.c: add space
tcp.h:convert spaces to tabs
tcp_connect.c:remove extra indentation in switch statement
tcp_recv.c: convert sp
On 5/16/16 5:58 PM, Paul E. McKenney wrote:
On Mon, May 16, 2016 at 12:49:41PM -0700, Santosh Shilimkar wrote:
On 5/16/2016 10:34 AM, Paul E. McKenney wrote:
On Mon, May 16, 2016 at 09:33:57AM -0700, Santosh Shilimkar wrote:
[...]
Are you running CONFIG_NO_HZ_FULL=y? If so, the problem mig
On 5/15/16 2:18 PM, Santosh Shilimkar wrote:
Hi Paul,
I was asking Sasha about [1] since other folks in Oracle
also stumbled upon similar RCU stalls with v4.1 kernel in
different workloads. I was reported similar issue with
RDS as well and looking at [1], [2], [3] and [4], thought
of reaching ou
On 4/13/16 8:36 PM, David Miller wrote:
From: Santosh Shilimkar
Date: Fri, 8 Apr 2016 15:26:38 -0700
Patches are also available at below git tree.
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git
for_4.6/net-next/rds-fixes
"Bug fixes for 4.6" do not get targetted at the ne
1 - 100 of 152 matches
Mail list logo