[PHP-WEBMASTER] Re: PHPCamp - the PHP (Un)conference in India

2024-05-20 Thread Amit Singh
May 17, 2024 at 6:51 PM Amit Singh wrote: > Hi Team, > > We are organizing PHPCamp <https://phpcamp.org/> in Pune, India. Think of > it as a BarCamp, but all about PHP developers. It’s like a big meetup where > PHP developers like you and me get together, but here’s the twist

[PHP-WEBMASTER] Request to list PHPCamp - the PHP (Un)conference in India on conference section

2024-05-17 Thread Amit Singh
f it is also listed on the php.net conference section Regards, Amit Singh Founder, AmiWorks <http://amiworks.com/> My Blog <http://thecancerus.com/blog/> | LinkedIn <http://in.linkedin.com/in/thecancerus> | Twitter <http://twitter.com/thecancerus> Experiments Never Fail.

Not able to build Xalan-C 1.12 on Solaris 11 ( getting linker error for xerces lib )

2024-03-21 Thread Amit Singh
Hi, I was able to build xalan 1.12 on linux and windows but I am not able to solve this issue on solaris 11 and am struggling to solve it. Please have a look and provide some pointers if it comes to your mind. -bash-5.2$ cmake -G "Unix Makefiles"

Error while building XALAN-C 1.12 with Xerces-C 2.3.4 on solaris

2024-03-19 Thread Amit Singh
Hi , I am trying to build XALAN-C 1.12 on Solaris . Configuration with CMAKE got succeeded but I am getting following error while building xalan . -bash-3.2$ make Scanning dependencies of target MsgCreator [ 0%] Building CXX object

Re: Unable to build Xalanc 1.12 with Xerces 3.2.5 on windows

2024-01-30 Thread Amit Singh
following variables set: set ICU_ROOT=C:\xercesUpgrade\icu-install set XERCESCROOT=C:\xercesUpgrade\xerces_325_install It built with older MSVC ( Visual Studio 9 2008 ) Thanks for your help Shawn! Best Regards, Amit On Mon, Jan 29, 2024 at 4:49 PM Amit Singh wrote: > Hi, > I am trying

Unable to build Xalanc 1.12 with Xerces 3.2.5 on windows

2024-01-29 Thread Amit Singh
Hi, I am trying to build xalan-c 1.12 on windows 64 bit with xerces-c 3.2.5 but getting error while building inmemory-dependencies. Details are below: C:\xercesUpgrade\xalan_c-1.12\build>cmake -G "Visual Studio 9 2008 Win64" -DCMAKE_INSTALL_PREFIX:PATH=C:\xercesUpgrade\xalan_112_install

[java code coverage] Re: Code Coverage issue in Android Automotive Car Emulator

2023-12-19 Thread Amit Singh Tomar
Hi Keshav, Any resolution we found it for Android Car Emulator Code coverage issue? Is it resolved now? On Monday, March 1, 2021 at 9:52:36 AM UTC+5:30 Keshav Verma wrote: > Thanks for your reply, but the jacoco lib that I am using, is working fine > with Generic Android Mobile emulator,

Error while building XALAN-C 1.12 with Xerces-C 2.3.4 on solaris 10

2023-11-24 Thread Amit Singh
Hi , I am trying to build XALAN-C 1.12 on Solaris 10. Configuration with CMAKE got succeeded but I am getting following error while building xalan . -bash-3.2$ make Scanning dependencies of target MsgCreator [ 0%] Building CXX object

[clamav-users] Unable to start clamd

2023-08-24 Thread Amit Singh via clamav-users
I am able to download virus definition but unable to run clamd. Can someone help? *Command Used: *docker run -it -v clamd-vol:/var/lib/clamav --publish 3310:3310 --network host --env 'CLAMAV_NO_FRESHCLAMD=true' clamav/clamav:stable_base *Error:* *Socket for clamd not found yet, retrying

Re: [clamav-users] Unable to start clamd

2023-08-22 Thread Amit Singh via clamav-users
I am able to download virus definition but unable to run clamd. Can someone help? > > *Command Used: *docker run -it -v clamd-vol:/var/lib/clamav --publish > 3310:3310 --network host --env 'CLAMAV_NO_FRESHCLAMD=true' > clamav/clamav:stable_base > > *Error:* *Socket for clamd not found yet,

Re: [Clamav-devel] Unable to start clamd

2023-08-22 Thread Amit Singh
I am able to download virus definition but unable to run clamd. Can someone help? > > *Command Used: *docker run -it -v clamd-vol:/var/lib/clamav --publish > 3310:3310 --network host --env 'CLAMAV_NO_FRESHCLAMD=true' > clamav/clamav:stable_base > > *Error:* *Socket for clamd not found yet,

