This patchset is just a clean up and should not cause a functional change.
Junhao He (3):
coresight: core: Fix use of uninitialized pointer
coresight: core: Remove unnecessary assignment
coresight: etm4x: core: Remove redundant check of attr
drivers/hwtracing/coresight/coresight-core.c | 3 +--
drivers/hwtracing/coresight/coresight-etm4x-core.c | 5 -----
2 files changed, 1 insertion(+), 7 deletions(-)
--
2.7.4
Hello,
Hope you are well.
We are a high-quality manufacturer of custom apparel/uniforms with over 1500 workers in our factory.
Founded in 2006, Oasis Apparel is one of the most recognized names in Textile Manufacturing.
Oasis apparel manufactures and designs apparel and merchandise for Healthcare, Fitness Industry, Sports Teams, Promotional Companies, Grocery Chains, Sporting Events, Government, Car Chains, and many more.
Everything manufactured is very high quality, 100% customizable and made-to-order, and at a very competitive price. Our factories can be audited, tested, and checked.
We can do fast turnarounds, free designs, send samples for quality check, and lots more. We guarantee the best price for you so you can sell for a much higher margin and better quality.
Look forward to hearing from you!
Regards,
--
Olivia Smith
Director of Marketing
Oasis Apparel
HQ: Beverly Hills, CA 90211, USA
W: http://usaoasisapparel.online/
Comprobante
body { background:#FFF;}
a { color: #555555;; }
Descargar todo como.zip archivos adjuntos ( 128 kb)
se anexa el seguiente comprobante fiscal digital
Remitente: Servicio de Administración Tributaria.Hemos identificado que tienes pendiente de presentar, al 01 de Mayo de 2021, lo siguiente:
A quien corresponda
correo electronico :coresight@lists.linaro.org
SERIE Y FOLIO:
398062
FECHA DE EMISION:
13/05/2021
MONTO TOTAL:
6298.20
Servicio de Administración Tributaria,
+34 1308 808 500 Capitales y áreas metropolitanas
n_8520282431785655383063
n_8520282431785655383063
We are trying to achieve more types of Coresight source devices.
For example, we have a type of coresight source devic named TPDM.
In the process of using, sometimes mulitiple TPDMs need to be
connected to the different input ports on the same funnel.
Meanwhile, these TPDMs also need to output from different
ports on the funnel.
But, at present the Coresight driver assumes
a) Only support Coresight source type ETM, ETR and ETF
b) Funnels only support mulitiple inputs and one output
Which doesn't help to add the above feature for our new Coresight
source device TPDM. So, in order to accommodate the new device,
we develop the following patches.
a) Add support more types of Coresight source devices.
b) Add support for multiple output ports on funnel and the output
ports could be selected by Corsight source.
Applies on coresight/next.
http://git.linaro.org/kernel/coresight.git/log/?h=next
Tao Zhang (3):
coresight: add support to enable more coresight paths
coresight: funnel: add support for multiple output ports
dt-bindings: arm: add property for selecting funnel output port
.../devicetree/bindings/arm/coresight.txt | 5 +
drivers/hwtracing/coresight/coresight-core.c | 169 ++++++++++++++-------
drivers/hwtracing/coresight/coresight-platform.c | 9 ++
include/linux/coresight.h | 2 +
4 files changed, 127 insertions(+), 58 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Hi There,
I was wondering if you can pass my email to your buying manager:
We at Dioz Group own several brands, and the one that would be of great value to you is [ https://www.oasisapparelusa.site ]( https://www.oasisapparelusa.site/ )
Not sure if you know about Oasis Apparel, we are part of PPAI and currently working with Distributors like Proforma, Geiger, Halo, helping them in manufacturing all kinds of Custom Clothing and Promotional Items Project.
Oasis is based in Beverly Hills, CA. We are the largest custom clothing manufacturer, who can give you all the backend support and help you expand your portfolio in getting some BIG custom apparel orders with the minimum quantity of only 1000 on each style:
We Specialize In Private Label For All Type Of Apparel:
- Promotional Clothing
- Fitness and Yoga Clothing
- All type of Sublimation Clothing
- Marathon, Cycling, Triathlon, Sports Clothing
- Jackets, Hoodies, and Sweat-tops
- Other products – Bags, Towels, Caps, Scarfs/Beanies, and Footwear.
Our in-house design team can look after all your designing parts too and provide some outstanding designs and presentations.
Some Top Points:
- Factory direct out of Xiamen Island, China.
- Quick Turnaround times and lower price by almost 20-30%
- Best prices and very new styles available.
- In-house design team, Quick turnaround for free designs too.
- Delivery worldwide
Let me know if you have any projects that we could team up on and give you a quote.
Thanks,
--
Elena Miller
The Dioz Group Companies
Website: [ https://www.oasisapparelusa.site ]( https://www.oasisapparelusa.site/ )
Changes since v2:
* Collect acked and reviewed-by tags from v1 that were
missed in v2
* Add comment and commit message suggestions from Suzuki
* Rebase onto next-20210510 (also applies to perf/core)
Thanks
James
James Clark (2):
perf cs-etm: Refactor timestamp variable names
perf cs-etm: Set time on synthesised samples to preserve ordering
.../perf/util/cs-etm-decoder/cs-etm-decoder.c | 18 +++---
tools/perf/util/cs-etm.c | 57 +++++++++++--------
tools/perf/util/cs-etm.h | 4 +-
3 files changed, 44 insertions(+), 35 deletions(-)
--
2.28.0
On 5/11/21 2:41 AM, Andy Shevchenko wrote:
> kernel.h is being used as a dump for all kinds of stuff for a long time.
> Here is the attempt to start cleaning it up by splitting out panic and
> oops helpers.
>
> There are several purposes of doing this:
> - dropping dependency in bug.h
> - dropping a loop by moving out panic_notifier.h
> - unload kernel.h from something which has its own domain
>
> At the same time convert users tree-wide to use new headers, although
> for the time being include new header back to kernel.h to avoid twisted
> indirected includes for existing users.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko(a)linux.intel.com>
> Reviewed-by: Bjorn Andersson <bjorn.andersson(a)linaro.org>
> Acked-by: Mike Rapoport <rppt(a)linux.ibm.com>
> Acked-by: Corey Minyard <cminyard(a)mvista.com>
> Acked-by: Christian Brauner <christian.brauner(a)ubuntu.com>
> Acked-by: Arnd Bergmann <arnd(a)arndb.de>
> Acked-by: Kees Cook <keescook(a)chromium.org>
> Acked-by: Wei Liu <wei.liu(a)kernel.org>
> Acked-by: Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
> Co-developed-by: Andrew Morton <akpm(a)linux-foundation.org>
> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org>
> Acked-by: Sebastian Reichel <sre(a)kernel.org>
> Acked-by: Luis Chamberlain <mcgrof(a)kernel.org>
> Acked-by: Stephen Boyd <sboyd(a)kernel.org>
> Acked-by: Thomas Bogendoerfer <tsbogend(a)alpha.franken.de>
> Acked-by: Helge Deller <deller(a)gmx.de> # parisc
> ---
> v3: rebased on top of v5.13-rc1, collected a few more tags
>
> Note WRT Andrew's SoB tag above: I have added it since part of the cases
> I took from him. Andrew, feel free to amend or tell me how you want me
> to do.
>
Acked-by: Alex Elder <elder(a)kernel.org>
. . .
> diff --git a/drivers/net/ipa/ipa_smp2p.c b/drivers/net/ipa/ipa_smp2p.c
> index a5f7a79a1923..34b68dc43886 100644
> --- a/drivers/net/ipa/ipa_smp2p.c
> +++ b/drivers/net/ipa/ipa_smp2p.c
> @@ -8,6 +8,7 @@
> #include <linux/device.h>
> #include <linux/interrupt.h>
> #include <linux/notifier.h>
> +#include <linux/panic_notifier.h>
> #include <linux/soc/qcom/smem.h>
> #include <linux/soc/qcom/smem_state.h>
>
. . .
Comprobante
body { background:#FFF;}
a { color: #555555;; }
Descargar todo como.zip archivos adjuntos ( 128 kb)
se anexa el seguiente comprobante fiscal digital
Remitente: Servicio de Administración Tributaria.Hemos identificado que tienes pendiente de presentar, al 01 de Mayo de 2021, lo siguiente:
A quien corresponda
correo electronico :coresight@lists.linaro.org
SERIE Y FOLIO:
398062
FECHA DE EMISION:
11/05/2021
MONTO TOTAL:
6298.20
Servicio de Administración Tributaria,
+34 1308 808 500 Capitales y áreas metropolitanas