Re: How to upload fpga firmware

2020-09-14 Thread Ulf Samuelsson
I device afterwards? On both systems It's one PCI device only. Currently we don't need runtime re-programming, although this might be useful in the future. Also there's no partial reconfiguration. Sorry for the late response, things are busy at the moment. Cheers, Moritz -- Best Regards Ulf Samuelsson

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Ulf Samuelsson
On 2017-11-21 18:09, Rob Herring wrote: On Mon, Nov 20, 2017 at 3:39 PM, Frank Rowand <frowand.l...@gmail.com> wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetre

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Ulf Samuelsson
On 2017-11-21 18:09, Rob Herring wrote: On Mon, Nov 20, 2017 at 3:39 PM, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Ulf Samuelsson
On 2017-11-21 07:19, Ulf Samuelsson wrote: On 2017-11-21 00:09, Ulf Samuelsson wrote: On 2017-11-20 22:39, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Ulf Samuelsson
On 2017-11-21 07:19, Ulf Samuelsson wrote: On 2017-11-21 00:09, Ulf Samuelsson wrote: On 2017-11-20 22:39, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
On 2017-11-21 00:09, Ulf Samuelsson wrote: On 2017-11-20 22:39, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers On 11/18

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
On 2017-11-21 00:09, Ulf Samuelsson wrote: On 2017-11-20 22:39, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers On 11/18

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
On 2017-11-20 22:39, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers On 11/18/17 12:59, Ulf Samuelsson wrote: I noticed

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
On 2017-11-20 22:39, Frank Rowand wrote: Hi Ulf, Rob, On 11/20/17 15:19, Ulf Samuelsson wrote: On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers On 11/18/17 12:59, Ulf Samuelsson wrote: I noticed

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers On 11/18/17 12:59, Ulf Samuelsson wrote: I noticed when checking out the OpenWRT support for the board that they have a method to avoid having to pass

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
On 2017-11-20 05:32, Frank Rowand wrote: Hi Ulf, On 11/19/17 23:23, Frank Rowand wrote: adding devicetree list, devicetree maintainers On 11/18/17 12:59, Ulf Samuelsson wrote: I noticed when checking out the OpenWRT support for the board that they have a method to avoid having to pass

RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-18 Thread Ulf Samuelsson
similar for the CMDLINE; copying it into the vmlinux, to allow a smaller boot -- Best Regards Ulf Samuelsson

RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-18 Thread Ulf Samuelsson
similar for the CMDLINE; copying it into the vmlinux, to allow a smaller boot -- Best Regards Ulf Samuelsson

RFC: mcu_tty: Trying to open /dev/ttyUSB0 and lock access from a kernel driver

2017-09-25 Thread Ulf Samuelsson
n", __MODULE__);     }     PRINTK_DBG(KERN_INFO "Unregistering driver\n");     tty_unregister_driver(mcu_tty_driver);     put_tty_driver(mcu_tty_driver);     PRINTK_DBG(KERN_INFO "Freeing up Memory\n");     /* shut down and free the memory */     for (i = 0, info = >tty_infos[0];

RFC: mcu_tty: Trying to open /dev/ttyUSB0 and lock access from a kernel driver

2017-09-25 Thread Ulf Samuelsson
n", __MODULE__);     }     PRINTK_DBG(KERN_INFO "Unregistering driver\n");     tty_unregister_driver(mcu_tty_driver);     put_tty_driver(mcu_tty_driver);     PRINTK_DBG(KERN_INFO "Freeing up Memory\n");     /* shut down and free the memory */     for (i = 0, info = >tty_infos[0];

Re: [PATCH v2 0/6] atmel_serial: Cleanups, irq handler splitup & DMA

2007-12-19 Thread Ulf Samuelsson
gates/sq mm, add error counters??? Best Regards Ulf Samuelsson -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v2 0/6] atmel_serial: Cleanups, irq handler splitup DMA

2007-12-19 Thread Ulf Samuelsson
gates/sq mm, add error counters??? Best Regards Ulf Samuelsson -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] at91 pm: Compilation fix for at91sam926x

2007-08-10 Thread Ulf Samuelsson
- Original Message - From: "Marc Pignat" <[EMAIL PROTECTED]> To: "Hans-Jürgen Koch" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Ulf Samuelsson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; ; "

Re: [PATCH] at91 pm: Compilation fix for at91sam926x

2007-08-10 Thread Ulf Samuelsson
- Original Message - From: Marc Pignat [EMAIL PROTECTED] To: Hans-Jürgen Koch [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Ulf Samuelsson [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Andy Herzig [EMAIL PROTECTED] Sent: Friday, August 10, 2007 9:33

Re: [PATCH] at91 pm: Compilation fix for at91sam926x

2007-08-09 Thread Ulf Samuelsson
remove the code if the CPU is not the at91rm9200? Best Regards Ulf Samuelsson - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] at91 pm: Compilation fix for at91sam926x

2007-08-09 Thread Ulf Samuelsson
is not the at91rm9200? Best Regards Ulf Samuelsson - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/