[dns-operations] Query regrading my paid domain communityclinic.ga from freenom

2023-06-05 Thread Amit Singh
Dear Team, I have a domain "communityclinic.ga" purchased and managed by freenom. >From 4 june 2023, my domain failed to resolve its DNS through all major DNS providers across the globe. Due to which my domain went offline for all users. I raised a ticket with freenom today but they did not

[dns-operations] Query regarding my paid domain communityclinic.ga form freenom

2023-06-05 Thread Amit Singh
Dear Team, I have a domain "communityclinic.ga" purchased and managed by freenom. >From 4 june 2023, my domain failed to resolve its DNS through all major DNS providers across the globe. Due to which my domain went offline for all users. I raised a ticket with freenom today but they did not

[Spark SQL]: Spark 3.2 generates different results to query when columns name have mixed casing vs when they have same casing

2023-02-08 Thread Amit Singh Rathore
Hi Team, I am running a query in Spark 3.2. val df1 = sc.parallelize(List((1,2,3,4,5),(1,2,3,4,5))).toDF("id","col2","col3","col4", "col5") val op_cols_same_case = List("id","col2","col3","col4", "col5", "id") val df2 = df1.select(op_cols_same_case .head, op_cols_same_case .tail: _*)

Re: Add sub-transaction overflow status in pg_stat_activity

2022-11-14 Thread Amit Singh
the information isn't too big, I think we should consider the subtransaction_count and is_overflowed field as potential candidates for the enhancement of pg_stat_activity. Regards Amit Singh On Mon, Nov 14, 2022 at 11:10 PM Robert Haas wrote: > On Mon, Mar 21, 2022 at 7:45 PM Andres Freund wr

Re: [deal.II] Can I use 3D prism elements (extruded triangles) in deal.ii?

