On 2019-01-23 10:35, Georgi Djakov wrote:
Hi Alok,
Thanks for the patches!
On 1/22/19 08:33, Alok Chauhan wrote:
Add documentation for the interconnect and interconnect-names bindings
s/interconnect /interconnects /
for the GENI QUP as detailed by
bindings/interconnect/interconnect.txt.
On 2019-01-23 17:10, Evan Green wrote:
On Mon, Jan 21, 2019 at 10:34 PM Alok Chauhan
wrote:
Add documentation for the interconnect and interconnect-names bindings
for the GENI QUP as detailed by
bindings/interconnect/interconnect.txt.
Signed-off-by: Alok Chauhan
---
Documentation/devicetr
On 2019-01-23 01:59, Mark Brown wrote:
On Tue, Jan 22, 2019 at 12:03:34PM +0530, Alok Chauhan wrote:
Get the interconnect paths for SPI based Serial Engine device
and vote accordingly based on maximum supported SPI frequency.
Still not seeing anything except this patch here in my inbox - like
+Mark Brown
On 2019-01-22 12:03, Alok Chauhan wrote:
Add the wrapper to support for interconnect path voting
from GENI QUP. This wrapper provides the functionalities
to individual Serial Engine device to get the interconnect
path and to vote for bandwidth based on their need.
This wrapper maint
+Mark Brown
On 2019-01-22 12:03, Alok Chauhan wrote:
Add interconnect ports for GENI QUPs to set bus
capabilities.
Signed-off-by: Alok Chauhan
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/ar
+Mark Brown
On 2019-01-22 12:03, Alok Chauhan wrote:
Get the interconnect paths for Uart based Serial Engine device
and vote accordingly based on maximum supported Uart frequency.
Signed-off-by: Alok Chauhan
---
drivers/tty/serial/qcom_geni_serial.c | 27 ++-
1 file ch
On 2019-01-22 14:43, Peter Rosin wrote:
On 2019-01-22 07:33, Alok Chauhan wrote:
Get the interconnect paths for I2C based Serial Engine device
and vote accordingly based on maximum supported I2C frequency.
Signed-off-by: Alok Chauhan
---
drivers/i2c/busses/i2c-qcom-geni.c | 13 +
+Mark Brown
On 2019-01-22 12:03, Alok Chauhan wrote:
Add the wrapper to support for interconnect path voting
from GENI QUP. This wrapper provides the functionalities
to individual Serial Engine device to get the interconnect
path and to vote for bandwidth based on their need.
This wrapper maint
+Mark Brown
On 2019-01-22 12:03, Alok Chauhan wrote:
Add documentation for the interconnect and interconnect-names bindings
for the GENI QUP as detailed by bindings/interconnect/interconnect.txt.
Signed-off-by: Alok Chauhan
---
Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt | 10
+Mark Brown
On 2019-01-22 12:03, Alok Chauhan wrote:
This patch series contains following:
* Add wrapper framework to support interconnect path from GENI QUPs.
This wrapper enabled and help individual SEs to put their BW request.
Adding this wrapper make sense because we don't want individua
Please don't review this patch. I've resend patches after adding all the
mailing list.
Sorry for inconvenience. Please review patches with spi/i2c/uart/kernel
mailing list added.
On 2019-01-21 16:51, Alok Chauhan wrote:
Get the interconnect paths for I2C based Serial Engine device
and vote acc
Please don't review this patch. I've resend patches after adding all the
mailing list.
Sorry for inconvenience.
On 2019-01-21 16:51, Alok Chauhan wrote:
Add the wrapper to support for interconnect path voting
from GENI QUP. This wrapper provides the functionalities
to individual Serial Engine d
Please don't review this patch. I've resend patches after adding all the
mailing list.
Sorry for inconvenience.
On 2019-01-21 16:51, Alok Chauhan wrote:
Add documentation for the interconnect and interconnect-names bindings
for the GENI QUP as detailed by bindings/interconnect/interconnect.txt.
On 2019-01-21 18:13, Mark Brown wrote:
On Mon, Jan 21, 2019 at 04:51:41PM +0530, Alok Chauhan wrote:
Get the interconnect paths for SPI based Serial Engine device
and vote accordingly based on maximum supported SPI frequency.
I don't have any of the other patches in this series or a cover lett
On 2018-10-25 22:10, Alok Chauhan wrote:
This patch series fixed the following:
* nitpicks from the previous review
(https://patchwork.kernel.org/patch/10624849/)
* Cleanup probe function by re-arranging existing APIs to starting of
function and hence avoiding one goto jump and remove few redu
+static irqreturn_t geni_spi_isr(int irq, void *data)
+{
+ struct spi_master *spi = data;
+ struct spi_geni_master *mas = spi_master_get_devdata(spi);
+ struct geni_se *se = &mas->se;
+ u32 m_irq;
+ unsigned long flags;
+ irqreturn_t ret = IRQ_HANDLED;
+
+
On 2018-09-26 03:19, Doug Anderson wrote:
Hi,
On Mon, Sep 24, 2018 at 4:52 PM Stephen Boyd
wrote:
We don't need to use goto here, we can just collapse the if statement
and goto chain into multiple branches and then combine some duplicate
completion calls into one big if statement. Let's do i
On 2018-09-25 05:22, Stephen Boyd wrote:
We never really look at the 'ret' local variable in these functions, so
let's remove it to make way for shorter and simpler code. Furthermore,
we can shorten some lines by adding two local variables for the SE and
the message length so that everything fits
18 matches
Mail list logo