Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-13 Thread Ramon Fried
On June 9, 2018 2:17:45 PM GMT+03:00, Heinrich Schuchardt wrote: >On 06/09/2018 12:29 PM, Ramon Fried wrote: >> On Sat, Jun 9, 2018 at 1:12 PM, Heinrich Schuchardt > wrote: >>> On 06/09/2018 01:06 PM, Ramon Fried wrote: The Shared Memory Manager driver implements an interface for >allocating

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-13 Thread Ramon Fried
On June 13, 2018 4:29:03 AM GMT+03:00, Simon Glass wrote: >Hi Ramon, > >On 12 June 2018 at 02:50, Ramon Fried wrote: >> On June 11, 2018 10:38:45 PM GMT+03:00, Simon Glass > wrote: >>>Hi Ramon, >>> >>>On 11 June 2018 at 13:14, Ramon Fried wrote: On Mon, Jun 11, 2018 at 5:53 PM, Si

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-12 Thread Simon Glass
Hi Ramon, On 12 June 2018 at 02:50, Ramon Fried wrote: > On June 11, 2018 10:38:45 PM GMT+03:00, Simon Glass wrote: >>Hi Ramon, >> >>On 11 June 2018 at 13:14, Ramon Fried wrote: >>> >>> >>> On Mon, Jun 11, 2018 at 5:53 PM, Simon Glass >>wrote: Hi Ramon, On 9 June 2018 at 03

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-12 Thread Ramon Fried
On June 11, 2018 10:38:45 PM GMT+03:00, Simon Glass wrote: >Hi Ramon, > >On 11 June 2018 at 13:14, Ramon Fried wrote: >> >> >> On Mon, Jun 11, 2018 at 5:53 PM, Simon Glass >wrote: >>> >>> Hi Ramon, >>> >>> On 9 June 2018 at 03:06, Ramon Fried wrote: >>> > The Shared Memory Manager driver implem

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-11 Thread Simon Glass
Hi Ramon, On 11 June 2018 at 13:14, Ramon Fried wrote: > > > On Mon, Jun 11, 2018 at 5:53 PM, Simon Glass wrote: >> >> Hi Ramon, >> >> On 9 June 2018 at 03:06, Ramon Fried wrote: >> > The Shared Memory Manager driver implements an interface for allocating >> > and accessing items in the memory

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-11 Thread Ramon Fried
On Mon, Jun 11, 2018 at 5:53 PM, Simon Glass wrote: > Hi Ramon, > > On 9 June 2018 at 03:06, Ramon Fried wrote: > > The Shared Memory Manager driver implements an interface for allocating > > and accessing items in the memory area shared among all of the > > processors in a Qualcomm platform. >

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-11 Thread Simon Glass
Hi Ramon, On 9 June 2018 at 03:06, Ramon Fried wrote: > The Shared Memory Manager driver implements an interface for allocating > and accessing items in the memory area shared among all of the > processors in a Qualcomm platform. > > Adapted from the Linux driver (4.17) > > Changes from the origi

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-09 Thread Heinrich Schuchardt
On 06/09/2018 12:29 PM, Ramon Fried wrote: > On Sat, Jun 9, 2018 at 1:12 PM, Heinrich Schuchardt > wrote: >> On 06/09/2018 01:06 PM, Ramon Fried wrote: >>> The Shared Memory Manager driver implements an interface for allocating >>> and accessing items in the memory area shared among all of the >>

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-09 Thread Ramon Fried
On Sat, Jun 9, 2018 at 1:24 PM, Heinrich Schuchardt wrote: > On 06/09/2018 01:06 PM, Ramon Fried wrote: >> The Shared Memory Manager driver implements an interface for allocating >> and accessing items in the memory area shared among all of the >> processors in a Qualcomm platform. >> >> Adapted f

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-09 Thread Ramon Fried
On Sat, Jun 9, 2018 at 1:12 PM, Heinrich Schuchardt wrote: > On 06/09/2018 01:06 PM, Ramon Fried wrote: >> The Shared Memory Manager driver implements an interface for allocating >> and accessing items in the memory area shared among all of the >> processors in a Qualcomm platform. >> >> Adapted f

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-09 Thread Heinrich Schuchardt
On 06/09/2018 01:06 PM, Ramon Fried wrote: > The Shared Memory Manager driver implements an interface for allocating > and accessing items in the memory area shared among all of the > processors in a Qualcomm platform. > > Adapted from the Linux driver (4.17) > > Changes from the original Linux d

Re: [U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-09 Thread Heinrich Schuchardt
On 06/09/2018 01:06 PM, Ramon Fried wrote: > The Shared Memory Manager driver implements an interface for allocating > and accessing items in the memory area shared among all of the > processors in a Qualcomm platform. > > Adapted from the Linux driver (4.17) Please, run scripts/checkpatch on thi

[U-Boot] [PATCH 2/4] soc: qualcomm: Add Shared Memory Manager driver

2018-06-09 Thread Ramon Fried
The Shared Memory Manager driver implements an interface for allocating and accessing items in the memory area shared among all of the processors in a Qualcomm platform. Adapted from the Linux driver (4.17) Changes from the original Linux driver: * Removed HW spinlock mechanism, which is irreleva