Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1234483 > unrolled thread

[PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO pins

Started byPetr Cvek <petr.cvek@tul.cz>
First post2015-09-28 23:20 +0200
Last post2015-10-03 14:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO pins Petr Cvek <petr.cvek@tul.cz> - 2015-09-28 23:20 +0200
    Re: [PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO  pins Philipp Zabel <philipp.zabel@gmail.com> - 2015-10-03 14:30 +0200

#1234483 — [PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO pins

FromPetr Cvek <petr.cvek@tul.cz>
Date2015-09-28 23:20 +0200
Subject[PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO pins
Message-ID<qdO04-2Tc-49@gated-at.bofh.it>
This patch adds EGPIO pins: Infra transceiver power, NiCD charging and
inserted charger cable.

Signed-off-by: Petr Cvek <petr.cvek@tul.cz>
---
 arch/arm/mach-pxa/include/mach/magician.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-pxa/include/mach/magician.h b/arch/arm/mach-pxa/include/mach/magician.h
index b08c85a..3f8922a 100644
--- a/arch/arm/mach-pxa/include/mach/magician.h
+++ b/arch/arm/mach-pxa/include/mach/magician.h
@@ -98,10 +98,11 @@
 #define EGPIO_MAGICIAN_BL_POWER		MAGICIAN_EGPIO(1, 7)
 #define EGPIO_MAGICIAN_SD_POWER		MAGICIAN_EGPIO(2, 0)
 #define EGPIO_MAGICIAN_CARKIT_MIC	MAGICIAN_EGPIO(2, 1)
-#define EGPIO_MAGICIAN_UNKNOWN_WAVEDEV_DLL	MAGICIAN_EGPIO(2, 2)
+#define EGPIO_MAGICIAN_IR_RX_SHUTDOWN	MAGICIAN_EGPIO(2, 2)
 #define EGPIO_MAGICIAN_FLASH_VPP	MAGICIAN_EGPIO(2, 3)
 #define EGPIO_MAGICIAN_BL_POWER2	MAGICIAN_EGPIO(2, 4)
 #define EGPIO_MAGICIAN_BQ24022_ISET2	MAGICIAN_EGPIO(2, 5)
+#define EGPIO_MAGICIAN_NICD_CHARGE	MAGICIAN_EGPIO(2, 6)
 #define EGPIO_MAGICIAN_GSM_POWER	MAGICIAN_EGPIO(2, 7)
 
 /* input */
@@ -116,5 +117,7 @@
 #define EGPIO_MAGICIAN_nSD_READONLY	MAGICIAN_EGPIO(5, 4)
 
 #define EGPIO_MAGICIAN_EP_INSERT	MAGICIAN_EGPIO(6, 1)
+/* FIXME behaves like (4,1), may differ for host/device */
+#define EGPIO_MAGICIAN_CABLE_INSERTED	MAGICIAN_EGPIO(6, 4)
 
 #endif /* _MAGICIAN_H_ */
-- 
1.7.12.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1238834 — Re: [PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO pins

FromPhilipp Zabel <philipp.zabel@gmail.com>
Date2015-10-03 14:30 +0200
SubjectRe: [PATCH v4 06/26] ARM: pxa: magician: Add new discovered EGPIO pins
Message-ID<qfu6R-1Iq-1@gated-at.bofh.it>
In reply to#1234483
Am Montag, den 28.09.2015, 23:15 +0200 schrieb Petr Cvek:
> This patch adds EGPIO pins: Infra transceiver power, NiCD charging
> and
> inserted charger cable.
> 
> Signed-off-by: Petr Cvek <petr.cvek@tul.cz>

Acked-by: Philipp Zabel <philipp.zabel@gmail.com>

Do you have more details how NiCD charging works?

regards
Philipp
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web