* [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas'
@ 2018-08-25 3:27 Fabio Estevam
2018-08-25 3:27 ` [PATCH 2/2] hwmon: (mc13783-adc) Use nxp.com URLs Fabio Estevam
2018-08-26 13:45 ` [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas' Guenter Roeck
0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2018-08-25 3:27 UTC (permalink / raw)
To: linux; +Cc: linux-hwmon, Fabio Estevam
From: Fabio Estevam <fabio.estevam@nxp.com>
'Atlas' was an internal name for the MC13783 PMIC only and does not
apply to MC13892.
To avoid confusion, remove the 'Atlas' term from the description.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Documentation/hwmon/mc13783-adc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/hwmon/mc13783-adc b/Documentation/hwmon/mc13783-adc
index d0e7b3f..2798a29 100644
--- a/Documentation/hwmon/mc13783-adc
+++ b/Documentation/hwmon/mc13783-adc
@@ -2,10 +2,10 @@ Kernel driver mc13783-adc
=========================
Supported chips:
- * Freescale Atlas MC13783
+ * Freescale MC13783
Prefix: 'mc13783'
Datasheet: http://www.freescale.com/files/rf_if/doc/data_sheet/MC13783.pdf?fsrch=1
- * Freescale Atlas MC13892
+ * Freescale MC13892
Prefix: 'mc13892'
Datasheet: http://cache.freescale.com/files/analog/doc/data_sheet/MC13892.pdf?fsrch=1&sr=1
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] hwmon: (mc13783-adc) Use nxp.com URLs
2018-08-25 3:27 [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas' Fabio Estevam
@ 2018-08-25 3:27 ` Fabio Estevam
2018-08-26 13:46 ` Guenter Roeck
2018-08-26 13:45 ` [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas' Guenter Roeck
1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2018-08-25 3:27 UTC (permalink / raw)
To: linux; +Cc: linux-hwmon, Fabio Estevam
From: Fabio Estevam <fabio.estevam@nxp.com>
Use the nxp.com URLs for the MC13783 and MC13892 datasheets.
The original URLs are still valid, but the nxp.com one is shorter
and more up-to-date.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Documentation/hwmon/mc13783-adc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/hwmon/mc13783-adc b/Documentation/hwmon/mc13783-adc
index 2798a29..05ccc9f 100644
--- a/Documentation/hwmon/mc13783-adc
+++ b/Documentation/hwmon/mc13783-adc
@@ -4,10 +4,10 @@ Kernel driver mc13783-adc
Supported chips:
* Freescale MC13783
Prefix: 'mc13783'
- Datasheet: http://www.freescale.com/files/rf_if/doc/data_sheet/MC13783.pdf?fsrch=1
+ Datasheet: https://www.nxp.com/docs/en/data-sheet/MC13783.pdf
* Freescale MC13892
Prefix: 'mc13892'
- Datasheet: http://cache.freescale.com/files/analog/doc/data_sheet/MC13892.pdf?fsrch=1&sr=1
+ Datasheet: https://www.nxp.com/docs/en/data-sheet/MC13892.pdf
Authors:
Sascha Hauer <s.hauer@pengutronix.de>
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas'
2018-08-25 3:27 [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas' Fabio Estevam
2018-08-25 3:27 ` [PATCH 2/2] hwmon: (mc13783-adc) Use nxp.com URLs Fabio Estevam
@ 2018-08-26 13:45 ` Guenter Roeck
1 sibling, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2018-08-26 13:45 UTC (permalink / raw)
To: Fabio Estevam; +Cc: linux-hwmon, Fabio Estevam
On Sat, Aug 25, 2018 at 12:27:55AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> 'Atlas' was an internal name for the MC13783 PMIC only and does not
> apply to MC13892.
>
> To avoid confusion, remove the 'Atlas' term from the description.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Applied to hwmon-next.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] hwmon: (mc13783-adc) Use nxp.com URLs
2018-08-25 3:27 ` [PATCH 2/2] hwmon: (mc13783-adc) Use nxp.com URLs Fabio Estevam
@ 2018-08-26 13:46 ` Guenter Roeck
0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2018-08-26 13:46 UTC (permalink / raw)
To: Fabio Estevam; +Cc: linux-hwmon, Fabio Estevam
On Sat, Aug 25, 2018 at 12:27:56AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Use the nxp.com URLs for the MC13783 and MC13892 datasheets.
>
> The original URLs are still valid, but the nxp.com one is shorter
> and more up-to-date.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Applied to hwmon-next.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-08-26 17:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-25 3:27 [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas' Fabio Estevam
2018-08-25 3:27 ` [PATCH 2/2] hwmon: (mc13783-adc) Use nxp.com URLs Fabio Estevam
2018-08-26 13:46 ` Guenter Roeck
2018-08-26 13:45 ` [PATCH 1/2] hwmon: (mc13783-adc) Remove the mention to 'Atlas' Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox