IMPORTANT INVESTMENT INFORMATION..6

2021-01-29 Thread Robert Nelson
monthly income/return/profit every month. Reply for more detail. Thank you Sir. Robert Nelson.

IMPORTANT INVESTMENT INFORMATION..72

2021-01-26 Thread Robert Nelson
monthly income/return/profit every month. Reply for more detail. Thank you Sir. Robert Nelson.

Re: [PATCH v2] arm: dts: am33xx-bone-common: add gpio-line-names

2020-05-21 Thread Robert Nelson
we stick it in... am335x-boneblack-common.dtsi Then the Black-Wireless now has Ethernet... am335x-boneblack-wireless.dts #include "am335x-bone-common.dtsi" #include "am335x-boneblack-common.dtsi" It's going to be ugly, copy and paste mess, but i guess we might as well stick

Re: [PATCH v2 2/2] ARM: dts: am335x: add am335x-sancloud-bbe board support

2018-07-11 Thread Robert Nelson
pped? Or is the comment just out of date? For SanCloud, this can be dropped, they got normal 1Ghz parts from TI. and they aren't using the Octavo SIP which didn't have the 1Ghz efuse set.. So just the normal am335x errata, nothing special required in it's dts... Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone

2018-06-18 Thread Robert Nelson
eader), so not connected to the microSD socket... https://github.com/beagleboard/beaglebone-black/blob/master/BBB_SCH.pdf Looking at this evm schematic, it looks like 0x9a0 should be removed too, but I'm not sure on all revisions: http://processors.wiki.ti.com/images/a/a2/TMDSSK3358_3H0009_REV1_2B_SCH.pdf Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] arm, am335x: add support for Moxa UC-8100-ME-T open platform

2017-08-01 Thread Robert Nelson
; + pinctrl-0 = <&cpsw_default>; > + dual_emac = <1>; > + status = "okay"; > +}; > + > +&davinci_mdio { > + pinctrl-names = "default"; > + pinctrl-0 = <&davinci_mdio_default>; > + status = "okay"; > +}; > + > +&cpsw_emac0 { > + status = "okay"; > + phy_id = <&davinci_mdio>, <4>; > + phy-mode = "rmii"; > + dual_emac_res_vlan = <1>; > +}; > + > +&cpsw_emac1 { > + status = "okay"; > + phy_id = <&davinci_mdio>, <5>; > + phy-mode = "rmii"; > + dual_emac_res_vlan = <2>; > +}; > + > +&phy_sel { > + reg= <0x44e10650 0xf5>; > + rmii-clock-ext; > +}; > + > +&sham { > + status = "okay"; > +}; > + > +&aes { > + status = "okay"; > +}; > + > +&gpio0 { > + ti,no-reset-on-init; > +}; > + > +&mmc1 { > + pinctrl-names = "default"; > + vmmc-supply = <&vmmcsd_fixed>; > + bus-width = <4>; > + pinctrl-0 = <&mmc0_pins_default>; > + cd-gpios = <&gpio3 14 GPIO_ACTIVE_HIGH>; > + wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>; > + status = "okay"; > +}; > + > +&mmc3 { > + dmas = <&edma_xbar 12 0 1 > + &edma_xbar 13 0 2>; > + dma-names = "tx", "rx"; > + pinctrl-names = "default"; > + vmmc-supply = <&vmmcsd_fixed>; > + bus-width = <8>; > + pinctrl-0 = <&mmc2_pins_default>; > + ti,non-removable; > + status = "okay"; > +}; > + > +&buttons { > + pinctrl-names = "default"; > + pinctrl-0 = <&push_button_pins>; > + #address-cells = <1>; > + #size-cells = <0>; > + > + button@0 { > + label = "push_button"; > + linux,code = <0x100>; > + gpios = <&gpio3 21 GPIO_ACTIVE_LOW>; > + }; > +}; > + > +/* SPI Busses */ > +&spi0 { > + status = "okay"; > + pinctrl-names = "default"; > + pinctrl-0 = <&spi0_pins>; > + > + m25p80@0 { > + compatible = "mx25l6405d"; > + spi-max-frequency = <4000>; > + > + reg = <0>; > + spi-cpol; > + spi-cpha; > + #address-cells = <1>; > + #size-cells = <1>; > + > + /* reg : The partition's offset and size within the mtd bank. > */ > + partitions@0 { > + label = "MLO"; > + reg = <0x0 0x8>; > + }; > + > + partitions@1 { > + label = "U-Boot"; > + reg = <0x8 0x10>; > + }; > + > + partitions@2 { > + label = "U-Boot Env"; > + reg = <0x18 0x2>; > + }; > + }; > +}; > -- > 2.13.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Regards, -- Robert Nelson https://rcn-ee.com/

[Kernel.org Helpdesk #38150] [linuxfoundation.org #38150] Re: Linux 4.10.2

2017-03-13 Thread Robert Nelson via RT
with the EWR frontend. All > repositories should now be up-to-date. Apologies about the problem! Thanks Konstantin! voodoo@hades:~/linux-src$ git pull remote: Counting objects: 1, done. remote: Total 1 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (1/1), done. >From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 56b24d1bbcff..4495c08e8472 master -> origin/master * [new tag] v4.11-rc2 -> v4.11-rc2 Regards, -- Robert Nelson https://rcn-ee.com/

Re: Linux 4.10.2

2017-03-13 Thread Robert Nelson
with the EWR frontend. All > repositories should now be up-to-date. Apologies about the problem! Thanks Konstantin! voodoo@hades:~/linux-src$ git pull remote: Counting objects: 1, done. remote: Total 1 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (1/1), done. >From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 56b24d1bbcff..4495c08e8472 master -> origin/master * [new tag] v4.11-rc2 -> v4.11-rc2 Regards, -- Robert Nelson https://rcn-ee.com/

[Kernel.org Helpdesk #38150] [linuxfoundation.org #38150] Re: Linux 4.10.2

2017-03-13 Thread Robert Nelson via RT
On Mon, Mar 13, 2017 at 10:35 AM, Konstantin Ryabitsev wrote: > On Mon, Mar 13, 2017 at 10:32:59AM -0500, Robert Nelson wrote: >> >> rcnee@debian:~$ git clone >> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git >> Cloning into 'linux'... >&

Re: Linux 4.10.2

2017-03-13 Thread Robert Nelson
On Mon, Mar 13, 2017 at 10:35 AM, Konstantin Ryabitsev wrote: > On Mon, Mar 13, 2017 at 10:32:59AM -0500, Robert Nelson wrote: >> >> rcnee@debian:~$ git clone >> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git >> Cloning into 'linux'... >&

Re: Linux 4.10.2

2017-03-13 Thread Robert Nelson
On Mon, Mar 13, 2017 at 10:23 AM, Robert Nelson wrote: > On Mon, Mar 13, 2017 at 8:55 AM, Ilia Mirkin wrote: >> On Mon, Mar 13, 2017 at 8:36 AM, Jiri Slaby wrote: >>> On 03/12/2017, 09:11 PM, Ilia Mirkin wrote: >>>> The link shows v4.10.1 for me and says that t

Re: Linux 4.10.2

2017-03-13 Thread Robert Nelson
ernel.org/pub/scm/linux/kernel/git/torvalds/linux.git voodoo@hades:~/linux-src$ git tag -l *4.11-rc[12] v4.11-rc1 Regards, -- Robert Nelson https://rcn-ee.com/

Re: Linux 4.10.2

2017-03-12 Thread Robert Nelson
failed: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/?h=linux-4.10.y Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH 5/7] ARM: dts: am335x: Add the charger interrupt

2016-10-21 Thread Robert Nelson
On Fri, Oct 21, 2016 at 3:47 PM, Robert Nelson wrote: > On Fri, Oct 21, 2016 at 9:01 AM, Milo Kim wrote: >> This enables the charger driver gets corresponding IRQ number by using >> platform_get_irq_byname() helper. >> >> Signed-off-by: Milo Kim >> ---

Re: [PATCH 5/7] ARM: dts: am335x: Add the charger interrupt

2016-10-21 Thread Robert Nelson
name = "vdds_dpr"; > -- > 2.9.3 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Robert Nelson https://rcn-ee.com/

Re: [PATCH 2/2] ARM: dts: am57xx-beagle-x15: Add support for rev B1

2016-09-02 Thread Robert Nelson
On Fri, Sep 2, 2016 at 5:41 AM, Sekhar Nori wrote: > + Robert Nelson > > On Friday 02 September 2016 02:36 PM, Nishanth Menon wrote: > > I understand that there are existing users of A2 boards and so we simply > cannot remove support for those boards (at least yet). >

Re: [PATCH] ARM: dts: am335x-boneblack: add i2c1 DT entry

2016-06-07 Thread Robert Nelson
bone:~# config-pin P9.17 i2c root@beaglebone:~# config-pin P9.18 i2c Option 2, for the BB-I2C1 overlay: add cape_enable=bone_capemgr.enable_partno=BB-I2C1 Option 3, wait for Pantelis's solution... ;) http://comments.gmane.org/gmane.linux.kernel/2234662 Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] ARM: dts: am335x-boneblack: add i2c1 DT entry

2016-06-02 Thread Robert Nelson
On Thu, Jun 2, 2016 at 12:39 PM, Tony Lindgren wrote: > > * Robert Nelson [160602 10:39]: > > On Thu, Jun 2, 2016 at 2:41 AM, Yong Li wrote: > > > > > From: Yong Li > > > > > > Without this patch, I2C-1 is missing on beaglebone bl

Re: [PATCH 1/1 v2] imx6q-wandboard-revb1.dts: use unique machine name

2016-02-07 Thread Robert Nelson
oard i.MX6 Quad Board"; Do you guys see the issue? Either we change them "ALL", rev b or rev c... Or "flash-kernel" needs to learn to copy more then one dtb (in this case 5 *.dtb's) PS, u-boot already can boot on all these with the same SPL/u-boot image and detect which board and load the correct device tree binary.. Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH 2/2] ARM: dts: am33xx: add support for Ka-Ro electronics TX48-7020 module

2016-01-20 Thread Robert Nelson
go thru and convert these all to use the AM33XX_IOPAD macro.. All the boards have been converted for the 4.5.0-rc0 merge.. example: https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/commit/?h=for-next&id=df10eadfce3510c2814e95d9f3d2d5d2c64eb26b Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] arm, am335x: add support for the bosch shc board

2015-11-16 Thread Robert Nelson
; + 0x13c (PIN_INPUT_PULLDOWN | MUX_MODE0) > + 0x140 (PIN_INPUT_PULLDOWN | MUX_MODE0) Please use the AM33XX_IOPAD pinmux macro: All boards have recently be converted: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg121329.html Regards, -- Ro

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Robert Nelson
out adding a compatibility config similar to: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=00648d0282dcca1da453c0b20d27e24bf901a854 Regards, -- Robert Nelson https://rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH v2] ARM: dts: am335x-bone-common: enable aes and sham

2015-02-25 Thread Robert Nelson
With this change, enabling the > nodes in am335x-bone.dts is no longer required so remove them. > > Signed-off-by: Matt Porter Looks good! Wonder why didn't we do this sooner! ;) Acked-by: Robert Nelson Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this l

Re: [PATCH] ARM: dts: am335x-boneblack: enable aes and sham

2015-02-25 Thread Robert Nelson
> nxp_hdmi_bonelt_pins: nxp_hdmi_bonelt_pins { > pinctrl-single,pins = < > -- > 1.8.4 Shouldn't we just move these to: "am335x-bone-common.dtsi" ? (and then nuke the 6 lines in the am335x-bone.dts ) Regards, -- Robert Nelson http://www.rcn-e

Re: [RFC PATCH] tty: serial: Add 8250-core based omap driver

2014-07-04 Thread Robert Nelson
em all to one name? (ttyS) Does the end user really care if they have a soc with an omap/imx serial port driver? Or do they just want to access /dev/ttySx and connect to their device? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubsc

Re: [RFC PATCH] tty: serial: Add 8250-core based omap driver

2014-07-03 Thread Robert Nelson
On Thu, Jul 3, 2014 at 8:25 AM, Felipe Balbi wrote: > On Thu, Jul 03, 2014 at 12:34:11AM -0700, Tony Lindgren wrote: >> * Robert Nelson [140702 12:27]: >> > On Wed, Jul 2, 2014 at 2:09 PM, Aaro Koskinen wrote: >> > > Hi, >> > > >> > > On Wed

Re: [RFC PATCH] tty: serial: Add 8250-core based omap driver

2014-07-02 Thread Robert Nelson
d up carrying a patch like, to support bb.org users over the transition.. https://github.com/RobertCNelson/stable-kernel/blob/v3.7.x/patches/omap_beagle/0004-zeroMAP-Open-your-eyes.patch Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe li

Re: [PATCH] dts: Add UARTs to am335x-bone-common.dtsi

2014-06-07 Thread Robert Nelson
+&uart2 { > + pinctrl-names = "default"; > + pinctrl-0 = <&uart2_pins>; > + > + status = "okay"; > +}; > +&uart3 { > + pinctrl-names = "default"; > + pinctrl-0 = <&uart3_pins>; > + > + s

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-12 Thread Robert Nelson
t? He didn't want my "invert" the gpio to enable the usb hub on the older beagle xm A/B.. http://lists.denx.de/pipermail/u-boot/2014-January/172154.html http://lists.denx.de/pipermail/u-boot/2014-January/172274.html Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-12 Thread Robert Nelson
e if fine with me. As who knows when the dtc "overlay" will every truly make it mainline, as the capemgr was the only real kernel user of the i2c/at24 eeprom information. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-12 Thread Robert Nelson
+}; >> + > > If these pins are not used for i2c2 on some capes, this device > should be set to status = "disabled" state by default. Then > u-boot could re-enable it on the boards that have i2c2 in use. To-date, this is the i2c bus that all capes have placed an at24 ee

Re: [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek

2014-04-18 Thread Robert Nelson
lt;37>; > + vsync-len = <2>; > + hsync-active = <1>; > + vsync-active = <1>; > + }; > + }; > + }; > sound { >

Re: [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller

2014-04-18 Thread Robert Nelson
CDC_BASECFG0_DLBO); - drm_fb_get_bpp_depth(crtc->fb->pixel_format, &depth, &bpp); + drm_fb_get_bpp_depth(crtc->primary->fb->pixel_format, &depth, &bpp); hlcdc_write(dev, ATMEL_LCDC_BASECFG1, atmel_hlcdfb_get_rgbmode(dev->dev, depth, bpp)); hlcdc_write(dev, ATMEL_LCD

Re: [PATCH] ASoC: tda998x: Fix lack of required reg in DT documentation

2014-03-20 Thread Robert Nelson
AMX33XX boards). Then, setting the exact type in the DT > would ask for 2 differents DTs or for having two tda998x definitions in > a same DT... fyi: On the AM335x (BeagleBone Black), the NXP's chip ink shows, 88BHN so TDA19988 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To u

Re: [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

2014-01-29 Thread Robert Nelson
120 3 0 0 0 0 /* RBB mandatory */ + 132 1 0 0 0 0 /* FBB mandatory */ + 138 1 0 0 0 0 + >; + }; + memory {

Re: [PATCH v3 0/5] rtc-at91rm9200: add shadow interrupt mask

2013-05-29 Thread Robert Nelson
d: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e24b0bfa2f0446ffaad2661040be23668133aef8 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

Re: [PATCH] ARM: dts: omap3-beagle-xm: Add USB Host support for Rev Ax/Bx

2013-04-16 Thread Robert Nelson
t; + regulator-min-microvolt = <330>; >> > + regulator-max-microvolt = <330>; >> > + gpio = <&twl_gpio 18 0>;/* GPIO LEDA */ >> > + startup-delay-us = <7>; >> > + enab

Re: [PATCH] regulator: core: if voltage scaling fails, restore original voltage values

2012-12-12 Thread Robert Nelson
goto out2; > + > out: > mutex_unlock(&rdev->mutex); > return ret; > +out2: > + regulator->min_uV = old_min_uV; > + regulator->max_uV = old_max_uV; > + mutex_unlock(&rdev->mutex); > + return ret; > }

Re: Problem with mmc DMA on panda board in 3.6

2012-10-02 Thread Robert Nelson
> What should I try next to debug this? Check your config, to see if these are enabled: CONFIG_DMADEVICES=y CONFIG_DMA_OMAP=y Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vg