2022-06-25 Thread Amit Singh
f. [ >> https://www.dealii.org/current/doxygen/deal.II/group__simplex.html], it >> seems that the simplex support is still experimental. As mentioned in the >> link, it might be helpful to look at the tests/simplex folder. The >> developers can maybe provide more preci

[deal.II] Can I use 3D prism elements (extruded triangles) in deal.ii?

2022-06-24 Thread Amit Singh
Hi. I am considering deal.ii for some nonlinear elasticity and fracture analysis. >From what I read in the documentation, deal.ii supports hexahedral elements much better than tetrahedral elements. My geometry looks as shown in the attached picture. The actual geometry is a boolean difference

[ccp4bb] Charge transfer complexes

2022-05-13 Thread Amit Singh
the same charges would not? What do you think? Which among these two pairs would relatively favor the formation of the charge-transfer complex. Mol A and Mol B ORMol C and Mol D Looking forward to understanding this, through your thoughts. -- with regards Amit Singh

[PATCH v4 3/6] ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3

2021-12-02 Thread Amit Singh Tomar
From: Amit Singh Tomar This Synchronizes the Actions Semi S700 SoC DT changes from commit "g58e1100fdc59" ("Linux v5.16-rc3"). Signed-off-by: Amit Singh Tomar --- arch/arm/dts/s700.dtsi| 17 - .../dt-bindings/power/owl-s700

[PATCH v4 5/6] mmc: actions: add MMC driver for Actions OWL S700/S900

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds support for MMC controllers found on Actions OWL SoC platform(S700/S900). Signed-off-by: Amit Singh Tomar --- Changes since v3: * Re-based to latest master (2ad8d0cb950da) There are some "dm: treewide" changes have been

[PATCH v4 6/6] configs: Enable mmc support

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- Changes since previous versions * No change. --- configs/cubieboard7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cubieboard7_defconfig b

[PATCH v4 4/6] ARM: dts: s700: add MMC/SD controller node

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar This patch adds node for mmc/sd controller found on Action Semi OWL S700 SoC. Since, upstream Linux binding has not been merged for S700 MMC/SD controller, Changes are put in u-boot specific dtsi file. Signed-off-by: Amit Singh Tomar --- Changes since previous versions

[PATCH v4 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar This Synchronizes the Actions Semi S700 SoC DT changes from commit "0477e9288185" ("Linux 5.10-rc7"). Signed-off-by: Amit Singh Tomar --- Changes since previous versions * No change. --- arch/arm/dts/s700.dtsi

[PATCH v4 2/6] clk: actions: Add SD/MMC clocks

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds SD/MMC clocks, and provides .set/get_rate callbacks for SD/MMC device present on Actions OWL S700 SoCs. Signed-off-by: Amit Singh Tomar --- Changes since v3: * No change. Changes since v2: * Fixed the weird div assignment. * Moved

[PATCH v4 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit introduces get/set_rate callbacks, these are dummy at the moment, and can be used to get/set clock for various devices based on the clk id. Signed-off-by: Amit Singh Tomar --- Changes since v3: * No changes. Changes since v2: * No changes

[PATCH v4 0/6] Add MMC/SD support for S700/S900

2021-11-28 Thread Amit Singh Tomar
nsole [owl0] enabled [0.00] efi: UEFI not found. [ 0.00] cma: Reserved 32 MiB at 0x3e00 Amit Singh Tomar (6): clk: actions: Introduce dummy get/set_rate callbacks clk: actions: Add SD/MMC clocks ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7 ARM: dts: s700: ad

[RBW] Re: My First Riv! A Romulus.

2021-08-23 Thread Amit Singh
Congratulations !!! Wishing you tailwinds, and many, many years of happy riding! On Monday, August 23, 2021 at 10:34:54 AM UTC-7 mrb wrote: > From the collection of the legendary Larry Black! > > [image: IMG_7660.JPG.jpeg] -- You received this message because you are subscribed to the Google

[RBW] Re: FS: Nitto Bullmoose, Fillet Brazed

2021-07-26 Thread Amit Singh
beautifully shot On Sunday, July 18, 2021 at 7:26:03 AM UTC-7 Daniel Jackson wrote: > $170 shipped. > New condition. Such a beauty. > Photo attached. > > Thanks! > Daniel > -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe

Re: [ccp4bb] Space error while run NAMD simulation on DGX2

2021-02-02 Thread Amit Singh
a sample image of the error below. > Attachments area > > > -- > > To unsubscribe from the CCP4BB list, click the following link: > https://www.jiscmail.ac.uk/cgi-bin/WA-

Re: [ccp4bb] Apple Mac M1 chip machines and compatibility with structural biology software?

2021-01-23 Thread Amit Singh
Dear Prof Jon, I haven't faced any problems while installing and using a couple of them like CCP4 (including coot), pymol and Xquartz. On Sat, 23 Jan, 2021, 4:27 pm Jon Sayers, wrote: > Dear All, > Slightly off-topic. The new Apple M1 chip machines have been out for a > while. Is anyone using

[PATCH v3 5/6] mmc: actions: add MMC driver for Actions OWL S700/S900

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds support for MMC controllers found on Actions OWL SoC platform(S700/S900). Signed-off-by: Amit Singh Tomar --- Changes since v2: * Progammed read/write delays as suggested by Jaehoon, its more readable now. * Updated commit

[PATCH v3 6/6] configs: Enable mmc support

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- Changes since previous versions * No change. --- configs/cubieboard7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cubieboard7_defconfig b

[PATCH v3 4/6] ARM: dts: s700: add MMC/SD controller node

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This patch adds node for mmc/sd controller found on Action Semi OWL S700 SoC. Since, upstream Linux binding has not been merged for S700 MMC/SD controller, Changes are put in u-boot specific dtsi file. Signed-off-by: Amit Singh Tomar --- Changes since previous versions

[PATCH v3 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This Synchronizes the Actions Semi S700 SoC DT changes from commit "0477e9288185" ("Linux 5.10-rc7"). Signed-off-by: Amit Singh Tomar --- Changes since previous versions * No change. --- arch/arm/dts/s700.dtsi

[PATCH v3 2/6] clk: actions: Add SD/MMC clocks

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds SD/MMC clocks, and provides .set/get_rate callbacks for SD/MMC device present on Actions OWL S700 SoCs. Signed-off-by: Amit Singh Tomar --- Changes since v2: * Fixed the not weird div assignment. * Moved the clock bit for SD from header

[PATCH v3 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit introduces get/set_rate callbacks, these are dummy at the moment, and can be used to get/set clock for various devices based on the clk id. Signed-off-by: Amit Singh Tomar --- Changes since v2: * No changes. Changes since previous version

[PATCH v3 0/6] Add MMC/SD support for S700/S900

2021-01-16 Thread Amit Singh Tomar
From: Amit Singh Tomar This series(v3) addresses review comments provided by Andre and Jaehoon. Earlier in MMC driver, we were *not* checking the command response errors(for instance, the CRC error) based on STATU register. This is now addressed in patch 5/6. Also, MMC driver(pacth 5/6) now has

[PATCH v2 6/6] configs: Enable mmc support

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- Changes since previous version * No change --- configs/cubieboard7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cubieboard7_defconfig b

[PATCH v2 5/6] mmc: actions: add MMC driver for Actions OWL S700

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds support for MMC controllers found on Actions OWL S700 SoC platform. Signed-off-by: Amit Singh Tomar --- Changes since previous version * Corrected block count to 512. * Changed the command timeout value to 30ms. * Used

[PATCH v2 4/6] ARM: dts: s700: add MMC/SD controller node

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This patch adds node for ethernet controller found on Action Semi OWL S700 SoC. Since, upstream Linux binding has not been merged for S700 MMC/SD controller, Changes are put in u-boot specific dtsi file. Signed-off-by: Amit Singh Tomar --- Changes since previous version

[PATCH v2 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This Synchronizes the Actions Semi S700 SoC DT changes from commit "0477e9288185" ("Linux 5.10-rc7"). Signed-off-by: Amit Singh Tomar --- Changes since previous version * No change. --- arch/arm/dts/s700.dtsi

[PATCH v2 2/6] clk: actions: Add SD/MMC clocks

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds SD/MMC clocks, and provides .set/get_rate callbacks for SD/MMC device present on Actions OWL S700 SoCs. Signed-off-by: Amit Singh Tomar --- Changes since previous version: * Removed rate *= 2 as this just overclocks. * Separated

[PATCH v2 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit introduces get/set_rate callbacks, these are dummy at the moment, and can be used to get/set clock for various devices based on the clk id. Signed-off-by: Amit Singh Tomar --- Changes since previous version: * Removed premature initialization to avoid

[PATCH v2 0/6] Add MMC/SD support for S700

2020-12-19 Thread Amit Singh Tomar
From: Amit Singh Tomar This series(v2) has few important updates, while loading large files we found that MMC framework puts "0x1fffe00" into DMA Frame Length(DMA_FRAME_LEN 0x000C) but register itself is limited to 24 bits and hence it was failing. It is due to the wrong Block count(

[PATCH 5/6] mmc: actions: add MMC driver for Actions OWL S700

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds support for MMC controllers found on Actions OWL S700 SoC platform. Signed-off-by: Amit Singh Tomar --- drivers/mmc/Kconfig | 7 + drivers/mmc/Makefile | 1 + drivers/mmc/owl_mmc.c | 404 ++ 3 files

[PATCH 6/6] configs: Enable mmc support

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- configs/cubieboard7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig index 64dc593..d1ee862

[PATCH 4/6] ARM: dts: s700: add MMC/SD controller node

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This patch adds node for ethernet controller found on Action Semi OWL S700 SoC. Since, upstream Linux binding has not been merged for S700 MMC/SD controller, Changes are put in u-boot specific dtsi file. Signed-off-by: Amit Singh Tomar --- arch/arm/dts/s700-u-boot.dtsi

[PATCH 2/6] clk: actions: Add SD/MMC clocks

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit adds SD/MMC clocks, and provides .set/get_rate callbacks for SD/MMC device present on Actions OWL S700 SoCs. Signed-off-by: Amit Singh Tomar --- drivers/clk/owl/clk_owl.c | 66 +++ drivers/clk/owl/clk_owl.h | 2

[PATCH 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This Synchronizes the Actions Semi S700 SoC DT changes from commit "0477e9288185" ("Linux 5.10-rc7"). Signed-off-by: Amit Singh Tomar --- arch/arm/dts/s700.dtsi | 17 - include/dt-bindings/power/owl-s

[PATCH 0/6] Add MMC/SD support for S700

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar At the moment on S700 based platforms, only way to load/boot the Kernel is from Ethernet, and with these patches one can now load/boot the Kernel from uSD card. Patches(1/6 and 2/6) adds changes needed for MMC/SD clock. It introduces set/get callback routine and get/set

[PATCH 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit introduces get/set_rate callbacks, these are dummy at the moment, and can be used to get/set clock for various devices based on the clk id. Signed-off-by: Amit Singh Tomar --- drivers/clk/owl/clk_owl.c | 28 1 file changed, 28

[PATCH] arm: actions: increase SYS_MALLOC_F_LEN

2020-11-09 Thread Amit Singh Tomar
tion) well. This commit fixes it, by increasing SYS_MALLOC_F_LEN to value 0x2000. Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index c94b10e9fa72..6dc20ed25b29 100644 --- a/Kconfig +++

[jira] [Commented] (HIVE-22344) I can't run hive in command line

2020-10-07 Thread Amit Singh (Jira)
[ https://issues.apache.org/jira/browse/HIVE-22344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17209714#comment-17209714 ] Amit Singh commented on HIVE-22344: --- Replace the Hive jar under /lib with the one shipped with Hadoop

[PATCH v7 07/10] dt-bindings: reset: s700: Add binding constants for mmc

2020-09-10 Thread Amit Singh Tomar
This commit adds device tree binding reset constants for mmc controller present on Actions S700 Soc. Reviewed-by: Manivannan Sadhasivam Acked-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Added Mani's Reviewed-by: tag

[PATCH v7 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc

2020-09-10 Thread Amit Singh Tomar
ivam Reviewed-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Added Mani's Reviewed-by: tag. Changes since v4: * No change. Changes since v3: * No change. Changes since v2: * Added Rob's Reviewed-by tag

Re:

2020-07-28 Thread Amit Singh
can you send me the website link On Tue, 28 Jul 2020, 14:43 Anupriya Nishad, wrote: > I hosted my web app on a free hosting site pythonanywhere.com > But it is taking too long to respond. > What could be the reason? > > -- > You received this message because you are subscribed to the Google

[PATCH v7 09/10] arm64: dts: actions: Add MMC controller support for S700

2020-07-19 Thread Amit Singh Tomar
This commits adds support for MMC controllers present on Actions S700 SoC, there are 3 MMC controllers in this SoC which can be used for accessing SD/EMMC/SDIO cards. Reviewed-by: Manivannan Sadhasivam Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5

[PATCH v7 10/10] arm64: dts: actions: Add uSD support for Cubieboard7

2020-07-19 Thread Amit Singh Tomar
This commit adds uSD support for Cubieboard7 board based on Actions Semi S700 SoC. SD0 is connected to uSD slot. Since there is no PMIC support added yet, fixed regulator has been used as a regulator node. Signed-off-by: Amit Singh Tomar --- Changes since v6: * Brought back the uSD fixed

[PATCH v7 07/10] dt-bindings: reset: s700: Add binding constants for mmc

2020-07-19 Thread Amit Singh Tomar
This commit adds device tree binding reset constants for mmc controller present on Actions S700 Soc. Reviewed-by: Manivannan Sadhasivam Acked-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Added Mani's Reviewed-by: tag

[PATCH v7 06/10] arm64: dts: actions: Add DMA Controller for S700

2020-07-19 Thread Amit Singh Tomar
This commit adds DMA controller present on Actions S700, it differs from S900 in terms of number of dma channels and requests. Reviewed-by: Manivannan Sadhasivam Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Added Mani's Reviewed-by: tag

[PATCH v7 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc

2020-07-19 Thread Amit Singh Tomar
ivam Reviewed-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Added Mani's Reviewed-by: tag. Changes since v4: * No change. Changes since v3: * No change. Changes since v2: * Added Rob's Reviewed-by tag

[PATCH v7 01/10] dt-bindings: dmaengine: convert Actions Semi Owl SoCs bindings to yaml

2020-07-19 Thread Amit Singh Tomar
Converts the device tree bindings for the Actions Semi Owl SoCs DMA Controller over to YAML schemas. It also adds new compatible string "actions,s700-dma". Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Removed Rob's Reviewed-by

[PATCH v7 00/10] Add MMC and DMA support for Actions S700

2020-07-19 Thread Amit Singh Tomar
dparm -tT /dev/mmcblk0 /dev/mmcblk0: Timing cached reads: 1310 MB in 2.00 seconds = 655.15 MB/sec Timing buffered disk reads: 62 MB in 3.05 seconds = 20.30 MB/sec Amit Singh Tomar (10): dt-bindings: dmaengine: convert Actions Semi Owl SoCs bindings to yaml dmaengine: Actions: get rid

[PATCH v7 04/10] clk: actions: Add MMC clock-register reset bits

2020-07-19 Thread Amit Singh Tomar
This commit adds reset bits needed for MMC clock registers present on Actions S700 SoC. Reviewed-by: Manivannan Sadhasivam Signed-off-by: Amit Singh Tomar --- Changes since v6: * No change. Changes since v5: * Added Mani's Reviewed-by: tag. Changes from v4: * Reordered

[PATCH v7 03/10] dmaengine: Actions: Add support for S700 DMA engine

2020-07-19 Thread Amit Singh Tomar
and uses upper 12 bits whereas on S700, it starts at offset 0x1c and uses lower 12 bits. This commit adds support for DMA controller present on S700. Signed-off-by: Amit Singh Tomar --- Changes since v6: * NO change. Changes since v5: * No change. Changes since v4: * Re

[PATCH v7 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor

2020-07-19 Thread Amit Singh Tomar
extending support for other platform such as Actions S700. This commit removes the "owl_dma_lli_hw" (that includes bit-fields) and uses array to describe DMA descriptor. Reviewed-by: Manivannan Sadhasivam Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Change

[PATCH v7 05/10] arm64: dts: actions: limit address range for pinctrl node

2020-07-19 Thread Amit Singh Tomar
ddress range only up to 0x100. This commit limits the pinctrl address range to 0x100 so that it doesn't conflict with sps range. Fixes: 7cdf8446ed1d ("arm64: dts: actions: Add pinctrl node for Actions Semi S700") Reviewed-by: Manivannan Sadhasivam Suggested-by: Andre Przywara S

[PATCH v6 06/10] arm64: dts: actions: Add DMA Controller for S700

2020-07-18 Thread Amit Singh Tomar
This commit adds DMA controller present on Actions S700, it differs from S900 in terms of number of dma channels and requests. Reviewed-by: Manivannan Sadhasivam Signed-off-by: Amit Singh Tomar --- Changes since v5: * Added Mani's Reviewed-by: tag. Changes since v4: * No change

[PATCH v6 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc

2020-07-18 Thread Amit Singh Tomar
ivam Reviewed-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v5: * Added Mani's Reviewed-by: tag. Changes since v4: * No change. Changes since v3: * No change. Changes since v2: * Added Rob's Reviewed-by tag --- Documentation/devicetree/bindings/

[PATCH v6 10/10] arm64: dts: actions: Add uSD support for Cubieboard7

2020-07-18 Thread Amit Singh Tomar
This commit adds uSD support for Cubieboard7 board based on Actions Semi S700 SoC. SD0 is connected to uSD slot. Since there is no PMIC support added yet, fixed regulator has been used as a regulator node. Signed-off-by: Amit Singh Tomar --- Changes since v5: * Removed the Fixed

[PATCH v6 09/10] arm64: dts: actions: Add MMC controller support for S700

2020-07-18 Thread Amit Singh Tomar
This commits adds support for MMC controllers present on Actions S700 SoC, there are 3 MMC controllers in this SoC which can be used for accessing SD/EMMC/SDIO cards. Reviewed-by: Manivannan Sadhasivam Signed-off-by: Amit Singh Tomar --- Changes since v5: * Added Mani's Reviewed-by: tag

[PATCH v6 07/10] dt-bindings: reset: s700: Add binding constants for mmc

2020-07-18 Thread Amit Singh Tomar
This commit adds device tree binding reset constants for mmc controller present on Actions S700 Soc. Reviewed-by: Manivannan Sadhasivam Acked-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v5: * Added Mani's Reviewed-by: tag. Changes since v4: * No change

[PATCH v6 03/10] dmaengine: Actions: Add support for S700 DMA engine

2020-07-18 Thread Amit Singh Tomar
and uses upper 12 bits whereas on S700, it starts at offset 0x1c and uses lower 12 bits. This commit adds support for DMA controller present on S700. Signed-off-by: Amit Singh Tomar --- Changes since v5: * No change. Changes since v4: * Reordered it from 02/10 to 03/10. *

[PATCH v6 01/10] dt-bindings: dmaengine: convert Actions Semi Owl SoCs bindings to yaml

2020-07-18 Thread Amit Singh Tomar
Converts the device tree bindings for the Actions Semi Owl SoCs DMA Controller over to YAML schemas. It also adds new compatible string "actions,s700-dma". Signed-off-by: Amit Singh Tomar --- Changes since v5: * Removed Rob's Reviewed-by tag as his bot found errors

[PATCH v6 05/10] arm64: dts: actions: limit address range for pinctrl node

2020-07-18 Thread Amit Singh Tomar
ddress range only up to 0x100. This commit limits the pinctrl address range to 0x100 so that it doesn't conflict with sps range. Fixes: 7cdf8446ed1d ("arm64: dts: actions: Add pinctrl node for Actions Semi S700") Reviewed-by: Manivannan Sadhasivam Suggested-by: Andre Przywara S

[PATCH v6 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor

2020-07-18 Thread Amit Singh Tomar
extending support for other platform such as Actions S700. This commit removes the "owl_dma_lli_hw" (that includes bit-fields) and uses array to describe DMA descriptor. Reviewed-by: Manivannan Sadhasivam Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Change

[PATCH v6 04/10] clk: actions: Add MMC clock-register reset bits

2020-07-18 Thread Amit Singh Tomar
This commit adds reset bits needed for MMC clock registers present on Actions S700 SoC. Reviewed-by: Manivannan Sadhasivam Signed-off-by: Amit Singh Tomar --- Changes since v5: * Added Mani's Reviewed-by: tag. Changes from v4: * Reordered it from 03/10 to 04/10. Changes from v3

[PATCH v6 00/10] Add MMC and DMA support for Actions S700

2020-07-18 Thread Amit Singh Tomar
(OOM kicked in, while Linking due to less RAM present on hardware). Following is the mmc speed : ubuntu@ubuntu:~$ sudo hdparm -tT /dev/mmcblk0 /dev/mmcblk0: Timing cached reads: 1310 MB in 2.00 seconds = 655.15 MB/sec Timing buffered disk reads: 62 MB in 3.05 seconds = 20.30 MB/sec Amit

[PATCH v5 06/10] arm64: dts: actions: Add DMA Controller for S700

2020-07-02 Thread Amit Singh Tomar
This commit adds DMA controller present on Actions S700, it differs from S900 in terms of number of dma channels and requests. Signed-off-by: Amit Singh Tomar --- Changes since v4: * No change. Changes since v3: * Fixed typo in commit message. * Placed owl-s700

[PATCH v5 04/10] clk: actions: Add MMC clock-register reset bits

2020-07-02 Thread Amit Singh Tomar
This commit adds reset bits needed for MMC clock registers present on Actions S700 SoC. Signed-off-by: Amit Singh Tomar --- Changes from v4: * Reordered it from 03/10 to 04/10. Changes from v3: * NO change. Changes from v2: * No change. Changes from v1

[PATCH v5 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc

2020-07-02 Thread Amit Singh Tomar
The commit adds a new SoC specific compatible string "actions,s700-mmc" in combination with more generic string "actions,owl-mmc". Placement order of these strings should abide by the principle of "from most specific to most general". Reviewed-by: Rob Herring S

[PATCH v5 05/10] arm64: dts: actions: limit address range for pinctrl node

2020-07-02 Thread Amit Singh Tomar
ddress range only up to 0x100. This commit limits the pinctrl address range to 0x100 so that it doesn't conflict with sps range. Fixes: 7cdf8446ed1d ("arm64: dts: actions: Add pinctrl node for Actions Semi S700") Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Changes

[PATCH v5 01/10] dt-bindings: dmaengine: convert Actions Semi Owl SoCs bindings to yaml

2020-07-02 Thread Amit Singh Tomar
Converts the device tree bindings for the Actions Semi Owl SoCs DMA Controller over to YAML schemas. It also adds new compatible string "actions,s700-dma". Reviewed-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v4: * Added Rob's Reviewed-by tag.

[PATCH v5 07/10] dt-bindings: reset: s700: Add binding constants for mmc

2020-07-02 Thread Amit Singh Tomar
This commit adds device tree binding reset constants for mmc controller present on Actions S700 Soc. Acked-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v4: * No change. Changes since v3: * No change. Changes since v2: * No change. Changes since v1

[PATCH v5 09/10] arm64: dts: actions: Add MMC controller support for S700

2020-07-02 Thread Amit Singh Tomar
This commits adds support for MMC controllers present on Actions S700 SoC, there are 3 MMC controllers in this SoC which can be used for accessing SD/EMMC/SDIO cards. Signed-off-by: Amit Singh Tomar --- Changes since v4: * No change. Changes since v3: * No change. Changes since

[PATCH v5 10/10] arm64: dts: actions: Add uSD support for Cubieboard7

2020-07-02 Thread Amit Singh Tomar
This commit adds uSD support for Cubieboard7 board based on Actions Semi S700 SoC. SD0 is connected to uSD slot. Since there is no PMIC support added yet, fixed regulator has been used as a regulator node. Signed-off-by: Amit Singh Tomar --- Changes since v4: * No change. Changes since

[PATCH v5 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor

2020-07-02 Thread Amit Singh Tomar
extending support for other platform such as Actions S700. This commit removes the "owl_dma_lli_hw" (that includes bit-fields) and uses array to describe DMA descriptor. Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Changes since v4: * Reordered it from 01/1

[PATCH v5 00/10] Add MMC and DMA support for Actions S700

2020-07-02 Thread Amit Singh Tomar
ds: 1310 MB in 2.00 seconds = 655.15 MB/sec Timing buffered disk reads: 62 MB in 3.05 seconds = 20.30 MB/sec Amit Singh Tomar (10): dt-bindings: dmaengine: convert Actions Semi Owl SoCs bindings to yaml dmaengine: Actions: get rid of bit fields from dma descriptor dmaengine: Actions: Ad

[PATCH v5 03/10] dmaengine: Actions: Add support for S700 DMA engine

2020-07-02 Thread Amit Singh Tomar
and uses upper 12 bits whereas on S700, it starts at offset 0x1c and uses lower 12 bits. This commit adds support for DMA controller present on S700. Signed-off-by: Amit Singh Tomar --- Changes since v4: * Reordered it from 02/10 to 03/10. * Used of_device_get_match_data() instea

[PATCH v4 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc

2020-06-09 Thread Amit Singh Tomar
The commit adds a new SoC specific compatible string "actions,s700-mmc" in combination with more generic string "actions,owl-mmc". Placement order of these strings should abide by the principle of "from most specific to most general". Reviewed-by: Rob Herring S

[PATCH v4 05/10] dt-bindings: dmaengine: convert Actions Semi Owl SoCs bindings to yaml

2020-06-09 Thread Amit Singh Tomar
Converts the device tree bindings for the Actions Semi Owl SoCs DMA Controller over to YAML schemas. It also adds new compatible string "actions,s700-dma". Signed-off-by: Amit Singh Tomar --- Changes since v3: * No change. Changes since v2: * Addressed Rob'

[PATCH v4 09/10] arm64: dts: actions: Add MMC controller support for S700

2020-06-09 Thread Amit Singh Tomar
This commits adds support for MMC controllers present on Actions S700 SoC, there are 3 MMC controllers in this SoC which can be used for accessing SD/EMMC/SDIO cards. Signed-off-by: Amit Singh Tomar --- Changes since v3: * No change. Changes since v2: * No change. Changes since

[PATCH v4 06/10] arm64: dts: actions: Add DMA Controller for S700

2020-06-09 Thread Amit Singh Tomar
This commit adds DMA controller present on Actions S700, it differs from S900 in terms of number of dma channels and requests. Signed-off-by: Amit Singh Tomar --- Changes since v3: * Fixed typo in commit message. * Placed owl-s700-powergate.h in alphabetical order. Changes since

[PATCH v4 04/10] arm64: dts: actions: limit address range for pinctrl node

2020-06-09 Thread Amit Singh Tomar
ddress range only up to 0x100. This commit limits the pinctrl address range to 0x100 so that it doesn't conflict with sps range. Fixes: 7cdf8446ed1d ("arm64: dts: actions: Add pinctrl node for Actions Semi S700") Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Changes

[PATCH v4 10/10] arm64: dts: actions: Add uSD support for Cubieboard7

2020-06-09 Thread Amit Singh Tomar
This commit adds uSD support for Cubieboard7 board based on Actions Semi S700 SoC. SD0 is connected to uSD slot. Since there is no PMIC support added yet, fixed regulator has been used as a regulator node. Signed-off-by: Amit Singh Tomar --- Changes since v3: * No change. Changes since

[PATCH v4 07/10] dt-bindings: reset: s700: Add binding constants for mmc

2020-06-09 Thread Amit Singh Tomar
This commit adds device tree binding reset constants for mmc controller present on Actions S700 Soc. Acked-by: Rob Herring Signed-off-by: Amit Singh Tomar --- Changes since v3: * No change. Changes since v2: * No change. Changes since v1: * No change. Changes since RFC

[PATCH v4 03/10] clk: actions: Add MMC clock-register reset bits

2020-06-09 Thread Amit Singh Tomar
This commit adds reset bits needed for MMC clock registers present on Actions S700 SoC. Signed-off-by: Amit Singh Tomar --- Changes from v3: * NO change. Changes from v2: * No change. Changes from v1: * No change. Changes from RFC: * No change. --- drivers/clk

[PATCH v4 00/10] Add MMC and DMA support for Actions S700

2020-06-09 Thread Amit Singh Tomar
in, while Linking due to less RAM present on hardware). Following is the mmc speed : ubuntu@ubuntu:~$ sudo hdparm -tT /dev/mmcblk0 /dev/mmcblk0: Timing cached reads: 1310 MB in 2.00 seconds = 655.15 MB/sec Timing buffered disk reads: 62 MB in 3.05 seconds = 20.30 MB/sec Amit Singh T

[PATCH v4 01/10] dmaengine: Actions: get rid of bit fields from dma descriptor

2020-06-09 Thread Amit Singh Tomar
extending support for other platform such as Actions S700. This commit removes the "owl_dma_lli_hw" (that includes bit-fields) and uses array to describe DMA descriptor. Suggested-by: Andre Przywara Signed-off-by: Amit Singh Tomar --- Changes since v3: * Added description for e

[PATCH v4 02/10] dmaengine: Actions: Add support for S700 DMA engine

2020-06-09 Thread Amit Singh Tomar
and uses upper 12 bits whereas on S700, it starts at offset 0x1c and uses lower 12 bits. This commit adds support for DMA controller present on S700. Signed-off-by: Amit Singh Tomar --- Changes since v3: * Provided detailed comment about, the way shared DMA descriptor fields a

  1   2   3   4   5   6   7   8   9   10   >